Skip to content

Add Minimax specific prompts#2

Draft
eleanorjboyd wants to merge 20 commits into
architectural-porcupinefrom
civil-meadowlark
Draft

Add Minimax specific prompts#2
eleanorjboyd wants to merge 20 commits into
architectural-porcupinefrom
civil-meadowlark

Conversation

@eleanorjboyd
Copy link
Copy Markdown
Owner

No description provided.

joshspicer and others added 20 commits March 4, 2026 00:57
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants