[small] Add stop-all command to terminate all active sessions#161
Open
lewang wants to merge 3 commits intomanzaltu:mainfrom
Open
[small] Add stop-all command to terminate all active sessions#161lewang wants to merge 3 commits intomanzaltu:mainfrom
lewang wants to merge 3 commits intomanzaltu:mainfrom
Conversation
- Add `claude-code-ide-stop-all` to stop all running Claude sessions - Support prefix arg on `claude-code-ide-stop` to invoke stop-all - Prompt for confirmation before stopping multiple sessions
6ea16e8 to
02a6a26
Compare
added 2 commits
February 11, 2026 06:32
Separate stop (q) and stop-all (Q) in transient menu instead of using prefix arg dispatch.
Collect buffers first, then kill to avoid removing entries from claude-code-ide--processes while iterating.
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
claude-code-ide-stop-allcommand to stop all running Claude sessions at onceclaude-code-ide-stopnow accepts prefix argument (C-u) to invoke stop-allTest plan
stop-allwith no active sessionsC-u M-x claude-code-ide-stopto stop all