summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-20 09:12:57 +0300
committerPaul Buetow <paul@buetow.org>2025-08-20 09:12:57 +0300
commit0025db8844e41145dace4a02d5bee60b64417c81 (patch)
tree256c48073ebc3c96d7bd606dd452064eb9b02e67
parent1fcb7d472d4762d086b0930091abc7ff38d69549 (diff)
clarify
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index 405d9d5..177dafc 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,19 @@
![HexAI Small Logo](hexai-small.png)
-Hexai, the AI LSP for the Helix editor and also a simple command line tool to interact with LLMs in general.
+Hexai, the AI addition for your Helix Editor (https://helix-editor.com) .. Other editors should work but weren't tested.
+
+## Features
+
+* LSP Code auto-completion
+* LSP Code actions
+* LSP in-editor chat with the LLM
+* Stand-alone command line tool for LLM interaction
+* Support for OpenAI, GitHub Copilot, and Ollama
It has been coded with AI and human review.
-Hexai exposes a simple LLM provider interface. It supports OpenAI, GitHub Copilot, and a local Ollama server. Provider selection and models are configured via a JSON configuration file (overridable via environment variables).
+## Documentation
-* [Full configuration guide](docs/configuration.md)
+* [Configuration guide](docs/configuration.md)
* [Usage examples](docs/usage-examples.md)