Skip to content

Commit ebcacb2

Browse files
committed
feat: update Copilot version and API version in api-config; adjust fallback VSCode version
1 parent cbe12eb commit ebcacb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/api-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export const standardHeaders = () => ({
77
accept: "application/json",
88
})
99

10-
const COPILOT_VERSION = "0.26.7"
10+
const COPILOT_VERSION = "0.33.5"
1111
const EDITOR_PLUGIN_VERSION = `copilot-chat/${COPILOT_VERSION}`
1212
const USER_AGENT = `GitHubCopilotChat/${COPILOT_VERSION}`
1313

14-
const API_VERSION = "2025-04-01"
14+
const API_VERSION = "2025-10-01"
1515

1616
export const copilotBaseUrl = (state: State) =>
1717
state.accountType === "individual" ?

src/services/get-vscode-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const FALLBACK = "1.104.3"
1+
const FALLBACK = "1.106.3"
22

33
export async function getVSCodeVersion() {
44
const controller = new AbortController()

0 commit comments

Comments
 (0)