blob: 177dafc8b31217088a181a977bd23e98185a589a (
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
It has been coded with AI and human review.
## Documentation
* [Configuration guide](docs/configuration.md)
* [Usage examples](docs/usage-examples.md)
|