06a05a996e
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)