Files
tkmind_go/ui/text/README.md
T
2026-02-19 20:54:07 +00:00

17 lines
314 B
Markdown

# goose ACP TUI
Early stage and part of goose's broader move to ACP
https://github.com/block/goose/issues/6642
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
```