Files
hermes-agent/hermes_cli
Teknium 06a05a996e refactor: remove /model slash command from CLI and gateway
The /model command is removed from both the interactive CLI and
messenger gateway (Telegram/Discord/Slack/WhatsApp). Users can
still change models via 'hermes model' CLI subcommand or by
editing config.yaml directly.

Removed:
- CommandDef entry from COMMAND_REGISTRY
- CLI process_command() handler and model autocomplete logic
- Gateway _handle_model_command() and dispatch
- SlashCommandCompleter model_completer_provider parameter
- Two-stage Tab completion and ghost text for /model
- Tab re-trigger for provider:model completion
- All /model-specific tests

Updated:
- _show_model_and_providers() hints now point to 'hermes model'
- /provider command unaffected (still works)
- ACP adapter _cmd_model unaffected (separate system)
- model_switch.py module preserved (used by ACP)
2026-03-24 19:55:11 -07:00
..
2026-03-23 22:34:04 -07:00
2026-02-20 23:23:32 -08:00