summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-20 09:09:26 +0300
committerPaul Buetow <paul@buetow.org>2025-08-20 09:09:26 +0300
commit1fcb7d472d4762d086b0930091abc7ff38d69549 (patch)
tree2ed645e18f7fa71ff6c9b4c96f58ee4d18a70cbc /README.md
parent4d2437727fba2166b807686ad5c6427982aa01b9 (diff)
better
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 2 insertions, 34 deletions
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.
-
-<!-- In-editor chat example moved to docs/usage-examples.md#in-editor-chat -->
+* [Full configuration guide](docs/configuration.md)
+* [Usage examples](docs/usage-examples.md)