We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe12eb commit ebcacb2Copy full SHA for ebcacb2
2 files changed
src/lib/api-config.ts
@@ -7,11 +7,11 @@ export const standardHeaders = () => ({
7
accept: "application/json",
8
})
9
10
-const COPILOT_VERSION = "0.26.7"
+const COPILOT_VERSION = "0.33.5"
11
const EDITOR_PLUGIN_VERSION = `copilot-chat/${COPILOT_VERSION}`
12
const USER_AGENT = `GitHubCopilotChat/${COPILOT_VERSION}`
13
14
-const API_VERSION = "2025-04-01"
+const API_VERSION = "2025-10-01"
15
16
export const copilotBaseUrl = (state: State) =>
17
state.accountType === "individual" ?
src/services/get-vscode-version.ts
@@ -1,4 +1,4 @@
1
-const FALLBACK = "1.104.3"
+const FALLBACK = "1.106.3"
2
3
export async function getVSCodeVersion() {
4
const controller = new AbortController()
0 commit comments