From 0025db8844e41145dace4a02d5bee60b64417c81 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 20 Aug 2025 09:12:57 +0300 Subject: clarify --- README.md | 14 +++++++++++--- 1 file 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) -- cgit v1.2.3