diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-16 06:07:46 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-16 06:07:46 -0500 |
| commit | d8547aabff9d616034f5ce04ccc64a2ee0cbe63a (patch) | |
| tree | 28f007555e1ff8cb18b416f63412323b65860dc8 /docs/design/coverage.org | |
| parent | 1d9c68ddd32e7e9bae175fae248aa66e1cf33a48 (diff) | |
| download | dotemacs-d8547aabff9d616034f5ce04ccc64a2ee0cbe63a.tar.gz dotemacs-d8547aabff9d616034f5ce04ccc64a2ee0cbe63a.zip | |
fix(ai-config): gptel-model must be a symbol, not a string
The default-backend swap to gpt-5.5 (commit 1d9c68dd) 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 'docs/design/coverage.org')
0 files changed, 0 insertions, 0 deletions
