Skip to content

Fix kill for hyphen-prefixed session IDs - #23

Merged
TeoSlayer merged 1 commit into
mainfrom
codex/fix-leading-hyphen-session-id
Sep 4, 2026
Merged

Fix kill for hyphen-prefixed session IDs#23
TeoSlayer merged 1 commit into
mainfrom
codex/fix-leading-hyphen-session-id

Conversation

@TeoSlayer

Copy link
Copy Markdown
Owner

What changed

  • parse shell kill arguments without treating a printed session ID as a flag
  • retain --all, help, and the optional -- separator
  • cover both direct and separator forms with regression tests

Test

  • go test ./cmd/shell

Closes #17

@TeoSlayer
TeoSlayer merged commit 0f4d1c9 into main Sep 4, 2026
7 checks passed
@TeoSlayer
TeoSlayer deleted the codex/fix-leading-hyphen-session-id branch September 4, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sessions whose ID starts with a hyphen cannot be stopped by the command the CLI prints

2 participants