Why it matters
- Multi-file, coordinated edits handle feature-level tasks that autocomplete tools can't — adding a new API endpoint across controller, router, model, and tests simultaneously.
- Open-source VS Code fork means full transparency into how AI changes are made — no black-box edits.
- Codebase-aware context means the AI understands your project's patterns, not just the current file.
- Agentic task completion reduces developer time on repetitive but multi-step changes like refactoring, migration, and scaffolding.
Key capabilities
- Multi-file editing: Autonomously edit multiple files in a coordinated, consistent way for a single feature or refactor.
- Codebase understanding: Indexes the entire repository to understand architecture and existing patterns before making changes.
- Agentic tasks: Complete developer tasks end-to-end from a natural language description.
- VS Code compatible: Runs all VS Code extensions, themes, and keybindings — no workflow disruption.
- Change explanations: Explains what was changed and why in plain English before applying edits.
- Multi-model support: Claude 3.5 Sonnet, GPT-4o, Gemini Pro; bring your own API key.
- Open source: Apache 2.0 license; full source available on GitHub.
- Diff review: Review all AI-proposed changes before applying them.
Technical notes
- Base: VS Code fork (Apache 2.0)
- GitHub: github.com/codestoryai/aide
- Models: Claude 3.5 Sonnet, GPT-4o, Gemini Pro
- OS: macOS, Windows, Linux
- Pricing: Free tier; Pro with hosted model access
- Founded: 2023; San Francisco; YC W24
Ideal for
- Developers who want AI to handle complete feature development tasks across multiple files, not just autocomplete.
- Teams working on refactoring, migration, or systematic codebase changes that touch many files.
- Open-source advocates who prefer a transparent VS Code fork over closed-source Cursor.
Not ideal for
- Developers who primarily need fast line-by-line autocomplete — Cursor or GitHub Copilot are more optimized for that.
- Non-VS Code users (JetBrains, Vim/Neovim workflows).
- Teams that need enterprise SSO and audit logs — Cursor and GitHub Copilot Enterprise are more mature for that.
See also
- Cursor — More polished VS Code AI fork; stronger autocomplete and larger community.
- Aider — Terminal-based AI coding with git integration; model-agnostic.
- Windsurf (Codeium) — Another VS Code AI fork with Cascade multi-step agent.