| Age | Commit message (Expand) | Author |
| 2026-03-23 | chore: bump version to v0.25.9v0.25.9 | Paul Buetow |
| 2026-03-23 | refactor: split oversized functions, fix double logging, add %w wrapping | Paul Buetow |
| 2026-03-23 | fix: code quality improvements across lsp, askcli, appconfig, integrationtests | Paul Buetow |
| 2026-03-23 | fix: address all HIGH-severity code quality audit findings | Paul Buetow |
| 2026-03-19 | Improve actionable error guidance | Paul Buetow |
| 2026-03-16 | Replace Summary: prefixes with standard Go package doc comments | Paul Buetow |
| 2026-03-16 | Add doc comments to exported types and functions | Paul Buetow |
| 2026-03-02 | llm: extract shared doJSON and logStart helpers (task 409) | Paul Buetow |
| 2026-03-02 | llm: add provider registry and self-registration factories (task 410) | Paul Buetow |
| 2026-02-06 | Remove GitHub Copilot provider support | paul@buetow.org |
| 2026-02-06 | fix: add missing Anthropic and OpenRouter provider support in config and LSP | paul@buetow.org |
| 2026-01-31 | feat: add configurable request timeout for LLM calls | Florian |
| 2026-01-30 | feat: add completion_wait_all config and fix Anthropic system messages | Paul Buetow |
| 2026-01-29 | refactor: apply code style best practices to Anthropic implementation | Paul Buetow |
| 2026-01-29 | feat: add native Anthropic API provider support | Paul Buetow |
| 2025-11-03 | Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3 | Paul Buetow |
| 2025-11-02 | some linter fixes | Paul Buetow |
| 2025-10-02 | feat: add OpenRouter providerv0.15.0 | Paul Buetow |
| 2025-09-24 | Add runtime config store and reload command | Paul Buetow |
| 2025-09-19 | fix | Paul Buetow |
| 2025-09-17 | chore(openai): revert default model to gpt-4.1 | Paul Buetow |
| 2025-09-17 | feat(openai): set default model to gpt-4o | Paul Buetow |
| 2025-09-17 | chore: commit uncommitted changes before version bump | Paul Buetow |
| 2025-09-17 | chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, edit...v0.11.1 | Paul Buetow |
| 2025-09-08 | docs: move tmux documentation to its own file | Paul Buetow |
| 2025-09-06 | more tests | Paul Buetow |
| 2025-09-06 | use gofumpt | Paul Buetow |
| 2025-09-06 | feat(lsp): configurable inline/chat triggers; switch inline markers to >text>... | Paul Buetow |
| 2025-09-05 | tests: add more negative provider cases and table-driven LSP coverage; assert... | Paul Buetow |
| 2025-09-04 | tests: add more table-driven cases and negative provider tests; update report | Paul Buetow |
| 2025-09-04 | tests: expand negative SSE and table-driven coverage; add docs/testing.md; us... | Paul Buetow |
| 2025-09-04 | tests: add negative SSE test, table-driven refactors, and use shared fixtures... | Paul Buetow |
| 2025-09-04 | tests: add shared test fixtures, expand provider breadth (multi-choice, error... | Paul Buetow |
| 2025-09-04 | tests(llm): raise coverage to >=80%\n- Add OpenAI/Copilot HTTP success + stre... | Paul Buetow |
| 2025-09-04 | tests(llm): add OpenAI and Copilot HTTP tests (success + token/error paths); ... | Paul Buetow |
| 2025-09-04 | tests(lsp,llm): add helper and factory tests to raise coverage modestly; cont... | Paul Buetow |
| 2025-09-04 | llm/ollama: add comprehensive tests (Chat, ChatStream, errors) to reach >80% ... | Paul Buetow |
| 2025-08-31 | module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4 | Paul Buetow |
| 2025-08-28 | copilot: add session token + codex code completion; lsp: prefer native CodeCo...v0.3.0 | Paul Buetow |
| 2025-08-22 | remove busy check | Paul Buetow |
| 2025-08-19 | chore: commit pending changes in status, LSP, and Ollama modules | Paul Buetow |
| 2025-08-19 | llm/copilot: add required headers and update default model\n\n- Send X-GitHub... | Paul Buetow |
| 2025-08-18 | hexaicli: load config with logger to respect provider\n\nFix CLI requiring OP... | Paul Buetow |
| 2025-08-18 | refactor(lsp,llm,hexailsp,appconfig): split long funcs; add tests | 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 | review changes | Paul Buetow |