forked from microsoft/vscode-copilot-chat
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge 1.106.0 from upstream #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix uncommitted flow not behaving like other flows * handle uncommited changes confirmation. * isUntitled case * add satisifies type check * 💄 --------- Co-authored-by: Peng Lyu <penn.lv@gmail.com>
* Fixes for message logging in responses proxy * Safe
* Log external chat providers Like Cerebras. We miss usage data though. * cleanup
* Custom cloud agent icon * support dark/light theme for icon * 💄
…out a GitHub token (microsoft#1651)
* Include completions core test during PR build * Implement a FakeCopilotTokenManager to run completions core test without a GitHub token * Small naming fix * Run tests also under Windows * Fix running Windows tests
…soft#1652) * Add completions core test to release and pre-release pipeline * name -> script * Use correct script
to track down when superseded by item has the same opp id as the item itself
* Support generating PR descriptions based on a template * Try fix tests * Comment * Update cache
* nes: no log context files without setting * Update src/extension/inlineEdits/vscode-node/components/logContextRecorder.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.0...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* nes: refactor: move out `editWouldUndo` * nes: refactor: rename file to better reflect what it is
Co-authored-by: Brigit Murtaugh <brmurtau@microsoft.com>
* WIP * WIP * Send context provider telemetry to vscode-chat as well * Better event name * Address PR comments
* use tsgo watcher * tsgo-watch
…microsoft#1866) * getErrorsTool display folder instead of individual child files * address copilot comments. * Fix test failure * updated per comments
* Move server.json prep to VS Code core * Copy mapping, map to runtime configuration * Add source notes and tests * Move mapping code into nuget.ts * Improve tests * Pull latest, trim unused code * Update commit hashes
* Add INESProvider.updateTreatmentVariables() * Update src/lib/node/chatLibMain.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Dispose --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This isn't accurate. I think it should be based on (duration - ttfte) but we don't have that stat here
…user messages to the prompt (microsoft#1937)
* Support custom fetcher for Microsoft telemetry * Fix package lock
* Avoid dispose Copilot CLI session after use * oops * updates
* no explicit any, well except when it's in the vscode API * 💄
* Remove anys from githubAPI.ts * Remove from ignores
* Updates * Updates to Copilot CLI tool invocation * updates * Update src/extension/agents/copilotcli/common/copilotCLITools.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/extension/agents/copilotcli/common/copilotCLITools.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/extension/agents/copilotcli/common/copilotCLITools.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Revert "use tsgo watcher (microsoft#1924)" This reverts commit 39d4619. * Revert "Use tsgo for type checking (microsoft#1906)" This reverts commit f15269c.
* fixes microsoft/vscode#276927 * renames
timtmok
approved these changes
Dec 2, 2025
timtmok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Somewhat belated, as this is already in the commit for Positron's submodule.