ai-assistant-discord-bot/claude_coordinator
Cal Corum 01320c0400 fix: Store model aliases instead of hardcoded model IDs
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>
2026-02-13 15:04:20 -06:00
..
__init__.py Initial commit: Core infrastructure (CRIT-001 through CRIT-005) 2026-02-13 17:55:03 +00:00
bot.py Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
bot.py.backup Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
claude_runner.py Initial commit: Core infrastructure (CRIT-001 through CRIT-005) 2026-02-13 17:55:03 +00:00
commands.py fix: Store model aliases instead of hardcoded model IDs 2026-02-13 15:04:20 -06:00
commands.py.backup Add /add-project command for dynamic project setup 2026-02-13 19:47:47 +00:00
config.py Add /add-project command for dynamic project setup 2026-02-13 19:47:47 +00:00
config.py.backup Add /add-project command for dynamic project setup 2026-02-13 19:47:47 +00:00
logging_config.py Week 3 progress: Logging and testing complete (MED-001, MED-002, MED-005) 2026-02-13 19:12:04 +00:00
response_formatter.py Week 2 complete: Discord bot MVP with full integration 2026-02-13 18:42:50 +00:00
session_manager.py Initial commit: Core infrastructure (CRIT-001 through CRIT-005) 2026-02-13 17:55:03 +00:00