forked from microsoft/vscode-copilot-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
merge main #3
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
Open
yemohyleyemohyle
wants to merge
1,203
commits into
yemohyleyemohyle:yemohyle/parallel_replace_string_test_merge
Choose a base branch
from
microsoft:main
base: yemohyle/parallel_replace_string_test_merge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge main #3
yemohyleyemohyle
wants to merge
1,203
commits into
yemohyleyemohyle:yemohyle/parallel_replace_string_test_merge
from
microsoft:main
+244,534
−28,264
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
* Wait for extension install before running command * Comments
…1624) Improve logging for responses proxy
* Add authoring guide for model-specific prompts * Update docs/prompts.md Co-authored-by: Copilot <[email protected]> * Update docs/prompts.md Co-authored-by: Copilot <[email protected]> * Update docs/prompts.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* Remove dead request logging code I don't know what PendingLoggedCompletionRequest was used for but it's not used anymore, and removing it hugely simplifies the log to markdown code * Clean up postOptions usage * Update src/extension/prompt/vscode-node/requestLoggerImpl.ts Co-authored-by: Copilot <[email protected]> * Update src/extension/prompt/vscode-node/requestLoggerImpl.ts Co-authored-by: Copilot <[email protected]> * Clean up after copilot --------- Co-authored-by: Copilot <[email protected]>
* Fix uncommitted flow not behaving like other flows * handle uncommited changes confirmation. * isUntitled case * add satisifies type check * 💄 --------- Co-authored-by: Peng Lyu <[email protected]>
* 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 (#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
* 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 <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove unwanted try..catch now API is in insiders * Updates
* Fixes to auto approval of copilot CLI file edits * Perf * Address review comments
* Remove user shell prompt This is no longer needed since the shell is described correctly in the run_in_terminal tool now Fixes microsoft/vscode#275638 * Update vitest snapshot
* Cleanup auto mode service * Update src/platform/endpoint/node/automodeService.ts Co-authored-by: Copilot <[email protected]> * Update src/platform/endpoint/node/automodeService.ts Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* use tsgo watcher * tsgo-watch
…#1866) * getErrorsTool display folder instead of individual child files * address copilot comments. * Fix test failure * updated per comments
* Merge pull request #5 from devdiv-microsoft/release/msrc/103197 edits: avoid windows/ntfs path workarounds in edit guards * edits: check files_added in patch for edit guards (#4) Co-authored-by: Connor Peet <[email protected]> --------- Co-authored-by: Connor Peet <[email protected]>
* 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 <[email protected]> * Dispose --------- Co-authored-by: Copilot <[email protected]>
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 (#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 <[email protected]> * Update src/extension/agents/copilotcli/common/copilotCLITools.ts Co-authored-by: Copilot <[email protected]> * Update src/extension/agents/copilotcli/common/copilotCLITools.ts Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
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.
No description provided.