From 1fcb7d472d4762d086b0930091abc7ff38d69549 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 20 Aug 2025 09:09:26 +0300 Subject: better --- README.md | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f08fb9..405d9d5 100644 --- a/README.md +++ b/README.md @@ -8,37 +8,5 @@ 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). -## Configuration - -See the full configuration guide in `docs/configuration.md`. - -## Usage - -### Hexai LSP server - -- Run over stdio: `hexai-lsp` -- Flags: `-version`, `-log` - -More in `docs/usage-examples.md`. - -### Configure in Helix - -See `docs/usage-examples.md#configure-in-helix` for a sample `languages.toml` snippet. - -## In-editor chat and inline features - -- In-editor chat: ask inline by ending a line with `..`, `??`, `!!`, `::`, or `;;`. Hexai inserts - a `>`-prefixed answer below. See `docs/usage-examples.md#in-editor-chat`. -- Inline triggers: strict `;text;` instructions for selection-based actions. See - `docs/usage-examples.md#inline-triggers`. - - -## Code actions - -Overview and details in `docs/usage-examples.md#code-actions`. - -## Hexai CLI tool - -See `docs/usage-examples.md#cli-usage` and `docs/usage-examples.md#examples` for examples. - - +* [Full configuration guide](docs/configuration.md) +* [Usage examples](docs/usage-examples.md) -- cgit v1.2.3