Skip to content

Commit 98d951f

Browse files
committed
docs: Update links, clarify requirements, and fix formatting
- Update ACP protocol repository link to official organization - Correct Cursor website URL - Clarify Node.js version requirement (25.6.1+) - Update authentication requirement to reflect Cursor subscription - Add context about session history feature being WIP on Zed's side - Fix inconsistent whitespace and trailing blank lines
1 parent bcb4140 commit 98d951f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Disclaimer: I am not affiliated with Cursor or Zed. This project is a personal experiment and should not be considered an official product of either company. I am a big fan of both products and wanted to combine what I like with both of them: An amazing editor and a great AI coding agent (and composer-1, holy this model flies xD).
44

5-
An [Agent Client Protocol (ACP)](https://github.com/AnyContext/agent-client-protocol) adapter for [Cursor](https://cursor.sh) Agent CLI, enabling Cursor's powerful AI coding assistant to be used within the [Zed](https://zed.dev) editor.
5+
An [Agent Client Protocol (ACP)](https://github.com/agentclientprotocol/agent-client-protocol) adapter for [Cursor](https://cursor.com) Agent CLI, enabling Cursor's powerful AI coding assistant to be used within the [Zed](https://zed.dev) editor.
66

77
## About
88

@@ -13,7 +13,7 @@ This is an `ai-assisted` personal project aimed at bringing a great AI coding ag
1313
## Features
1414

1515
- **ACP Session Lifecycle**: Supports `new`, `resume`, and `fork` (best-effort) session operations
16-
- **Session Persistence & History**: Conversation history is persisted to disk; when resuming a session, the full history is replayed so the client sees previous messages
16+
- **Session Persistence & History**: Conversation history is persisted to disk; when resuming a session, the full history is replayed so the client sees previous messages (⚠️ This feature is WIP on Zed's side, so this can break at any time, I will try to keep it up to date)
1717
- **Session Listing**: List past sessions (with optional cwd filter and pagination) for quick resume
1818
- **Model & Mode Switching**: Dynamically change the underlying model and operation mode
1919
- **Authentication**: Login/logout/status management via Cursor CLI
@@ -83,6 +83,7 @@ Verify the binary is accessible:
8383
```bash
8484
which cursor-acp
8585
```
86+
8687
## Usage
8788

8889
### Run directly
@@ -175,7 +176,6 @@ You can also bind a keyboard shortcut to quickly open a new Cursor thread by add
175176

176177
If something isn't working, open Zed's Command Palette and run `dev: open acp logs` to inspect the ACP messages being sent between Zed and cursor-acp.
177178

178-
179179
### Development
180180

181181
```bash
@@ -227,11 +227,11 @@ Sessions are persisted under `~/.cursor-acp/sessions/` (or `$CURSOR_ACP_CONFIG_D
227227

228228
## Requirements
229229

230-
- [Zed](https://zed.dev)
231-
- Node.js 18+
230+
- [Zed](https://zed.dev)
231+
- Node.js 25.6.1+
232232
- [Bun](https://bun.sh) (for package management and scripts)
233233
- Cursor CLI installed and available in PATH
234-
- Valid Cursor authentication
234+
- Valid Cursor subscription
235235

236236
## Acknowledgments
237237

0 commit comments

Comments
 (0)