Update system prompt for VSCModelB.#2727
Merged
karthiknadig merged 1 commit intomicrosoft:mainfrom Jan 7, 2026
Merged
Conversation
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @karthiknadigMatched files:
@eleanorjboydMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the system prompt for VSCModelB by simplifying and focusing the instructions on parallel tool usage and formatting guidelines. Two model hashes are migrated from VSCModelA to VSCModelB to use the new prompt variant.
Key changes:
- Migrated two model family hashes from
VSC_MODEL_HASHES_AtoVSC_MODEL_HASHES_Bto apply the new prompt - Replaced the comprehensive VSCModelPromptB system prompt with a focused version emphasizing parallel tool execution
- Removed extensive instructions about testing, planning, and code editing in favor of streamlined guidance on tool parallelization and response formatting
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/platform/endpoint/common/chatModelCapabilities.ts | Moves two model hashes from VSC_MODEL_HASHES_A to newly populated VSC_MODEL_HASHES_B array and adds them to VSC_MODEL_HASHES_SUBSET_C for replace_string tool support |
| src/extension/prompts/node/agent/vscModelPrompts.tsx | Replaces the detailed VSCModelPromptB system prompt with a condensed version focused on parallel tool usage patterns, removes unused imports for ApplyPatchInstructions, GenericEditingTips, FileLinkificationInstructions, and MathIntegrationRules |
ca54533 to
b3837bf
Compare
karthiknadig
approved these changes
Jan 7, 2026
dmitrivMS
approved these changes
Jan 7, 2026
eleanorjboyd
approved these changes
Jan 7, 2026
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.
Update system prompt for VSCModelB.