Skip to content

fix: add /browser to COMMAND_REGISTRY for help + autocomplete - #1814

Merged
teknium1 merged 1 commit into
mainfrom
fix/browser-command-registry
Mar 17, 2026
Merged

fix: add /browser to COMMAND_REGISTRY for help + autocomplete#1814
teknium1 merged 1 commit into
mainfrom
fix/browser-command-registry

Conversation

@teknium1

Copy link
Copy Markdown
Contributor

The /browser command handler existed in cli.py (from PR #1549) but was never added to COMMAND_REGISTRY after the centralized command registry refactor (#1603). This meant /browser didn't appear in /help, had no tab-completion, and dispatched via _base_word fallback.

Adds CommandDef with connect/disconnect/status subcommands and switches dispatch to canonical.

…plete

The /browser command handler existed in cli.py but was never added to
COMMAND_REGISTRY after the centralized command registry refactor. This
meant:
- /browser didn't appear in /help
- No tab-completion or subcommand suggestions
- Dispatch used _base_word fallback instead of canonical resolution

Added CommandDef with connect/disconnect/status subcommands and
switched dispatch to use canonical instead of _base_word.
@teknium1
teknium1 merged commit a71e3f4 into main Mar 17, 2026
1 check failed
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