diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,6 +4,7 @@ Hexai, the AI addition for your Helix Editor (https://helix-editor.com) .. Other editors should work but weren't tested. +It has got improved capabilities for Go code understanding (for example, create unit tests from function), but other programming language work as well. ## Features * LSP Code auto-completion @@ -12,7 +13,7 @@ Hexai, the AI addition for your Helix Editor (https://helix-editor.com) .. Other * Stand-alone command line tool for LLM interaction * Support for OpenAI, GitHub Copilot, and Ollama -AI coded it under human supervision, and a human developer reviewed the code. +AI coded it under human orchestration and supervision following best practices with manual code reviews. ## Documentation @@ -34,5 +35,7 @@ Note: `mage lint` uses `golangci-lint`. Install via `mage devinstall` if needed. ## Install +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` |
