Skip to content
/ Mysti Public
forked from DeepMyst/Mysti

AI coding dream team of agents for VS Code. Claude Code + openai Codex collaborate in brainstorm mode, debate solutions, and synthesize the best approach for your code.

License

Notifications You must be signed in to change notification settings

artagon/Mysti

 
 

Repository files navigation

Mysti - Your AI Coding Team (Claude, Codex and Gemini) working together

Mysti Logo

Version Installs Rating License

Your AI Coding team for VSCode
Use Claude Code, Codex, or Gemini — or combine any two in Brainstorm Mode and never hit bottlenecks
Wisdom of the crowd where the collective intelligence of several agents outperforms a single one.

Install from VS Code Marketplace

ProvidersBrainstormFeaturesQuick StartConfig


Install in Seconds

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

ext install DeepMyst.mysti

Or install from the VS Code Marketplace


Choose Your AI

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.

Why Mysti?

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...

See It In Action

Mysti Chat Interface

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


Brainstorm Mode

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

Why Two AIs Beat One

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.

Choose Your Team

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

How It Works

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      |
+---------------------------+

Two Collaboration Modes

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.


Key Features

16 Developer Personas

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...

Quick Persona Selection

Select personas directly from the toolbar without opening panels.

Toolbar Persona Selection


Smart Auto-Suggestions

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

Auto Suggestions


Conversation History

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

Conversation History


Quick Actions on Welcome

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

Quick Actions


Extensive Settings

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

Settings Panel


Requirements

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.


Quick Start

1. Install Mysti

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

ext install DeepMyst.mysti

Option B: Install from VS Code Marketplace

2. Install a CLI Tool

# 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.

3. Open Mysti

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

4. Start Coding

Type your request and let the AI assist you!


12 Toggleable Skills

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...

Permission Controls

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

Configuration

Essential Settings

{
  "mysti.defaultProvider": "claude-code",
  "mysti.brainstorm.agents": ["claude-code", "google-gemini"],
  "mysti.brainstorm.discussionMode": "full",
  "mysti.accessLevel": "ask-permission"
}

All Settings

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

Keyboard Shortcuts

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

Commands

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

Telemetry

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


License

MIT License — free to use, modify, and distribute, including for commercial purposes.
See the LICENSE file for full text.


InstallReport IssueGitHub

Mysti — Built by DeepMyst Inc
Made with Mysti

About

AI coding dream team of agents for VS Code. Claude Code + openai Codex collaborate in brainstorm mode, debate solutions, and synthesize the best approach for your code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • JavaScript 11.6%