summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-20chore: bump version to v0.1.1v0.1.1Paul Buetow
2025-08-20lsp: add tiny LRU cache for last 10 completions; ignore trailing whitespace i...Paul Buetow
2025-08-19config: apply HEXAI_* env even without config file; docs: clarify Copilot key...Paul Buetow
2025-08-19config: add HEXAI_* env overrides with precedence; prefer HEXAI_OPENAI_API_KE...Paul Buetow
2025-08-19lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise Co...Paul Buetow
2025-08-19logging: highlight LLM no-op skips in yellow\n\n- Add AnsiYellow to logging u...Paul Buetow
2025-08-19lsp: include space in trigger characters and allow space-triggered completion...Paul Buetow
2025-08-19lsp: replace time throttle with in-flight guard; improve short-prefix heurist...Paul Buetow
2025-08-19lsp: reduce eager completions and add throttling\n\n- Defaults: remove ';' an...Paul Buetow
2025-08-19lsp: strip inline spans for completions\n\n- Add stripInlineCodeSpan helper ...Paul Buetow
2025-08-19chore: commit pending changes in status, LSP, and Ollama modulesPaul Buetow
2025-08-19llm/copilot: add required headers and update default model\n\n- Send X-GitHub...Paul Buetow
2025-08-18lsp: strip Markdown code fences from LLM outputs (completions and code actions)Paul Buetow
2025-08-18hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP...Paul Buetow
2025-08-18lsp: add comprehensive unit tests for findFirstInstructionInLine and strict s...Paul Buetow
2025-08-18rename to projectstatusPaul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul Buetow
2025-08-18feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add t...Paul Buetow
2025-08-18feat(config): per-provider temperature defaults and docs\n\n- Add , , to con...Paul Buetow
2025-08-17refactor(ordering): place constructors immediately after type definitions as ...Paul Buetow
2025-08-17refactor(ordering): types/constants first; exported before private; ensure co...Paul Buetow
2025-08-17logging: move ChatLogger to value semantics; llm: switch clients to value rec...Paul Buetow
2025-08-17refactor as per manual code reviewsPaul Buetow
2025-08-17refactor: Split up Load function in config.goPaul Buetow
2025-08-17refactor: Remove unused NoDiskIO flagPaul Buetow
2025-08-17review changesPaul Buetow
2025-08-17feat: Support XDG config homePaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17chore(release): bump version to 0.1.0v0.1.0Paul Buetow
2025-08-17cli: stream responses in hexai when supported (OpenAI, Ollama)Paul Buetow
2025-08-17update readmePaul Buetow
2025-08-17docs(cli): document hexai CLI usage and behaviorsPaul Buetow
2025-08-17cli: add leading newline before stats on stderr for hexai outputPaul Buetow
2025-08-17cli: add hexai command-line tool and split LSP to hexai-lspPaul Buetow
2025-08-17rename CLI binary to hexai-lspPaul Buetow
2025-08-17llm: add GitHub Copilot providerPaul Buetow
2025-08-17docs: remove CHANGELOG.mdPaul Buetow
2025-08-17docs: add CHANGELOG entry for 0.0.3Paul Buetow
2025-08-17chore: bump version to 0.0.3v0.0.3Paul Buetow
2025-08-17lsp/config: include ';' and '?' in default trigger charactersPaul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow
2025-08-16lsp: refactor NewServer to use options structPaul Buetow
2025-08-16lsp: add 'Resolve diagnostics' code action scoped to selectionPaul Buetow
2025-08-16fix(lsp): avoid duplicate assignment prefix in completionsPaul Buetow
2025-08-16feat(lsp): code action to rewrite selection with instruction detectionPaul Buetow
2025-08-16refactor(config): drop env-based config (except OPENAI_API_KEY)Paul Buetow
2025-08-16feat(logging): add LLM stats (averages and per-minute)v0.0.2Paul Buetow
2025-08-16feat(logging): add LLM stats averages and per-minute metricsPaul Buetow
2025-08-16feat(cli): simplify flags to -log and -version; add JSON config with env prec...Paul Buetow
2025-08-16feat(llm): add Ollama provider + provider selection and CLI override; update ...v0.0.1Paul Buetow