Skip to content

feat: REPL commands work without the leading slash#7

Merged
Catafal merged 1 commit into
mainfrom
feat/repl-bare-commands
Jun 11, 2026
Merged

feat: REPL commands work without the leading slash#7
Catafal merged 1 commit into
mainfrom
feat/repl-bare-commands

Conversation

@Catafal

@Catafal Catafal commented Jun 11, 2026

Copy link
Copy Markdown
Owner

sessions bach running now works exactly like /sessions bach running — the dispatcher retries the lookup with a / prefix on miss, keeping / canonical with no duplicate handler keys. Tab-completion offers both spellings. Unknown bare tokens still error cleanly.

Tests: 899 → 902.

🤖 Generated with Claude Code

`sessions bach` == `/sessions bach`. Lookup retries with a '/' prefix on
miss, so '/' stays canonical and the handler table has no duplicate keys.
Tab-completion offers both spellings.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Catafal Catafal merged commit bf6b60e into main Jun 11, 2026
2 checks passed
@Catafal Catafal deleted the feat/repl-bare-commands branch June 11, 2026 07:38
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.

1 participant