|
5 | 5 | [](https://github.com/tilework-tech/nori-cli/blob/main/LICENSE) |
6 | 6 | [](https://www.npmjs.com/package/nori-ai-cli) |
7 | 7 |
|
8 | | -**One CLI, multiple AI providers.** Nori is a local AI coding agent that lets you switch between Claude, Gemini, and Codex. All from the same native CLI. |
| 8 | +**One CLI, multiple AI providers.** Nori is a local AI coding agent that lets you switch between Claude, Codex, Gemini, or any ACP compatible agent. All from the same native CLI. |
9 | 9 |
|
10 | 10 |  |
11 | 11 |
|
@@ -75,19 +75,20 @@ Want your AI agent to configure this automatically? Point it at the raw skill fi |
75 | 75 |
|
76 | 76 | ## Features |
77 | 77 |
|
78 | | -- **Multi-provider**: Anthropic's Claude Code, Google DeepMind's Gemini, and OpenAI's Codex |
79 | | -- **Improved terminal interface**: Fast incremental renders in Ratatui, double buffered scrollback history, and built in Rust for performance |
80 | | -- **Coming Soon!** |
81 | | - - **Sandboxed execution**: Commands run in OS-level security sandboxes |
82 | | - - **MCP integration**: Connect to Model Context Protocol servers for extended tools |
83 | | - - **Session persistence**: Save and resume conversations with `nori resume` |
84 | | - - **Multi-agent orchestration**: Alternate between multiple agent sessions |
| 78 | +- **Multi-provider**: Use Claude Code, Codex, Gemini, or your own ACP-compatible agent from the same CLI. |
| 79 | +- **Fast native interface**: Incremental Ratatui rendering, double-buffered scrollback history, and a Rust core keep long sessions responsive. |
| 80 | +- **Solid ACP client support**: Nori supports ACP session listing, loading, resume, context and usage metadata. |
| 81 | +- **Agent Integrations**: Your agents keep their configurations, whether that's slash commands, skills, and MCP server forwarding. |
| 82 | +- **Session continuity**: Pick up prior work with resume, and rewind agent changes with escape-to-undo. |
| 83 | +- **Project context**: Reference files with `@`, flip between an editor or a file picker, and keep useful context visible without leaving the terminal. |
| 84 | + |
| 85 | +See the [ACP roadmap](ROADMAP.md) for what is done, what is in progress, and what is planned next. |
85 | 86 |
|
86 | 87 | ## Attribution |
87 | 88 |
|
88 | 89 | Nori CLI is built on the great work within [OpenAI Codex CLI](https://github.com/openai/codex). |
89 | 90 |
|
90 | | -Nori CLI is working with the great protocol led by [Zed Industries](https://github.com/agentclientprotocol/agent-client-protocol) for orchestrating agents. |
| 91 | +Nori CLI relies on the great contributions within the [ACP project](https://github.com/agentclientprotocol/agent-client-protocol), from Zed Editor, JetBrains, and others. |
91 | 92 |
|
92 | 93 | ## License |
93 | 94 |
|
|
0 commit comments