index
:
hexai
feature/anthropic-api-provider
main
hexai is a LSP language server for the Helix editor (could be used for other editors, too) for interacting with AI.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-08-19
llm/copilot: add required headers and update default model\n\n- Send X-GitHub...
Paul Buetow
2025-08-18
lsp: strip Markdown code fences from LLM outputs (completions and code actions)
Paul Buetow
2025-08-18
hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...
Paul Buetow
2025-08-18
lsp: add comprehensive unit tests for findFirstInstructionInLine and strict s...
Paul Buetow
2025-08-18
rename to projectstatus
Paul Buetow
2025-08-18
refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests
Paul Buetow
2025-08-18
feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...
Paul Buetow
2025-08-18
feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...
Paul Buetow
2025-08-17
refactor(ordering): place constructors immediately after type definitions as ...
Paul Buetow
2025-08-17
refactor(ordering): types/constants first; exported before private; ensure co...
Paul Buetow
2025-08-17
logging: move ChatLogger to value semantics; llm: switch clients to value rec...
Paul Buetow
2025-08-17
refactor as per manual code reviews
Paul Buetow
2025-08-17
refactor: Split up Load function in config.go
Paul Buetow
2025-08-17
refactor: Remove unused NoDiskIO flag
Paul Buetow
2025-08-17
review changes
Paul Buetow
2025-08-17
feat: Support XDG config home
Paul Buetow
2025-08-17
cli+lsp: refactor main packages into internal runners; add tests
Paul Buetow
2025-08-17
chore(release): bump version to 0.1.0
v0.1.0
Paul Buetow
2025-08-17
cli: stream responses in hexai when supported (OpenAI, Ollama)
Paul Buetow
2025-08-17
update readme
Paul Buetow
2025-08-17
docs(cli): document hexai CLI usage and behaviors
Paul Buetow
2025-08-17
cli: add leading newline before stats on stderr for hexai output
Paul Buetow
2025-08-17
cli: add hexai command-line tool and split LSP to hexai-lsp
Paul Buetow
2025-08-17
rename CLI binary to hexai-lsp
Paul Buetow
2025-08-17
llm: add GitHub Copilot provider
Paul Buetow
2025-08-17
docs: remove CHANGELOG.md
Paul Buetow
2025-08-17
docs: add CHANGELOG entry for 0.0.3
Paul Buetow
2025-08-17
chore: bump version to 0.0.3
v0.0.3
Paul Buetow
2025-08-17
lsp/config: include ';' and '?' in default trigger characters
Paul Buetow
2025-08-17
lsp/config: make completion trigger characters configurable
Paul Buetow
2025-08-16
lsp: refactor NewServer to use options struct
Paul Buetow
2025-08-16
lsp: add 'Resolve diagnostics' code action scoped to selection
Paul Buetow
2025-08-16
fix(lsp): avoid duplicate assignment prefix in completions
Paul Buetow
2025-08-16
feat(lsp): code action to rewrite selection with instruction detection
Paul Buetow
2025-08-16
refactor(config): drop env-based config (except OPENAI_API_KEY)
Paul Buetow
2025-08-16
feat(logging): add LLM stats (averages and per-minute)
v0.0.2
Paul Buetow
2025-08-16
feat(logging): add LLM stats averages and per-minute metrics
Paul Buetow
2025-08-16
feat(cli): simplify flags to -log and -version; add JSON config with env prec...
Paul Buetow
2025-08-16
feat(llm): add Ollama provider + provider selection and CLI override; update ...
v0.0.1
Paul Buetow
2025-08-16
lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...
Paul Buetow
2025-08-16
revert: remove newline-after-colon insertion behavior and its tests
Paul Buetow
2025-08-16
logging: migrate LSP logs to global singleton (internal/logging); use consist...
Paul Buetow
2025-08-16
llm: centralize ANSI color and logging helpers in logging.go; remove duplicat...
Paul Buetow
2025-08-16
context: log when full-file/window context is skipped because document is not...
Paul Buetow
2025-08-16
logging: add -log-preview-limit flag with HEXAI_LOG_PREVIEW_LIMIT env; wire t...
Paul Buetow
2025-08-16
llm/openai: log full message and response content without truncation; keep cy...
Paul Buetow
2025-08-16
cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; u...
Paul Buetow
2025-08-16
cmd: support HEXAI_CONTEXT_MODE env fallback for -context-mode; update README...
Paul Buetow
2025-08-16
llm/openai: switch sending color to cyan; enforce black background + grey bas...
Paul Buetow
2025-08-16
llm/openai: colorize logs — blue for outgoing context (messages), green for...
Paul Buetow
[prev]
[next]