diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -12,21 +12,20 @@ It has got improved capabilities for Go code understanding (for example, create * LSP Code actions * LSP in-editor chat with the LLM * Stand-alone command line tool for LLM interaction -* TUI code-action runner (`hexai-action`) with Bubble Tea +* TUI code-action runner (`hexai-tmux-action`) with Bubble Tea * Support for OpenAI, GitHub Copilot, and Ollama ## Documentation * [Configuration guide](docs/configuration.md) * [Usage examples](docs/usage.md) -* [Source structure](docs/source-structure.md) ## Build and tasks Hexai uses Mage for developer tasks. Install Mage, then run targets like build, dev, test, and install. - Install Mage: `go install github.com/magefile/mage@latest` -- Build binaries: `mage build` (produces `hexai`, `hexai-lsp`, and `hexai-action`) +- Build binaries: `mage build` (produces `hexai`, `hexai-lsp`, and `hexai-tmux-action`) - Dev build (+ tests, vet, lint): `mage dev` - Run tests: `mage test` - Run tests with coverage: `go test ./... -cover` @@ -43,5 +42,5 @@ Either use the Mage method as mentioned above, or install directly with: - CLI: `go install codeberg.org/snonux/hexai/cmd/hexai@latest` - LSP: `go install codeberg.org/snonux/hexai/cmd/hexai-lsp@latest` -- Action runner: `go install codeberg.org/snonux/hexai/cmd/hexai-action@latest` -Install: `mage install` (copies `hexai-action` to `GOPATH/bin` together with other binaries) +- Action runner: `go install codeberg.org/snonux/hexai/cmd/hexai-tmux-action@latest` +Install: `mage install` (copies `hexai-tmux-action` to `GOPATH/bin` together with other binaries) |
