豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit d588fbd

Browse files
authored
Update GitHub Copilot to version 1.0.6 (#4468)
* Update github copilot npm * More wasm files to ignore
1 parent 1ee7baf commit d588fbd

File tree

3 files changed

+46
-30
lines changed

3 files changed

+46
-30
lines changed

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6201,7 +6201,7 @@
62016201
"@anthropic-ai/claude-agent-sdk": "^0.2.63",
62026202
"@anthropic-ai/sdk": "^0.78.0",
62036203
"@github/blackbird-external-ingest-utils": "^0.3.0",
6204-
"@github/copilot": "^1.0.4",
6204+
"@github/copilot": "^1.0.6",
62056205
"@google/genai": "^1.22.0",
62066206
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
62076207
"@microsoft/tiktokenizer": "^1.0.10",
@@ -6250,4 +6250,4 @@
62506250
"zod": "3.25.76"
62516251
},
62526252
"vscodeCommit": "6f7de9c47ab13c3d886928c04c382d527c9bf11d"
6253-
}
6253+
}

src/extension/chatSessions/vscode-node/test/copilotCLISDKUpgrade.spec.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,22 @@ describe('CopilotCLI SDK Upgrade', function () {
6161
'tree-sitter-bash.wasm',
6262
'tree-sitter-powershell.wasm',
6363
'tree-sitter.wasm',
64+
'tree-sitter-c_sharp.wasm',
65+
'tree-sitter-c.wasm',
66+
'tree-sitter-cpp.wasm',
67+
'tree-sitter-css.wasm',
68+
'tree-sitter-html.wasm',
69+
'tree-sitter-java.wasm',
70+
'tree-sitter-php.wasm',
71+
'tree-sitter-go.wasm',
72+
'tree-sitter-json.wasm',
73+
'tree-sitter-javascript.wasm',
74+
'tree-sitter-python.wasm',
75+
'tree-sitter-ruby.wasm',
76+
'tree-sitter-tsx.wasm',
77+
'tree-sitter-rust.wasm',
78+
'tree-sitter-typescript.wasm',
79+
'tree-sitter-scala.wasm',
6480
].map(p => path.join(copilotSDKPath, p)));
6581

6682
// Exclude ripgrep files that we copy over in src/extension/agents/copilotcli/node/ripgrepShim.ts (until we get better API/solution from SDK)

0 commit comments

Comments
 (0)