* chore: update @github/copilot and @github/copilot-sdk to version 1.0.61 and 1.0.1 respectively
- Bump @github/copilot from 1.0.60 to 1.0.61 in package.json and package-lock.json
- Update @github/copilot-sdk from 1.0.0 to 1.0.1 in package.json and package-lock.json
- Modify postinstall script to copy tgrep files instead of sharp files
- Update tests to include tgrep binaries
- Change model in e2e tests from 'claude-opus-4.7' to 'gpt-5-mini'
* fix: add libm.so.6(GLIBC_2.27)(64bit) to referenceGeneratedDepsByArch
* Update GitHub Copilot dependency to version 1.0.54 and enhance CLI session handling
- Updated @github/copilot dependency in package.json and package-lock.json to version 1.0.54.
- Modified postinstall script to include 'cli-native.node' in the file copy process.
- Refactored session management to utilize updated SDK methods for setting authentication info and permissions.
- Improved type definitions and imports for better clarity and maintainability.
- Added tests to ensure new functionality and compatibility with updated SDK.
* fix: improve token handling and user info resolution in CopilotCLISDK
* fix: update GitHub Copilot dependency to version 1.0.56-1
* fix: add missing linux-test-proxy binaries to CopilotCLI SDK upgrade tests
* fix: enhance CopilotCLISDK test setup with mock package implementation and path import
* fix: update GitHub Copilot dependency to version 1.0.57
* fix: add support for 'extension_context' attachment type in chat history and logging
* Ignore the new mxc binaries
* Bump Agent host Copilot CLI to 1.0.48
* Copilot Cli to 1.0.48 sdk to 1.0.0-beta.4
* Exclude pvrecorder, foundry-local-sdk, mxc-bin
* Parity for copilot/sharp
* Add back missing binary
* Update dependencies for public copilot cli sdk
* remove icu-native.node for now
* Remove win32-native.node, icu-native.node
* Bump both internal and public to 1.0.49
* Only copy required Copilot SDK prebuilds
* Fix Copilot SDK native binary handling
* Bump version
* Updates
* Updates
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* chore: update @github/copilot to version 1.0.48 and enhance file copy logic in postinstall script
* Updates
* updates
* Include other files
* udpates
* updates
* Also filter prebuilds one
* Prune non-target Copilot SDK prebuilds
* Try clean-up
* revert
* try with foundtry, pvrecorder,mxcbin
* try if excluding computer.node helps
* Try if stripping cli signatures would work
* Revert "try if excluding computer.node helps"
This reverts commit c51a9e742f.
* Revert "try with foundtry, pvrecorder,mxcbin"
This reverts commit 4c98422afc.
* build: remove PE signature before patching via rcedit (#316948)
* build: remove PE signature before patching via rcedit
* build: also apply to reh
* Need to update properly
---------
Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
* Move .claude creation for testing agent harness to postinstall
title says it all.
* fix: simplify symlink creation logic in createClaudeSymlinks function
---------
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Instead of duplicating the tiktoken compression and static asset copying
in .esbuild.ts, simply run the postinstall script via tsx. This keeps a
single source of truth for what gets copied to dist/.
Also make the base.sqlite check a warning instead of a fatal error,
since it's a dev-only sanity check that shouldn't block CI builds.
* Hook up prototype external ingest support
* User clearer file name
* Fix for merge
* Rename setting
* Move to team internal
* Fix reference
* Copy over wasm file to dist
* Wrong postinstall script :/
* Codex agent test
* more
* Fix model server for openai
* Some improvements
* Fix tool calling
* Get it building again
* Add output delta event
* stuff
* Add claude-code dependency
* Fix
* Clean up copied anthropic types, and message conversion code
* Update cc sdk
* Set up permission MCP server
* Basic mcp permission tool
* Bump version
* Use a chat session provider for claude code
* Use IChatEndpoint instead of ext api lm
* Cleanup
* Bump engine version
* Delete codex tool
* try to fix paths
* Port prompt code from Copilot client to Copilot Chat
https://github.com/microsoft/vscode/issues/261808
* Port additional tests over
* Rename folder
* Add integration tests for prompt construction
* Add dependency for js-yaml
* Fix unhandled exception in tests
- Updated `devcontainer.json` to ensure `git-lfs` is initialized on container creation.
- Modified `postinstall.ts` to adjust the `REPO_ROOT` path for better directory structure.