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
+13 -7
View File
@@ -7,10 +7,16 @@ https://github.com/block/goose/discussions/7309
## Running
1. Run the server `cargo run -p goose-acp --bin goose-acp-server`
2. Run the tui
```
cd ui/text
npm i
npm run start
```
The TUI automatically launches the goose ACP server using the `goose acp` command.
```bash
cd ui/text
npm i
npm run start
```
To use a custom server URL instead:
```bash
npm run start -- --server http://localhost:8080
```