Add Minimax specific prompts#2
Draft
eleanorjboyd wants to merge 20 commits into
Draft
Conversation
…crosoft#4173) * Add commitToRepository command for customization file persistence New command that stages and commits a file to the main repository (parallel to the existing commitToWorktree). Used by the sessions window to ensure customization files persist across worktrees. - Handle 'nothing to commit' in both stdout and stderr gracefully - Skip silently for non-git repositories - Also fix commitToWorktree to not error on nothing-to-commit * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * register --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…lush control (microsoft#4179) * feat: add github.copilot.chat.otel.flush command Registers a VS Code command that calls IOTelService.flush() to export all buffered spans, metrics, and events. This allows the eval runtime to trigger a deterministic flush before killing VS Code, ensuring no OTel data is lost (especially the invoke_agent root span). * restore * rm * cleanup
…ting branch name (microsoft#4182) * Background - error handling when computing session changes * Also handle missing git extension API
* Add URL image source support for Anthropic Messages API - messagesApi.ts: Handle https:// URLs with Anthropic url source type - chatModelCapabilities.ts: Allow image URLs for Anthropic models - toolCalling.tsx: Upload tool result images for ChatMessages requests - messagesApi.spec.ts: Add tests for base64, URL, and unsupported schemes * refactor: simplify message handling by extracting utility functions for content and tool result retrieval
* Initial implementation of the merge action * Add rebase command
Fixes microsoft/vscode#290048 Co-authored-by: Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* refactor: convert isInlineSuggestion test to vitest with mock shims Replace vscode integration test with vitest unit test that uses createTextDocumentData and Position/Range from the existing shims, removing the runtime dependency on the vscode module. * nes: render NES insertion on next line as ghost text
* Fixes microsoft/vscode#298615 * Address PR review: clear timeout, narrow catch, set error name * Fixes CI
0bffb91 to
cd910b7
Compare
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.
No description provided.