blob: 888a4039852b4cdbc430a0dd0546741541b6713d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Hexai

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
AI coded it under human supervision, and a human developer reviewed the code.
## Documentation
* [Configuration guide](docs/configuration.md)
* [Usage examples](docs/usage-examples.md)
|