1
2
3
4
5
6
7
8
9
10
11
|
# AI Chat
A full-featured AI chat application that streams responses from Claude Code. Uses inline mode with a textarea input, `StreamAbove()` for character-by-character response rendering, channel watchers for subprocess communication, and an alternate-screen settings panel.
## Run
Requires `claude` CLI to be installed and configured.
```bash
go run .
```
|