The Experience Technology Department of Alipay, Ant Group, has officially open-sourced the intelligent programming assistant Neovate Code. It can deeply understand your codebase, follow the existing coding habits, and accurately complete function implementation, bug fixing, and code refactoring based on context awareness. It integrates the core capabilities required by Code Agent.
GitHub:https://github.com/neovateai/neovate-code
At present, Neovate Code is provided in the form of a CLI tool, but its architecture is highly flexible and will support multiple client forms in the future to adapt to more development scenarios.

Its main functions include:
Conversational development - A natural dialogue interface for programming tasks
AGENTS.md rule file - Define custom rules and behaviors for your project
Conversation continuation and resumption - Continue previous work across conversations
Support for popular models and providers - OpenAI, Anthropic, Google, etc.
Slash commands - Quick commands for common operations
Output style - Customize the way code changes are presented
Planning mode - Review the implementation plan before execution
Headless mode - Automate the workflow without interactive prompts
Plugin system - Extend functionality with custom plugins
MCP - Model context protocol for enhanced integration
Git workflow - Intelligent commit message and branch management
…
发表回复