claude-memory/graph/decisions/store-model-aliases-not-specific-ids-725304.md
2026-02-13 15:08:56 -06:00

639 B

id type title tags importance confidence created updated
7253049d-6710-44d2-9cb8-a095fb037f9b decision Store model aliases not specific IDs
ai-assistant
discord
claude
pattern
decision
0.6 0.8 2026-02-13T21:08:56.426233+00:00 2026-02-13T21:08:56.426233+00:00

When storing user model preferences (sonnet/opus/haiku), always store the alias string, never resolve to specific model IDs like claude-sonnet-4-5. Claude CLI resolves aliases to the latest version at runtime. Hardcoding IDs prevents automatic adoption of newer models. The /model command in ai-assistant-discord-bot was fixed to follow this pattern.