Back Original

Show HN: Mysti – Claude, Codex, and Gemini debate your code, then synthesize

Mysti Logo

Version Installs Rating License

Your AI Coding team for VSCode

Install from VS Code Marketplace

ProvidersBrainstormFeaturesQuick StartConfig


From VS Code: Press Ctrl+P (Cmd+P on Mac), then paste:

ext install DeepMyst.mysti

Or install from the VS Code Marketplace


Mysti works with the AI coding tools you already have. No extra subscriptions needed.

Agent Selection

Provider Best For
Claude Code Deep reasoning, complex refactoring, thorough analysis
Codex Quick iterations, familiar OpenAI style
Gemini Fast responses, Google ecosystem integration
Brainstorm Mode Any two AIs collaborate and debate solutions

Switch providers with one click. No lock-in.

vs Copilot/Cursor Mysti Advantage
Single AI Multi-agent brainstorming — two AIs collaborate
Locked to one provider Use any CLI — Claude, Codex, or Gemini
Black box Full permission control — read-only to full-access
Generic responses 16 personas — architect, debugger, security expert...

Mysti Chat Interface

Beautiful, modern chat interface with syntax highlighting, markdown support, and mermaid diagrams


Want a second opinion? Enable Brainstorm Mode and let two AI agents tackle your problem together. Choose any 2 of 3 agents (Claude, Codex, or Gemini) from the settings panel.

Brainstorm Mode

Claude Code (Anthropic), Codex (OpenAI), and Gemini (Google) have different training, different strengths, and different blind spots. When any two work together:

  • Each AI catches edge cases the other might miss
  • Different perspectives lead to more robust solutions
  • Together they debate, challenge each other, and synthesize the best solution

It's like having a senior dev and a tech lead review your code—except they actually discuss it first.

Configure which two agents collaborate in the Settings Panel:

Combination Best For
Claude + Codex Deep analysis meets rapid iteration
Claude + Gemini Thorough reasoning with fast validation
Codex + Gemini Quick iterations with Google ecosystem knowledge
Your Request
     |
     v
+-----------+-----------+
|  Agent 1  |  Agent 2  |
| analyzes  | analyzes  |
+-----+-----+-----+-----+
      |           |
      v           v
+---------------------------+
|   Discussion (Full Mode)  |
| Agents review each other's|
| solutions and debate      |
+-----------+---------------+
            |
            v
+---------------------------+
|        Synthesis          |
| Best ideas combined into  |
| one refined solution      |
+---------------------------+
Quick Mode Full Mode
Direct synthesis Agents discuss first
Both agents respond, then merge Each AI critiques the other's solution
Faster results More thorough analysis
Good for simple tasks Best for complex architecture decisions

Intelligent Plan Detection

When the AI presents multiple implementation approaches, Mysti automatically detects them and lets you choose your preferred path.

Plan Suggestions

Requires at least 2 CLI tools installed. See Requirements.


Shape how your AI thinks. Select from specialized personas that change the AI's approach to your problems.

Personas and Skills Panel

Persona Focus
Architect System design, scalability, clean structure
Debugger Root cause analysis, bug fixing
Security-Minded Vulnerabilities, threat modeling
Performance Tuner Optimization, profiling, latency
Prototyper Quick iteration, PoCs
Refactorer Code quality, maintainability
+ 10 more... Full-Stack, DevOps, Mentor, Designer...

Select personas directly from the toolbar without opening panels.

Toolbar Persona Selection


Mysti automatically suggests relevant personas and actions based on your message.

Auto Suggestions


Never lose your work. All conversations are saved and easily accessible.

Conversation History


Get started fast with one-click actions for common tasks.

Quick Actions


Fine-tune every aspect of Mysti including token budgets, access levels, and brainstorm mode.

Settings Panel


Already paying for Claude, ChatGPT, or Gemini? You're ready to go.

Mysti works with your existing subscriptions—no additional costs!

CLI Tool Subscription Install
Claude Code (recommended) Anthropic API or Claude Pro/Max npm install -g @anthropic-ai/claude-code
Codex CLI OpenAI API Follow OpenAI's installation guide
Gemini CLI Google AI API or Gemini Advanced npm install -g @google/gemini-cli

You only need one CLI to get started. Install any two to unlock Brainstorm Mode.


Option A: Press Ctrl+P (Cmd+P on Mac), paste and run:

ext install DeepMyst.mysti

Option B: Install from VS Code Marketplace

# Claude Code (recommended)
npm install -g @anthropic-ai/claude-code
claude auth login

# Or Gemini CLI
npm install -g @google/gemini-cli
gemini auth login

For Brainstorm Mode, install any two CLI tools.

  • Click the Mysti icon in the Activity Bar, or
  • Press Ctrl+Shift+M (Cmd+Shift+M on Mac)

Type your request and let the AI assist you!


Mix and match behavioral modifiers:

  • Concise - Clear, brief communication
  • Test-Driven - Tests alongside code
  • Auto-Commit - Incremental commits
  • First Principles - Fundamental reasoning
  • Scope Discipline - Stay focused on the task
  • And 7 more...

Stay in control of what the AI can do:

  • Read-only - AI can only read, never modify
  • Ask-permission - Approve each file change
  • Full-access - Let the AI work autonomously

{
  "mysti.defaultProvider": "claude-code",
  "mysti.brainstorm.agents": ["claude-code", "google-gemini"],
  "mysti.brainstorm.discussionMode": "full",
  "mysti.accessLevel": "ask-permission"
}
Setting Default Description
mysti.defaultProvider claude-code Primary AI provider (claude-code, openai-codex, google-gemini)
mysti.brainstorm.agents ["claude-code", "openai-codex"] Which 2 agents to use in brainstorm mode
mysti.brainstorm.discussionMode quick quick or full
mysti.accessLevel ask-permission File access level
mysti.agents.autoSuggest true Auto-suggest personas

Action Windows/Linux Mac
Open Mysti Ctrl+Shift+M Cmd+Shift+M
Open in New Tab Ctrl+Shift+N Cmd+Shift+N

Command Description
Mysti: Open Chat Open the chat sidebar
Mysti: New Conversation Start fresh
Mysti: Add to Context Add file/selection to context
Mysti: Clear Context Clear all context
Mysti: Open in New Tab Open chat as editor tab

Mysti collects anonymous usage data to improve the extension:

  • Feature usage patterns
  • Error rates
  • Provider preferences

No code, file paths, or personal data is ever collected.

Respects VSCode's telemetry setting. Disable via: Settings > Telemetry: Telemetry Level > off


MIT License — free to use, modify, and distribute, including for commercial purposes.


InstallReport IssueGitHub

Mysti — Built by DeepMyst Inc