https://github.com/neovateai/neovate-code
Neovate Code is a code agent to enhance your development. You can use it to generate code, fix bugs, review code, add tests, and more. You can run it in interactive mode or headless mode.
https://github.com/neovateai/neovate-code
Last synced: 3 months ago
JSON representation
Neovate Code is a code agent to enhance your development. You can use it to generate code, fix bugs, review code, add tests, and more. You can run it in interactive mode or headless mode.
- Host: GitHub
- URL: https://github.com/neovateai/neovate-code
- Owner: neovateai
- License: mit
- Created: 2025-03-11T08:32:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-12T03:20:28.000Z (3 months ago)
- Last Synced: 2026-02-12T13:43:09.739Z (3 months ago)
- Language: TypeScript
- Homepage: https://neovateai.dev/
- Size: 27.5 MB
- Stars: 1,438
- Watchers: 14
- Forks: 137
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-ai-tools - Neovate - gen terminal and Neovim integrated agent | (💻 Terminal & CLI Agents)
- my-awesome - neovateai/neovate-code - 03 star:1.5k fork:0.2k Neovate Code is a code agent to enhance your development. You can use it to generate code, fix bugs, review code, add tests, and more. You can run it in interactive mode or headless mode. (TypeScript)
- awesome-cli-coding-agents - Neovate Code - model/multi-provider support, MCP integrations, and headless automation mode. MIT. (Terminal-native coding agents / Open Source)
README
---
[](https://www.npmjs.com/package/@neovate/code)
[](https://www.npmjs.com/package/@neovate/code)
[](https://github.com/neovateai/neovate-code/actions/workflows/test.yml)
[](https://www.npmjs.com/package/@neovate/code)
[](https://www.npmjs.com/package/@neovate/code)
**Neovate**, pronounced as `['niːəʊveɪt]`, is a **coding agent** to enhance your development workflow. You can use it to generate code, fix bugs, review code, add tests, and more.
✨ See more at [neovateai.dev](https://neovateai.dev).

## Quick Start
Ready to try Neovate Code? Getting started is simple:
```bash
npm install -g @neovate/code
neovate
```
We respect the API KEY environment variable for all providers. If you don't have an API Key, enter `/login`, select a provider, open the website, and enter the API Key.
Then enter `/model` to select a model of that provider.
Then you can start to use Neovate Code, describe what you want to do in the command line, review proposed changes and approve tools calls.
```bash
# Examples of what you can do:
"Add error handling to the user authentication function"
"Refactor this component to use TypeScript"
"Create unit tests for the payment service"
"Optimize this database query"
```
Visit our [quickstart](https://neovateai.dev/en/docs/quickstart) documentation for detailed installation and setup instructions.
## Contributing
Contributions are welcome! Please read the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines on setting up the development environment, running tests, and submitting pull requests.
[](https://www.openomy.com/github/neovateai/neovate-code)
## License
[MIT](./LICENSE)