Skip to content

Commit 7224149

Browse files
authored
Merge pull request #425 from editor-code-assistant/add-gpt55-variants
Add support for gpt-5.5 variants
2 parents 2bcb648 + ed6cacd commit 7224149

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Add support for gpt-5.5 variants
6+
57
## 0.129.1
68

79
- Fix token usage not being reported in the UI for Google/Gemini (and other strict OpenAI-compat providers) by opting into `stream_options.include_usage` on streaming chat completion requests. #414

src/eca/config.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
:outputTruncation {:lines 2000 :sizeKb 50}}
184184
:variantsByModel {".*sonnet[-._]4[-._]6|opus[-._]4[-._][56]" {:variants anthropic-variants}
185185
".*opus[-._]4[-._]7" {:variants anthropic-v2-variants}
186-
".*gpt[-._]5(?:[-._](?:2|4)(?!\\d)|[-._]3[-._]codex)" {:variants openai-variants
186+
".*gpt[-._]5(?:[-._](?:2|4|5)(?!\\d)|[-._]3[-._]codex)" {:variants openai-variants
187187
:excludeProviders ["github-copilot"]}}
188188
:mcpTimeoutSeconds 60
189189
:lspTimeoutSeconds 30

0 commit comments

Comments
 (0)