Files
tkmind_go/ui/text/README.md
T
Jack Amadeo 583acd4335 chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

continuing migration to aaif
2026-04-07 15:34:48 +10:00

23 lines
409 B
Markdown

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