Add Vscode Extension for chat panel handoff#58
Merged
Manavarya09 merged 3 commits intoManavarya09:mainfrom Apr 16, 2026
Merged
Conversation
…er support - Replace CLI agent detection with VS Code extension discovery (case-insensitive) - Add from/to handoff flow with 2-step agent picker - Support 23 agents: Copilot, Gemini, Claude Code, Cline, Roo Code, Cody, Continue, Amazon Q, Codeium, Tabnine, Qodo Gen, Codex, Blackbox AI, Mistral, Phind, Pieces, Supermaven, Bito, HuggingFace, Ollama, Aider, Kite - Auto-trigger for extensions using VS Code Chat API; clipboard fallback for sealed webviews (Codex, Blackbox) - Extract agent registry into agents/registry.ts as single source of truth - Clean up extension.ts, apply DRY/SOLID principles
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.
What does this PR do?
Adds a VS Code extension that enables cross-agent session handoffs directly within the editor. Users can transfer context from one AI coding assistant to another (e.g., Claude Code → Gemini Code Assist) without leaving VS Code.
Key features:
Type of change
Checklist
cargo checkpassescargo testpassescargo clippypasses