Skip to content

Commit e01aa5e

Browse files
authored
docs: Refresh README features (#459)
## Summary - Refreshes the README feature list to describe current multi-provider, native interface, ACP, session continuity, and project-context support. - Adds a link from the Features section to the ACP roadmap. - Updates ACP attribution language to reference the broader ACP project. ## Test Plan - [x] npm exec -- prettier --write README.md - [x] git diff --check
1 parent a0c3770 commit e01aa5e

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/npm/l/nori-ai-cli)](https://github.com/tilework-tech/nori-cli/blob/main/LICENSE)
66
[![npm downloads](https://img.shields.io/npm/dm/nori-ai-cli)](https://www.npmjs.com/package/nori-ai-cli)
77

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.
99

1010
![Nori TUI Screenshot](https://raw.githubusercontent.com/tilework-tech/nori-cli/refs/heads/main/assets/nori-cli_2026-01-13.png)
1111

@@ -75,19 +75,20 @@ Want your AI agent to configure this automatically? Point it at the raw skill fi
7575

7676
## Features
7777

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.
8586

8687
## Attribution
8788

8889
Nori CLI is built on the great work within [OpenAI Codex CLI](https://github.com/openai/codex).
8990

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.
9192

9293
## License
9394

0 commit comments

Comments
 (0)