Ant Group has released version 0.7 of its AI IDE, CodeFuse IDE. This version focuses on improving the intelligent repair capabilities of code errors and supporting natural language command generation for zsh terminals. CodeFuse IDE is developed based on Ant's self-developed large model CodeFuse and self-developed IDE framework OpenSumi. It supports mainstream programming languages and provides functions such as code suggestions, explanations, test generation, problem repair, and smart terminals, aiming to improve development efficiency and code quality. Its open expansion capabilities support the VS Code plug-in ecosystem and can be connected to any model service, providing developers with a more convenient development experience.
Ant Group's AI IDE, CodeFuse IDE, recently released version 0.7, which mainly enhances the ability to intelligently rewrite Lint Error types and expands support for natural language generation commands for zsh-type terminals.
CodeFuse IDE is an artificial intelligence integrated development environment developed based on Ant's self-developed large model CodeFuse and self-developed IDE framework OpenSumi. It supports mainstream programming languages and provides code writing suggestions, code explanations, single test generation, and questions during the development process. Features such as repair and smart terminals are designed to improve development quality and efficiency. CodeFuse IDE has open expansion capabilities, supports the VS Code plug-in ecosystem, and can access any model service.
In the new version, CodeFuse IDE has enhanced the automatic repair function for code error diagnosis. When an error message appears in the editor, if the cursor is located near the error position, the editor will automatically provide completion prompts, and the developer only needs to press the tab key. Bugs can be fixed. In addition, this version also expands the support for terminal natural language generation commands. Previously, it only supported bash type terminals, but now it adds support for zsh type terminals. Entering specific instructions in the terminal can evoke command panel interaction. The system will intelligently generate recommended commands based on the input content. After the user selects them, they can be automatically filled in the terminal for easy execution.
CodeFuse IDE download address: https://github.com/codefuse-ai/codefuse-ide/releases
The update to CodeFuse IDE version 0.7 marks an important step in its intelligent code assistance and terminal interaction, providing developers with a smarter and more efficient programming experience. Continue to pay attention to the subsequent updates of CodeFuse IDE, I believe it will bring more surprises to developers.