The /model command was mapping aliases (sonnet, opus, haiku) to specific model IDs (claude-sonnet-4-5, etc) and saving those to config. This prevented automatic adoption of newer model versions. Claude CLI already resolves aliases to the latest version, so just store the alias directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bot.py | ||
| bot.py.backup | ||
| claude_runner.py | ||
| commands.py | ||
| commands.py.backup | ||
| config.py | ||
| config.py.backup | ||
| logging_config.py | ||
| response_formatter.py | ||
| session_manager.py | ||