Awesome AI Agents › IDE Integrations
DeepMyst/Mysti
⭐ 1137
TypeScript
repository created 2025-11-29
Mysti is a Visual Studio Code extension that puts several AI coding agents behind one chat interface so they can work individually or together. Version 0.4.0 supports twelve providers: Claude Code, Codex, Gemini, GitHub Copilot, Cline, Cursor, OpenClaw, Manus, OpenCode, Qwen Code, Ollama and LocalAI, with the last four added in that release. The extension reuses tools and subscriptions the developer already has instead of requiring its own, and providers can be switched with one click; Ollama and LocalAI allow fully local inference. Qwen Code is integrated through the same streaming protocol as Claude Code and supports plan, auto-edit and yolo approval modes, while OpenCode routes to Anthropic, OpenAI, Google or Groq backends using the configured default model. The headline feature is brainstorm mode, where any two of the twelve agents tackle a problem together under one of five collaboration strategies, including a quick direct synthesis for simple tasks and a debate strategy with critic roles, on the premise that several agents together outperform one. Other features are sixteen personas such as architect, debugger and security expert, permission control ranging from read-only to full access, an autonomous mode with safety controls, and at-mentions that route a task inline to a specific agent. The chat interface renders syntax-highlighted code, markdown and mermaid diagrams and tracks task lists and progress in real time. The release notes list eighteen stability fixes across brainstorm mode and mention tagging, covering silence-based timeouts, authentication pre-checks, convergence guards, mention limits and retry cleanup, plus 360 automated tests run with vitest, and fixes for a Windows spawn error and a Codex path setting. It installs from the Visual Studio Code Marketplace and is licensed under Apache-2.0.
https://github.com/DeepMyst/Mysti
vscodecoding-assistantide-extensionmulti-agentdeveloper-tools
Also in IDE Integrations
Continue is an open-source platform that enables developers to create, share, and use custom AI code assistants within popular IDEs, enhancing coding productivity and collaboration through features like Chat, Autocomplete, Edit, and Agent.
Coder is a platform for creating secure, self-hosted cloud development environments that streamline developer onboarding and optimize resource usage through automation and integrations.
Sweep is an AI-powered coding assistant plugin designed to enhance productivity and coding efficiency within JetBrains IDEs.
Claude Code plugin that distills reusable skills from real coding sessions, merges same-scenario skills instead of duplicating them, and prunes skills that stop being used.
LMQL is a Python-superset programming language designed for constraint-guided and efficient interaction with large language models, enabling advanced control flow, decoding, and integration with multiple LLM providers.
Aide is a Visual Studio Code extension that leverages AI to provide one-click code conversion, commenting, optimization, and batch processing features to enhance developer productivity.
Plugin marketplace and shared configuration for Claude Code, Codex CLI, Cursor and Gemini CLI, bundling skills, slash commands, hooks, subagents and MCP servers.
MCP LLMS-TXT Documentation Server is an open-source MCP server that exposes llms.txt files to IDEs and applications, providing controlled, auditable access to LLM documentation for enhanced development workflows.