Merged
Conversation
* nes: model picker: fix: correct init and model picking order
nes: fetched models should check if they're already known as well
nes: fix: ensure to update undesired models before updating preferred model
this's important because there's code that reacts to preferred model change and needs to know latest undesired models
nes: minimize failure possibility
nes: fix: make sure to init undesiredModelsManager earlier than observables use them
nes: don't memorize if exp-configured model is picked
nes: joint: support model picker
* nes: model picker: support in JointCompletionsProvider
* nes: enable model picker for the team
…Response` (microsoft#2435) * `CopilotInteractiveEditorResponse.kind` is always 'ok' -> remove it fixes microsoft/vscode#280959
…ment Auto Enablement Logic
…ft#2431) * nes: fetched models should check if they're already known as well * nes: fix: ensure to update undesired models before updating preferred model this's important because there's code that reacts to preferred model change and needs to know latest undesired models * nes: minimize failure possibility * nes: fix: make sure to init undesiredModelsManager earlier than observables use them * nes: don't memorize if exp-configured model is picked
* nes: model picker: fix: correct init and model picking order
nes: fetched models should check if they're already known as well
nes: fix: ensure to update undesired models before updating preferred model
this's important because there's code that reacts to preferred model change and needs to know latest undesired models
nes: minimize failure possibility
nes: fix: make sure to init undesiredModelsManager earlier than observables use them
nes: don't memorize if exp-configured model is picked
nes: joint: support model picker
* nes: model picker: support in JointCompletionsProvider
* nes: enable model picker for the team
…lazier-position-offset-transformer chore: adopt from core lazier/faster PositionOffsetTransformer
…pects slash models if present
…flight or completions request in flight (microsoft#2443)
* initial pass at untracked file changes, testing next * add final trailing \n * unit tests for function * fix test execution * tweak some comments and formattting * another comment tweak after testing * small change to handling fully empty files * copilot PR feedback --------- Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro-2.local> Co-authored-by: Ian Huff <ianhuff@Mac.home>
* Run local eslint rules directly as typescript Remove the need to use `tsx` * Bump required node version Matches the version we use in vscode repo * Align node versions * Always use `/` * Try fixing windows * Try another fix for windows * Fix new rule after merge
Enables the same `no-unexternalized-strings` with have in `vscode` in this repo. This make sure we have a more consistent style across repos and when generating edits
* Disable thinking for anthropic models on continuation. * reduce code duplication --------- Co-authored-by: SteVen Batten <sbatten@microsoft.com>
* adopt microsoft/vscode#281431 * convert to tabs
…-3b825b0 adopt vscode#281431 (microsoft#2420)
…moth Bum version
* Send abexp context * Spelling
… (microsoft#2451) * Disable thinking for anthropic models on continuation. * reduce code duplication --------- Co-authored-by: Bhavya U <bhavyau@microsoft.com>
* Add thoughtSignature * Use LanguageModelThinkingPart to store thoughtSignature * use metadata to store signature * remove any * formatting --------- Co-authored-by: vijay upadya <vj@example.com>
* Improve formatting of tool args * Update comments
…i-diff chat response part (microsoft#2619)
…#2706) * Ensure version of node is in sync with that in vscode repo * Update other verions
* Show error msg * minor update --------- Co-authored-by: vijay upadya <vj@example.com>
* Add tests for microsoft#2680 * Fix tests
* nes: support patch-based model response format * nes: support <NO_EDIT> response and update post-script in user message * fix off by one model uses 0-based line numbers, so we should convert to 1-based for LineRange * make a method private
…osoft#2686) Co-authored-by: Logan Ramos <loganramos@microsoft.com>
* nes: long: respect old setting if coming from exp * nes: rename public setting for cursor jump and fixes make it bool-valued, and respect old exp config and backward-compat value
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
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.36.2026010701