aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-16 06:07:46 -0500
committerCraig Jennings <c@cjennings.net>2026-05-16 06:07:46 -0500
commitce319b7185e17f953a183e25f7293ec187c6e3de (patch)
treec86c7f55be84cf9577b36fd59dde63b43b822bee /tests
parentd3b49836d220703bdd1660dac4ce75b9c8489b6c (diff)
downloaddotemacs-ce319b7185e17f953a183e25f7293ec187c6e3de.tar.gz
dotemacs-ce319b7185e17f953a183e25f7293ec187c6e3de.zip
fix(ai-config): gptel-model must be a symbol, not a string
The default-backend swap to gpt-5.5 (commit d3b49836) set `gptel-model' as the string "gpt-5.5". gptel's modeline-display code calls `symbolp' on the model value and signals `wrong-type-argument symbolp "gpt-5.5"' on every render, which manifested as Emacs freezing in the AI-Assistant buffer ("Querying ChatGPT..." → error in process sentinel → repeated redisplay errors). Both default-setting sites now use `'gpt-5.5' (interned symbol). The Anthropic backend tolerated string model names so the original "claude-opus-4-7" string worked, which is why this hadn't surfaced before.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions