refactor: goose-acp-server -> goose binary for TUI (#8155)

This commit is contained in:
Alex Hancock
2026-03-27 17:12:11 -04:00
committed by GitHub
parent ae83fd2adc
commit dfa93fe948
21 changed files with 335 additions and 262 deletions
+5 -13
View File
@@ -183,23 +183,15 @@ The TUI will automatically start the goose-acp-server if you have it installed:
npm start
```
**Option 2: Manual server startup**
**Option 2: Connect to a custom server**
Start the ACP server separately, then connect the TUI:
For servers that support the draft standard ACP over Streamable HTTP https://github.com/agentclientprotocol/agent-client-protocol/pull/721
```bash
# Terminal 1: Start the server
npm start -- --server http://HOST:PORT
# example server
cargo run -p goose-acp --bin goose-acp-server
# Terminal 2: Start the TUI
cd ui/text
npm start
```
**Option 3: Connect to a custom server**
```bash
npm start -- --server http://localhost:3284
```
### Single Prompt Mode