| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
package coverage
|
|
utilities\n- Colorize skip logs (no-trigger, short-prefix, busy) in hexai-lsp logs
|
|
receivers and return values from constructors
|
|
|
|
- Move CLI logic to internal/hexaicli with Run/RunWithClient
- Move LSP logic to internal/hexailsp with Run/RunWithFactory
- Extract helpers; keep behavior identical for both binaries
- Add unit tests for hexaicli (input parsing, messages, streaming) and
hexailsp (factory wiring, client creation, logging settings)
- Add top-of-file summaries and 'Not yet reviewed by a human' comments to all Go files
- Update README with internal package docs
|
|
- Add trigger_characters to JSON config and ServerOptions
- Store on server and advertise in initialize
- Update README and example config
- Preserve previous defaults when unset
|
|
consistent colors/prefix; refactor LLM provider to use global logger and remove per-client loggers
|