Prune merged worktrees after thread cleanup#335
Merged
Conversation
- Add merged worktree candidate detection and prune support - Auto-remove orphaned worktrees after merged thread cleanup - Surface cleanup state through the web client and WS contract
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add a command-palette entry to review merged worktrees - Let users delete on-disk worktrees or prune stale Git records - Wire the dialog into the chat route and auto-delete flow
- Use the active thread to choose the cleanup project - Rename prune action for stale records - Show an error toast when merged thread auto-delete fails
- Reflow worktree cleanup dialog strings and layout - Reformat Git worktree prune call for consistency
- Ignore prune failures silently during worktree cleanup - Add explicit git operation labels for merged-worktree cleanup calls
BunsDev
added a commit
that referenced
this pull request
Apr 7, 2026
* Clean up merged worktrees after thread deletion - Add merged worktree candidate detection and prune support - Auto-remove orphaned worktrees after merged thread cleanup - Surface cleanup state through the web client and WS contract * Add merged worktree cleanup dialog - Add a command-palette entry to review merged worktrees - Let users delete on-disk worktrees or prune stale Git records - Wire the dialog into the chat route and auto-delete flow * Improve merged worktree cleanup feedback - Use the active thread to choose the cleanup project - Rename prune action for stale records - Show an error toast when merged thread auto-delete fails * Format worktree cleanup and prune call - Reflow worktree cleanup dialog strings and layout - Reformat Git worktree prune call for consistency * Simplify merged worktree cleanup handling - Ignore prune failures silently during worktree cleanup - Add explicit git operation labels for merged-worktree cleanup calls
BunsDev
added a commit
that referenced
this pull request
Apr 7, 2026
* Fix desktop build and runtime cleanup - Harden screenshot image loading cleanup - Simplify thread snapshot hydration and sidebar props - Fix widget notification event typing and test rename * Prune merged worktrees after thread cleanup (#335) * Clean up merged worktrees after thread deletion - Add merged worktree candidate detection and prune support - Auto-remove orphaned worktrees after merged thread cleanup - Surface cleanup state through the web client and WS contract * Add merged worktree cleanup dialog - Add a command-palette entry to review merged worktrees - Let users delete on-disk worktrees or prune stale Git records - Wire the dialog into the chat route and auto-delete flow * Improve merged worktree cleanup feedback - Use the active thread to choose the cleanup project - Rename prune action for stale records - Show an error toast when merged thread auto-delete fails * Format worktree cleanup and prune call - Reflow worktree cleanup dialog strings and layout - Reformat Git worktree prune call for consistency * Simplify merged worktree cleanup handling - Ignore prune failures silently during worktree cleanup - Add explicit git operation labels for merged-worktree cleanup calls
BunsDev
added a commit
that referenced
this pull request
Apr 7, 2026
* Fix desktop build and runtime cleanup - Harden screenshot image loading cleanup - Simplify thread snapshot hydration and sidebar props - Fix widget notification event typing and test rename * Prune merged worktrees after thread cleanup (#335) * Clean up merged worktrees after thread deletion - Add merged worktree candidate detection and prune support - Auto-remove orphaned worktrees after merged thread cleanup - Surface cleanup state through the web client and WS contract * Add merged worktree cleanup dialog - Add a command-palette entry to review merged worktrees - Let users delete on-disk worktrees or prune stale Git records - Wire the dialog into the chat route and auto-delete flow * Improve merged worktree cleanup feedback - Use the active thread to choose the cleanup project - Rename prune action for stale records - Show an error toast when merged thread auto-delete fails * Format worktree cleanup and prune call - Reflow worktree cleanup dialog strings and layout - Reformat Git worktree prune call for consistency * Simplify merged worktree cleanup handling - Ignore prune failures silently during worktree cleanup - Add explicit git operation labels for merged-worktree cleanup calls
BunsDev
added a commit
that referenced
this pull request
Apr 7, 2026
* Add stale worktree pruning to sidebar - Add a sidebar entry to open worktree cleanup - Show merged PR links and merge age in the dialog - Add bulk prune for stale records and cover age formatting * Fix desktop build and streamline thread UI (#334) * Fix desktop build and runtime cleanup - Harden screenshot image loading cleanup - Simplify thread snapshot hydration and sidebar props - Fix widget notification event typing and test rename * Prune merged worktrees after thread cleanup (#335) * Clean up merged worktrees after thread deletion - Add merged worktree candidate detection and prune support - Auto-remove orphaned worktrees after merged thread cleanup - Surface cleanup state through the web client and WS contract * Add merged worktree cleanup dialog - Add a command-palette entry to review merged worktrees - Let users delete on-disk worktrees or prune stale Git records - Wire the dialog into the chat route and auto-delete flow * Improve merged worktree cleanup feedback - Use the active thread to choose the cleanup project - Rename prune action for stale records - Show an error toast when merged thread auto-delete fails * Format worktree cleanup and prune call - Reflow worktree cleanup dialog strings and layout - Reformat Git worktree prune call for consistency * Simplify merged worktree cleanup handling - Ignore prune failures silently during worktree cleanup - Add explicit git operation labels for merged-worktree cleanup calls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
apps/server/src/git/Layers/GitManager.test.tsandapps/web/src/components/Sidebar.test.tsto reflect the new behavior.