File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
integration-test/integration Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Add ` openai/gpt-5.1 ` to default models.
6+
57## 0.78.2
68
79- Add workspaces to ` /doctor `
Original file line number Diff line number Diff line change 3333 " openai/gpt-5-codex"
3434 " openai/gpt-5-mini"
3535 " openai/gpt-5-nano"
36+ " openai/gpt-5.1"
3637 " openai/o3"
3738 " openai/o4-mini" ]]
3839 (testing " initialize request with default config"
99100 " openai/gpt-5-codex"
100101 " openai/gpt-5-mini"
101102 " openai/gpt-5-nano"
103+ " openai/gpt-5.1"
102104 " openai/o3"
103105 " openai/o4-mini" ]]
104106 (testing " initialize request with custom providers"
Original file line number Diff line number Diff line change 3939 :key nil
4040 :keyEnv " OPENAI_API_KEY"
4141 :requiresAuth? true
42- :models {" gpt-5-codex" {}
42+ :models {" gpt-5.1" {}
43+ " gpt-5-codex" {}
4344 " gpt-5" {}
4445 " gpt-5-mini" {}
4546 " gpt-5-nano" {}
You can’t perform that action at this time.
0 commit comments