forked from microsoft/vscode-copilot-chat
-
Notifications
You must be signed in to change notification settings - Fork 1
Update positron-copilot-chat for 1.107.0 #9
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
Draft
timtmok
wants to merge
438
commits into
main
Choose a base branch
from
merge/1.107.0
base: main
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.
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
* make `inline.request` also include tools telemetry fixes microsoft/vscode-internalbacklog#6349 * Update src/extension/prompt/node/chatParticipantTelemetry.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
for perf purposes we don't want to yield unless we have to
* Add server request ids * Update src/extension/prompt/node/chatMLFetcherTelemetry.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* request log tree: nicer name for CapturingToken * request log tree: allow flattening nested nodes with a single child * nes: request log tree: display opp ID in log context & match entry name with regular NES entry
* swap to cloud icon for consistency * good call, copilot
Refactoring to have clear separation between the repo discovery and the actual code search support
…2221) * Copilot CLI - Clear previous set of attachments once used * Use the prompt refs from confirmation result
Splitting these up and making sure we have better separation of concerns between the repo tracker and manager
…microsoft#2218) * Initial plan * Add non-default branch confirmation message in cloud agent delegation Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Optimize API call placement - move after early returns Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Update message text and always show confirmation for non-default branch Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Use generic message modification check instead of specific nonDefaultBranch check Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Simplify confirmation logic: show when buttons.length > 1 OR messageModified Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> * Update src/extension/chatSessions/vscode-node/copilotCloudSessionsProvider.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* WIP * WIP * use git here * repo * Update name * wip * wip * wip * wip * updates * readonly * revert * update * clean * PR and test * test update * test update
* disable showContinueOn for some handoffs in Plan mode prompt * promptFileParser.ts copy from microsoft/vscode@8d6b740 }
* When delegating to Copilot CLI do not open chat editor * Update src/extension/chatSessions/vscode-node/copilotCLIChatSessionsContribution.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/extension/chatSessions/vscode-node/copilotCLIChatSessionsContribution.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/extension/chatSessions/vscode-node/copilotCLIChatSessionsContribution.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Address code review --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…flight or completions request in flight (microsoft#2443)
…ache Fix for cached cloud sessions
…ng diff statistics (microsoft#2485) * Copilot CLI - do not open repository to compute worktree statistics (microsoft#2461) * Git - fix incorrect calculation of short stats `diffIndexWithHEADShortStats()` (microsoft#2476)
Fix running windows shell commands in Background Agent
Create directory if not exists using IFileSystem
Check ExP value for requests
Prompt updates for copilot chat.
Fix to ensure correct prompt is selected on final model update
Agent sessions candidates
Change the default value for `extraDebounceEndOfLine` to 2000
Needs getCompletionsCallback
…inking-release [release] check for thinking data before disablingThinking
Fix duplicate attachments in Background Agent session history
…thinking-release [release] conditionally disable thinking based on conversation location
AutoChatEndpoint is a CopilotChatEndpoint
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.
Merges in tag
v0.35.2025121002.src/platform/configuration/test/common/inMemoryConfigurationService.tssrc/platform/configuration/test/common/inMemoryConfigurationService.tswhere they added in a config change listener