refactor: goose-acp-server -> goose binary for TUI (#8155)
Some checks failed
Canary / Prepare Version (push) Has been cancelled
CI / changes (push) Has been cancelled
Deploy Documentation / deploy (push) Has been cancelled
Live Provider Tests / check-fork (push) Has been cancelled
Publish Ask AI Bot Docker Image / docker (push) Has been cancelled
Publish Docker Image / docker (push) Has been cancelled
Publish to npm / Generate ACP Schema (push) Has been cancelled
Publish to npm / Build goose CLI (darwin-arm64) (push) Has been cancelled
Publish to npm / Build goose CLI (darwin-x64) (push) Has been cancelled
Publish to npm / Build goose CLI (linux-arm64) (push) Has been cancelled
Publish to npm / Build goose CLI (linux-x64) (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Canary / build-cli (push) Has been cancelled
Canary / Upload Install Script (push) Has been cancelled
Canary / bundle-desktop (push) Has been cancelled
Canary / bundle-desktop-intel (push) Has been cancelled
Canary / bundle-desktop-linux (push) Has been cancelled
Canary / bundle-desktop-windows (push) Has been cancelled
Canary / Release (push) Has been cancelled
CI / Check Rust Code Format (push) Has been cancelled
CI / Build and Test Rust Project (push) Has been cancelled
CI / Build Rust Project on Windows (push) Has been cancelled
CI / Lint Rust Code (push) Has been cancelled
CI / Check OpenAPI Schema is Up-to-Date (push) Has been cancelled
CI / Test and Lint Electron Desktop App (push) Has been cancelled
Live Provider Tests / changes (push) Has been cancelled
Live Provider Tests / Build Binary (push) Has been cancelled
Live Provider Tests / Smoke Tests (push) Has been cancelled
Live Provider Tests / Smoke Tests (Code Execution) (push) Has been cancelled
Live Provider Tests / Compaction Tests (push) Has been cancelled
Live Provider Tests / goose server HTTP integration tests (push) Has been cancelled
Publish to npm / Release to npm (push) Has been cancelled

This commit is contained in:
Alex Hancock 2026-03-27 17:12:11 -04:00 committed by GitHub
parent ae83fd2adc
commit dfa93fe948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 335 additions and 262 deletions

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