diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-20 09:12:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-20 09:12:57 +0300 |
| commit | 0025db8844e41145dace4a02d5bee60b64417c81 (patch) | |
| tree | 256c48073ebc3c96d7bd606dd452064eb9b02e67 | |
| parent | 1fcb7d472d4762d086b0930091abc7ff38d69549 (diff) | |
clarify
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -2,11 +2,19 @@  -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) |
