merge goose-acp crate into goose (#8726)

This commit is contained in:
Jack Amadeo
2026-04-21 16:26:49 -04:00
committed by GitHub
parent 05af51f18f
commit 38941b1d26
48 changed files with 196 additions and 286 deletions
+2 -2
View File
@@ -177,7 +177,7 @@ npm install
**Option 1: Auto-launch server (recommended)**
The TUI will automatically start the goose-acp-server if you have it installed:
The TUI will automatically start the goose acp server if you have it installed:
```bash
npm start
@@ -191,7 +191,7 @@ For servers that support the draft standard ACP over Streamable HTTP https://git
npm start -- --server http://HOST:PORT
# example server
cargo run -p goose-acp --bin goose-acp-server
cargo run -p goose-cli --bin goose -- serve
```
### Single Prompt Mode