summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e88d0d..cc15ba4 100644
--- a/README.md
+++ b/README.md
@@ -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`