Skip to content

[pull] main from pingdotgg:main - #258

Merged
pull[bot] merged 27 commits into
LoganRupe:mainfrom
pingdotgg:main
Sep 14, 2026
Merged

pull[bot] merged 27 commits into
LoganRupe:mainfrom
pingdotgg:main

Conversation

@pull

@pull pull Bot commented Sep 14, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

t3dotgg and others added 27 commits September 13, 2026 19:02
…onse streams (#11062)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…11672)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
… token mode (#11678)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
…ernals (#11410)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…le (#11316)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…1317)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…1319)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
#11510)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…hitecture (#11605)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…itecture in parallel (#11606)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ble packages (#11607)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
)

Starting a thread in a new worktree showed one static "Setting up worktree" line while git fetched, checked out files, and the setup script ran. Users could not tell which step was slow, see setup script output without hunting for the terminal, or stop a setup that was going wrong.

The timeline now shows a card with each step and its elapsed time. Check out files has a percent bar fed by git's own progress output. The setup script step shows the last lines of its terminal inline and links to the full terminal. Cancel stops the bootstrap and removes the half built worktree. Work locally cancels, switches the draft to the project checkout, and resends.

The server keeps an in-memory per-thread snapshot of the bootstrap stages and streams it over a new subscribeWorktreeSetup RPC. The bootstrap runs as a child fiber so worktreeSetup.cancel can interrupt it, and the turn handoff is uninterruptible. The setup script's exit code comes from a per-run sentinel echoed after the command in the setup PTY.

Created with Claude Fable 5.1 in Claude Code.
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius@mac.lan>
…ice eagerly (#11702)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators Sep 14, 2026
@pull pull Bot added the ⤵️ pull label Sep 14, 2026
@pull
pull Bot merged commit 01e05c1 into LoganRupe:main Sep 14, 2026
4 of 13 checks passed
@github-actions github-actions Bot added size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Sep 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull size:XXL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants