Files
vscode/remote/package.json
T
vs-code-engineering[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com>CopilotPaul
5ae97b73dd chore: bump @github/copilot-sdk to 1.0.9-preview.3 and @github/copilot to 1.0.78 (#328948)
* chore: bump @github/copilot-sdk to 1.0.9-preview.3 and @github/copilot to 1.0.78

* Adapt agentHost to SDK 1.0.9-preview.3 type contract

SDK 1.0.9-preview.3 changed several session-events/rpc types consumed by
agentHost:
- Model dropped defaultReasoningEffort; pass undefined so the schema resolver
  falls back (BYOK IByokLmModelInfo path is unaffected and keeps the field).
- Added factory permission kind; add 'factory' to the host permissionKind union.
- Added factory_completed system notification; handle it in the notification
  switch with localized status messages.
- ShutdownData gained required fields; widen the test cast via unknown.
- PermissionPromptRequestPath dropped managedApprovalRequired; remove it from
  the path promptRequest test literal (the permissionRequest still carries it,
  which is what the host reads).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Adapt customizations test to new builtin skill in CLI 1.0.78

CLI 1.0.78 ships an additional builtin skill (github-pr-media) alongside
customize-cloud-agent; generalize the test's builtInCustomizations filter to
strip any @github/copilot builtin skill dir so discovery assertions stay green.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Regenerate Copilot prompt snapshots for CLI 1.0.78

CLI 1.0.78 reworded its baked-in system prompt (consolidated tips_and_tricks/SQL/session-context guidance and added the github-pr-media builtin skill), so the committed AHP prompt baselines no longer matched the wire prompt and the copilotPromptsE2E integration test failed in product build 461312. Regenerated the baselines via AGENT_HOST_UPDATE_AHP_SNAPSHOTS=1; all 21 cases pass in replay mode.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Paul <8560030+pwang347@users.noreply.github.com>
2026-08-04 18:28:02 -07:00

81 lines
2.5 KiB
JSON

{
"name": "vscode-reh",
"version": "0.0.0",
"private": true,
"dependencies": {
"@github/copilot": "^1.0.78",
"@github/copilot-sdk": "^1.0.9-preview.3",
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@microsoft/mxc-sdk": "0.6.1",
"@parcel/watcher": "^2.5.6",
"@vscode/copilot-api": "^0.5.1",
"@vscode/deviceid": "^0.1.1",
"@vscode/fs-copyfile": "2.0.0",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
"@vscode/proxy-agent": "^0.44.0",
"@vscode/ripgrep-universal": "^1.18.0",
"@vscode/sandbox-runtime": "0.0.1",
"@vscode/spdlog": "^0.15.8",
"@vscode/sqlite3": "5.1.12-vscode",
"@vscode/tree-sitter-wasm": "^0.3.1",
"@vscode/vscode-languagedetection": "1.0.23",
"@vscode/windows-process-tree": "^0.8.0",
"@vscode/windows-registry": "^1.2.0",
"@xterm/addon-clipboard": "^0.3.0-beta.291",
"@xterm/addon-image": "^0.10.0-beta.291",
"@xterm/addon-ligatures": "^0.11.0-beta.291",
"@xterm/addon-progress": "^0.3.0-beta.291",
"@xterm/addon-search": "^0.17.0-beta.291",
"@xterm/addon-serialize": "^0.15.0-beta.291",
"@xterm/addon-unicode11": "^0.10.0-beta.291",
"@xterm/addon-webgl": "^0.20.0-beta.290",
"@xterm/headless": "^6.1.0-beta.291",
"@xterm/xterm": "^6.1.0-beta.291",
"cookie": "^0.7.0",
"detect-libc": "^2.1.2",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"jschardet": "3.1.4",
"katex": "^0.16.22",
"kerberos": "2.1.1",
"minimist": "^1.2.8",
"node-addon-api": "^6.0.0",
"node-pty": "^1.2.0-beta.15",
"ssh2": "^1.16.0",
"tar": "^7.5.20",
"tas-client": "0.3.1",
"vscode-oniguruma": "1.7.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "^9.3.2",
"ws": "^8.19.0",
"yauzl": "^3.3.1",
"yazl": "^2.4.3",
"zod": "^4.4.3"
},
"overrides": {
"node-gyp-build": "4.8.1",
"kerberos@2.1.1": {
"node-addon-api": "7.1.0"
},
"yauzl": "^3.3.1"
},
"allowScripts": {
"kerberos@2.1.1": true,
"koffi@3.1.2": false,
"node-pty@1.2.0-beta.15": true,
"@parcel/watcher@2.5.6": true,
"@vscode/deviceid@0.1.5": true,
"@vscode/fs-copyfile@2.0.0": true,
"@vscode/native-watchdog@1.4.6": true,
"@vscode/spdlog@0.15.8": true,
"@vscode/windows-registry@1.2.0": true,
"ssh2": false,
"@vscode/sqlite3@5.1.12-vscode": true,
"cpu-features": false,
"@vscode/windows-ca-certs@0.3.4": true,
"@vscode/windows-process-tree@0.8.0": true
}
}