Skip to content

Commit 5b5c6f1

Browse files
authored
Merge pull request #216 from editor-code-assistant/update-copilot-models
Add new supported github-copilot models to builtin conf
2 parents a358dac + 78bc1b6 commit 5b5c6f1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Add new models to GitHub config (Gpt 5.1 and Opus 4.5).
45

56
## 0.80.0
67

integration-test/integration/initialize_test.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
"anthropic/claude-sonnet-4-5-20250929"
2020
"github-copilot/claude-haiku-4.5"
2121
"github-copilot/claude-opus-4.1"
22+
"github-copilot/claude-opus-4.5"
2223
"github-copilot/claude-sonnet-4.5"
2324
"github-copilot/gemini-2.5-pro"
2425
"github-copilot/gpt-4.1"
2526
"github-copilot/gpt-4o"
2627
"github-copilot/gpt-5"
2728
"github-copilot/gpt-5-mini"
29+
"github-copilot/gpt-5.1"
2830
"github-copilot/grok-code-fast-1"
2931
"google/gemini-2.0-flash"
3032
"google/gemini-2.5-pro"
@@ -80,12 +82,14 @@
8082
"anthropic/claude-sonnet-4-5-20250929"
8183
"github-copilot/claude-haiku-4.5"
8284
"github-copilot/claude-opus-4.1"
85+
"github-copilot/claude-opus-4.5"
8386
"github-copilot/claude-sonnet-4.5"
8487
"github-copilot/gemini-2.5-pro"
8588
"github-copilot/gpt-4.1"
8689
"github-copilot/gpt-4o"
8790
"github-copilot/gpt-5"
8891
"github-copilot/gpt-5-mini"
92+
"github-copilot/gpt-5.1"
8993
"github-copilot/grok-code-fast-1"
9094
"google/gemini-2.0-flash"
9195
"google/gemini-2.5-pro"

src/eca/config.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
:requiresAuth? true
6565
:models {"claude-haiku-4.5" {}
6666
"claude-opus-4.1" {}
67+
"claude-opus-4.5" {}
6768
"claude-sonnet-4.5" {}
69+
"gpt-5.1" {}
6870
"gpt-5" {}
6971
"gpt-5-mini" {}
7072
"gpt-4.1" {}

0 commit comments

Comments
 (0)