AI Open Source · 编码 Agent / Dev Tooling

codestoryai/aide

Aide 是开源的 AI 原生 IDE,和 Void、Cursor 同属一类产品。整个编辑 器围绕 agent 协作设计,研究 IDE 与 agent 深度集成的形态时可看其 实现。

The open-source AI-native IDE

Stars
2.2k
Language
TypeScript
License
AGPL-3.0
Last push
2025-02-25
Created
2023-08-06

README

This project is no longer maintained. See our announcement here. We appreciate all the support we received from the community, and leave this source code here for anyone interested in forking or poking around in future.

<div id="vscodium-logo" align="center"> <img src="./media/logo.svg" alt="Aide Logo" width="160"/> <h1>Aide</h1> </div>

Aide is the Open Source AI-native code editor. It is a fork of VS Code, and integrates tightly with the leading agentic framework on swebench-lite.

Latest release Discord Shield

<p align="center"> <img src="./media/hero_video.gif" alt="Aide in action" /> </p>

Aide combines the powerful features of VS Code with advanced AI capabilities to provide:

  • A combined chat + edit flow - Brainstorm a problem in chat by referencing files and jump into edits (which can happen across multiple files).
  • Proactive agents - AI iterates on linter errors (provided by the Language Server) and pulls in relevant context using go-to-definitions, go-to-references, etc to propose fixes or ask for more context from you.
  • Inline editing widget - Similar to the macos spotlight widget, press Ctrl/Cmd+K at any point to give instructions to AI.
  • Intelligent Code Completion - Context-aware code suggestions powered by state-of-the-art AI models.
  • AST navigation - Quickly navigate files in blocks rather than line-by-line.

Aide is designed to be your intelligent coding companion, helping you write better code faster while maintaining full control over your development process.

Contributing

There are many ways in which you can participate in this project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Feedback

Code of Conduct

This project has adopted the Contributor Covenant Code of Conduct. Please read the Code of Conduct before contributing to this project.

Acknowledgements

We would like to acknowledge Cody for Open Sourcing and creating the inline completion bit. This is one of those parts of the codebase where we borrowed heavily from Cody's work and we are grateful for that. We added our own necessities on top of this to make it work with the sidecar. This part of the codebase is no longer maintained, we have since moved forward our focus to working on agentic workflows and if you want to revamp this part, please let us know! We believe inline completion UX is ripe for innovation and there are many directions we can take this.

License

Copyright (c) 2024 CodeStory AI. All rights reserved. Licensed under the GNU Affero General Public License v3.0.

同一分类的其他项