| Age | Commit message (Expand) | Author |
| 2026-03-19 | Improve actionable error guidance | Paul Buetow |
| 2026-03-17 | Fix bugs, remove duplication, and clean up code quality issues | Paul Buetow |
| 2026-03-16 | Fix byte vs UTF-16 indexing in LSP position handling | Paul Buetow |
| 2026-03-16 | Add Snapshot.ScopeReqs/ScopeRPM and simplify 3 callers | Paul Buetow |
| 2026-03-16 | Replace Summary: prefixes with standard Go package doc comments | Paul Buetow |
| 2026-03-16 | Use atomic.Int64 for LLM stats counters instead of server-wide mutex | Paul Buetow |
| 2026-03-16 | Address review: add zero-temp test, remove unused surface parameter | Paul Buetow |
| 2026-03-16 | Centralize GPT-5 temperature override into llmutils.ResolveTemperature | Paul Buetow |
| 2026-03-16 | Add bounds checks to extractRangeText and split into helper functions | Paul Buetow |
| 2026-03-02 | lsp: inject StatusSink to decouple core from tmux package (task 407) | Paul Buetow |
| 2026-03-02 | llmutils: remove remaining default-model wrappers in callers (task 413) | Paul Buetow |
| 2026-03-02 | llmutils: centralize provider normalization and client setup (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 |
| 2025-11-03 | Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3 | Paul Buetow |
| 2025-10-03 | Switch inline prompt markers to >! prefixv0.15.1 | Paul Buetow |
| 2025-09-27 | Support multi-provider fan-out across CLI and completions | Paul Buetow |
| 2025-09-26 | Refactor surface config to support multi-provider arrays | Paul Buetow |
| 2025-09-26 | Add per-surface provider overrides and wiring | Paul Buetow |
| 2025-09-24 | Add runtime config store and reload command | Paul Buetow |
| 2025-09-19 | fix | 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-17 | feat(stats,tmux): global Σ@window stats across processes with flocked cache;... | Paul Buetow |
| 2025-09-08 | tmux: colored LLM status with provider + stats; add start heartbeat for LSP/C... | Paul Buetow |
| 2025-09-07 | feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP sta... | Paul Buetow |
| 2025-09-06 | fix unit test coverage | Paul Buetow |
| 2025-09-06 | chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0 | 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-08-31 | module: set module path to codeberg.org/snonux/hexai; update imports; docs: a...v0.3.4 | Paul Buetow |
| 2025-08-29 | lsp: move remaining small helpers (code-fence, label, duplicate prefix, semic... | Paul Buetow |
| 2025-08-29 | lsp: extract generic helpers to handlers_utils.go; tidy imports | Paul Buetow |