You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2026. It is now read-only.
The x key close confirm dialog mentions closing the slot, but users might expect it also cleans up the worktree. The distinction between "cmux pane" and "on-disk worktree" isn't surfaced anywhere in the UI. This causes confusion about what persists after closing.
Requirements
Update the x key confirm dialog to clarify that only the pane is being closed, not the worktree
Consider showing worktree status in the slot bar (e.g., "slot closed, worktree remains")
Add help text explaining the difference between slots and worktrees
Related
Part of the worktree workflow improvements tracking issue.
Context
The
xkey close confirm dialog mentions closing the slot, but users might expect it also cleans up the worktree. The distinction between "cmux pane" and "on-disk worktree" isn't surfaced anywhere in the UI. This causes confusion about what persists after closing.Requirements
xkey confirm dialog to clarify that only the pane is being closed, not the worktreeRelated
Part of the worktree workflow improvements tracking issue.