Commit Graph
654 Commits
Author SHA1 Message Date
vs-code-engineering[bot]andgithub-actions[bot] 64a666e787 Bump version to 1.135.0 (#331156)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-17 08:34:56 +00:00
vs-code-engineering[bot]andgithub-actions[bot] 6c27443ce6 chore: bump @github/copilot-sdk to 1.0.11 and @github/copilot to 1.0.81-0 (#330990)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-15 05:41:30 +00:00
50e03bd878 chore: bump @github/copilot-sdk to 1.0.11-preview.2 and @github/copilot to 1.0.80 (#330782)
* chore: bump @github/copilot-sdk to 1.0.11-preview.2 and @github/copilot to 1.0.80-1

* Adapt agentHost to SDK JsonValue tool-args/settings widening

SDK 1.0.11-preview.2 widened PermissionRequest custom-tool args,
tool.execution_start arguments, callTool arguments, and managed-settings
resolved data from Record<string, unknown> to the recursive JsonValue type.
Migrate the VS Code call sites (and their tests) to the new contract,
narrowing JsonValue back to an object where property access is needed.

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

* Fix Copilot agent host E2E regressions

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

Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc

* Update Copilot CLI to 1.0.80

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

Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc

* Isolate Copilot state in smoke tests

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

Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc

* Isolate Codex state in smoke tests

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

Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc

---------

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 Wang <8560030+pwang347@users.noreply.github.com>
Copilot-Session: e206fce0-c0c1-4d83-8462-4fca8ed4d5cc
2026-08-14 23:33:28 +00:00
8268c2111b build: validate all Authenticode signatures in sanity tests (#330617)
* build: validate all Authenticode signatures in sanity tests

Use SignTool verification with /all so sanity tests fail when any embedded signature is untrusted, while allowing legitimate multi-signed dependencies.

Refs #330506

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

* build: reject Authenticode test certificates

Reject the Code Sign Test certificate independently of the agent trust store and fall back to x64 SignTool on ARM64 agents.

Refs #330506

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

* chore: bump gulp-electron@1.43.0 (#330634)

* build: install SignTool for ARM64 sanity tests

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

* build: configure ARM64 sanity test jobs

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
Co-authored-by: Dmitriy Vasyura <Dmitriy.Vasyura@microsoft.com>
2026-08-13 17:32:40 -07:00
Dileep Yavanmandha 3c33351abb Sandboxing: mxc update to 0.7.0 (#330770)
mxc update to 0.7.0
2026-08-14 00:23:32 +00:00
Vijay Upadya 8bed878286 Re enablenew TAS assignments endpoint with proxy-aware transport fix (#330389)
* Revert "Revert new TAS endpoint changes (#330175)"

This reverts commit f30e3f3600.

* Re-land new TAS assignments endpoint with proxy-aware transport + tas-call telemetry

* bump remote + remote/web to tas-client 0.4.3

* Add tests and feedback update
2026-08-13 05:37:11 +00:00
vs-code-engineering[bot]andgithub-actions[bot] 474febf468 chore: bump @github/copilot to 1.0.79 (#330228)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-12 18:22:07 +00:00
Robo 1fc102e9ae chore: bump electron@42.8.1 (#330244)
* chore: bump electron@42.8.1

* chore: bump distro

* chore: remove package-lock validator
2026-08-12 01:12:25 +00:00
Dirk Baeumer 58c6712602 More version pinning 2026-08-11 15:44:31 +02:00
Dirk Baeumer 8106ad5a8f Update lock file 2026-08-11 15:27:45 +02:00
Dirk Baeumer 8f8ae8d5e8 Address more validate package lock issues 2026-08-11 15:18:08 +02:00
Dirk Baeumer 8c217b30e4 Update lock file 2026-08-11 12:00:02 +02:00
Vijay Upadya f30e3f3600 Revert new TAS endpoint changes (#330175)
* Revert "New TAS assignments endpoint updates (lifecycle, readiness, disposal) (#329736)"

This reverts commit c780ea9613.

* Revert "Add new exp TAS assignments endpoint (/api/v1/assignments) alongside legacy TAS (#329653)"

This reverts commit 58dc612992.

* Fix lockfile: add MIT license fields to reverted tas-client entries
2026-08-11 06:42:09 +00:00
Logan Ramos b30dc6c77e Remove fake prompt discount probe (#330058)
* Remove fake prompt discount probe

* fix package lock
2026-08-10 20:24:44 +00:00
1f1c6417e9 chore: bump @github/copilot-sdk to 1.0.10-preview.0 and @github/copilot to 1.0.79-9 (#329759)
* chore: bump @github/copilot-sdk to 1.0.10-preview.0 and @github/copilot to 1.0.79-9

* Align managed-settings snapshot with SDK 1.0.10 contract

ManagedSettingsResolvedData widened its source union with 'client'/'mixed'
and added an optional clientManaged flag; mirror both on
IAgentHostManagedSettingsSnapshot so the spread in copilotAgent.ts typechecks.

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

* Gate Copilot terminal command-detection E2E test as record-only

The 'custom terminal tool preserves a nonzero shell exit code' test asserts on
live shell-integration state (supportsCommandDetection + OSC 633 command part)
captured from a real PTY in real time, which cannot be preserved across a
deterministic replay; the SDK/CLI bump's altered turn timing surfaced the
non-determinism on the macOS product build. Gate it record-only like the
sibling async shell-lifecycle tests and document it in KNOWN_ISSUES.md.

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

* test: keep terminal metadata E2E enabled

Select bash explicitly on POSIX so the custom terminal test reliably receives OSC 633 command metadata during deterministic replay. Remove the record-only gate and obsolete known-issue entry.\n\nCo-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: Josh Spicer <23246594+joshspicer@users.noreply.github.com>
2026-08-10 12:56:44 -07:00
Lee Murrayandmrleemurray 1e40f697bb Update @vscode/codicons to version 0.0.46-36 (#329998)
Update @vscode/codicons to version 0.0.46-36 in package.json and package-lock.json

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-08-10 16:58:28 +00:00
Lee Murrayandmrleemurray 409665d0c1 Update @vscode/codicons to version 0.0.46-35 and add 'close-small' icon (#329952)
Update @vscode/codicons version to 0.0.46-35 and add 'close-small' icon to codiconsLibrary

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-08-10 15:05:09 +00:00
vs-code-engineering[bot]andgithub-actions[bot] cdb5c6f121 Bump version to 1.134.0 (#329898)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-10 08:47:12 +00:00
Vijay Upadya 58dc612992 Add new exp TAS assignments endpoint (/api/v1/assignments) alongside legacy TAS (#329653)
* Add new exp TAS assignments endpoint (/api/v1/assignments) alongside legacy TAS

* feedback updates

* Add dispose old client
2026-08-07 21:19:23 +00:00
vs-code-engineering[bot]andgithub-actions[bot] 7dd6daca01 chore: bump @github/copilot-sdk to 1.0.9 and @github/copilot to 1.0.79-6 (#329574)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-07 17:46:54 +00:00
6b58ab53aa chore: bump @github/copilot to 1.0.79-2 (#329152)
* chore: bump @github/copilot to 1.0.79-2

* fix: pin @github/copilot to 1.0.79-2 exactly

Caret range ^1.0.79-2 resolved to a canary build during lockfile
validation. Pin the prerelease so package-locks stay deterministic.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anthony Kim <anthonykim@microsoft.com>
Co-authored-by: Anthony Kim <62267334+anthonykim1@users.noreply.github.com>
2026-08-05 21:41:33 -07:00
Megan RoggeandCopilot 63f64cda22 Update Codicons to 0.0.46-31 (#329268)
* Update Codicons to 0.0.46-31

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

Copilot-Session: 5acd6499-25c6-4115-98a7-6183cbd1a60f

* Update web Codicons dependency

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

Copilot-Session: 5acd6499-25c6-4115-98a7-6183cbd1a60f

---------

Copilot-Session: 5acd6499-25c6-4115-98a7-6183cbd1a60f
2026-08-06 02:22:14 +00:00
Anthony KimandCopilot 4fd51574d3 Bump xterm to 6.1.0-beta.292 (#329126)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 9d367c87-577d-437d-a992-f97bfa2446eb
2026-08-05 16:09:53 +00:00
Robo 7a9f946766 build: validate package-lock changes with pinned npm (#329098)
* chore: restore libc fields for platform packages

* build: validate package-lock changes with pinned npm

* build: ignore registry specific integrity in lockfile validation
2026-08-05 05:01:51 +00:00
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
Logan Ramos d49227af15 Adopt latest models in Auto (#329021)
* Start auto v2 exploration

* Auto V2

* Update based on comments
2026-08-05 00:59:45 +00:00
Giuseppe Cianci 8866080162 agentHost: update Codex to 0.146.0 (#328962)
Update the packaged Codex runtime and protocol-generation pin together, regenerate the app-server types, and adapt the handwritten integration to the updated schema.
2026-08-04 18:42:40 +00:00
Robo 012f594c44 chore: bump node-pty@1.2.0-beta.15 (#328949) 2026-08-04 14:27:43 +00:00
Robo 28cf0a82a0 chore: bump electron@42.8.0 (#328712)
* chore: bump electron@42.8.0

* chore: bump distro
2026-08-04 02:51:43 +00:00
Henning Dieterichs 94e56d98de Update Component Explorer to latest prerelease 2026-08-03 18:04:13 +00:00
vs-code-engineering[bot]andgithub-actions[bot] 365903f368 Bump version to 1.133.0 (#328671)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-03 13:43:30 +00:00
vs-code-engineering[bot]andgithub-actions[bot] add330dbd5 chore: bump @github/copilot-sdk to 1.0.9-preview.1 and @github/copilot to 1.0.77 (#328392)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-31 17:07:31 +00:00
Giuseppe Cianci 4b2897c7cb Add xAI model provider icon (#328413)
* Add xAI model provider icon

* signing commit
2026-07-31 17:02:52 +02:00
Anthony KimandCopilot 31308e8dce bump github/copilot 1.0.76 + SDK 1.0.9-preview.0 (#328161)
* Try bump github/copilot 1.0.76 + SDK 1.0.9-preview.0

* Exclude Copilot mediaremote-adapter from product packaging

CLI 1.0.76 ships a nested macOS MediaRemote helper under
prebuilds/*/mediaremote-adapter that broke darwin universal merge.
Strip it from app/runtime packaging and built-in extension
materialization; voice media-pause detection degrades without it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 255220ee-f851-47ce-a71d-45db46de336d

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 255220ee-f851-47ce-a71d-45db46de336d
2026-07-30 20:32:44 +00:00
Tyler James LeonhardtandCopilot 4b89fd4bdb chore: bump @anthropic-ai/claude-agent-sdk to 0.3.220 (#327892)
Updates the runtime pin in the repo-root devDependencies and the build
pin used to produce the deterministic Claude SDK tarball, plus both
lockfiles.

0.3.220 tightens three test-facing SDK types, so the agent host test
doubles and transcript fixtures are updated to match:

- `Query.interrupt()` now returns `Promise<SDKControlInterruptResponse | undefined>`
- `canUseTool` options now require `requestId`
- `SessionMessage` now requires `parent_agent_id`

No committed replay fixtures needed re-recording: the existing captures
already replay green against the new SDK.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-28 21:27:19 +00:00
Hawk Ticehurst 0502d65e6d Bump codicons package to 0.0.46-27 and register new icons (#327876)
Bump codicons package and register new icons
2026-07-28 15:20:50 -04:00
Robo 4277fad664 chore: bump electron@42.7.1 (#327764)
* chore: bump electron@42.7.1

* chore: bump distro
2026-07-28 06:27:05 +00:00
vs-code-engineering[bot]andgithub-actions[bot] 6fdbfab6f7 Bump version to 1.132.0 (#327594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-27 09:18:05 +00:00
Anthony KimandCopilot f9aad8156e Bump Copilot SDK to 1.0.8 and Copilot to 1.0.73 (#327165)
Bump Copilot SDK to 1.0.8

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

Copilot-Session: 5083fb1f-34d7-44bf-82a1-c4582e57683b
2026-07-24 02:29:26 +00:00
fcdf9915da Update @vscode/codicons to version 0.0.46-24 and add new icons (#327161)
Update @vscode/codicons to version 0.0.46-24 and add new fish and person voice icons

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
2026-07-23 17:41:11 +00:00
Anthony KimandCopilot a7eb7fe0e1 Bump Copilot SDK to 1.0.8 preview (#327054)
* Bump Copilot SDK to 1.0.8 preview

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

Copilot-Session: 5083fb1f-34d7-44bf-82a1-c4582e57683b

* Exclude unused Koffi native modules

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

Copilot-Session: 5083fb1f-34d7-44bf-82a1-c4582e57683b

---------

Copilot-Session: 5083fb1f-34d7-44bf-82a1-c4582e57683b
2026-07-22 16:27:50 -07:00
Raymond ZhaoandDmitriy Vasyura 24be8b3cb4 chore: npm audit fix (#326903)
Co-authored-by: Dmitriy Vasyura <dmitriv@microsoft.com>
2026-07-22 09:23:06 -07:00
Lee Murrayandmrleemurray 9fd648ee4e Update codicons version to 0.0.46-23 and add new icons (#326992)
Update codicons version to 0.0.46-23 and add new icons to codicons library

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-07-22 16:18:53 +00:00
dependabot[bot] 2ce20beec7 build(deps-dev): bump svgo from 2.8.2 to 2.8.3 (#326884)
Bumps [svgo](https://github.com/svg/svgo) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](https://github.com/svg/svgo/compare/v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 2.8.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-22 00:39:32 +00:00
dependabot[bot] 8a835d9dc2 build(deps-dev): bump linkify-it from 5.0.1 to 5.0.2 (#326883)
Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.1 to 5.0.2.
- [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/linkify-it/compare/5.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: linkify-it
  dependency-version: 5.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-22 00:10:19 +00:00
Megan Rogge eb62e28c3c Dictation: download Foundry Local native runtime on demand (#326839) 2026-07-21 20:51:23 +00:00
Martin Aeschlimann 3fa380ff09 Revert 326678 and 326718 (#326769)
* Revert "Chat dictation: always use Nemotron model, remove model setting (#326718)"

This reverts commit 6d02468e2c.

* Revert "Dictation: migrate on-device runtime to Foundry Local streaming ASR (#326678)"

This reverts commit 6b3ff3c7f0.
2026-07-21 08:52:50 +00:00
Robo 3b3c93912d chore: bump electron@42.7.0 (#326776)
* chore: bump electron@42.7.0

* chore: bump distro
2026-07-21 08:48:49 +00:00
Anthony Kim c840e22106 Bump xterm to 6.1.0-beta.291 (#326772) 2026-07-21 07:38:21 +00:00
Anthony KimandDon Jayamanne 648d169d92 Bump github/copilot 1.0.72 (#326704)
* Bump github/copilot 1.0.72

* need to exclude webview

* Try skipping notification/tools/list_changed

* Capture tool list changes in agent host e2e snapshot

* Filter machine-dependent tools/list_changed notification from AHP snapshots

* Add glob patterns for Copilot Win32 built-in plugins in gulpfile tasks

* Update glob patterns for Copilot Win32 built-in plugins in gulpfile tasks

---------

Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
2026-07-21 17:36:26 +10:00