Ant Group's AI IDE—CodeFuse IDE has recently released version 0.7, which mainly enhances the intelligent rewriting capabilities for Lint Error types and expands support for natural language command generation in zsh-type terminals.
CodeFuse IDE is an artificial intelligence integrated development environment developed based on Ant's self-developed large model CodeFuse and the self-developed IDE framework OpenSumi. It supports mainstream programming languages and provides features such as code writing suggestions, code explanations, unit test generation, issue fixes, and intelligent terminals during the development process, aiming to improve development quality and efficiency. CodeFuse IDE has open extensibility, supports the VS Code plugin ecosystem, and can integrate with any model service.
In the new version, CodeFuse IDE has enhanced the automatic repair function for code error diagnosis. When error messages appear in the editor and the cursor is near the error location, the editor will automatically provide completion suggestions, allowing developers to simply press the tab key to fix the error. Additionally, this version has expanded support for natural language command generation in terminals; previously only supporting bash-type terminals, it now adds support for zsh-type terminals. By entering specific commands in the terminal, users can invoke the command panel for interaction, and the system will intelligently generate recommended commands based on the input, which users can select to auto-fill in the terminal for convenient execution.
CodeFuse IDE Download Link: https://github.com/codefuse-ai/codefuse-ide/releases