| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-19 | fix | Paul Buetow | |
| 2025-09-17 | chore(version): bump to v0.11.1 (gpt-5 defaults, timeouts, global stats, ↵v0.11.1 | Paul Buetow | |
| editor fix) | |||
| 2025-09-17 | feat(stats,tmux): global Σ@window stats across processes with flocked ↵ | Paul Buetow | |
| cache; width mitigation (narrow/maxlen); configurable [stats] window_minutes; robust coverage parsing; docs update\n\n- Add internal/stats with windowed event cache + flock + atomic writes\n- Wire stats into LSP/CLI/Tmux Action; tmux shows Σ@window with per-model tail\n- HEXAI_TMUX_STATUS_NARROW and HEXAI_TMUX_STATUS_MAXLEN for width control\n- Add [stats] window_minutes to config and apply on startup\n- Improve Magefile coverage handling; add tests to lift coverage >85%\n- Update docs/tmux.md and config example | |||
| 2025-09-08 | docs: move tmux documentation to its own file | Paul Buetow | |
| 2025-09-08 | tmux: colored LLM status with provider + stats; add start heartbeat for ↵ | Paul Buetow | |
| LSP/CLI/TUI; theme support via HEXAI_TMUX_STATUS_THEME and HEXAI_TMUX_STATUS_FG/BG; docs: update tmux options and add Helix+tmux quickstart | |||
| 2025-09-07 | feat(tmux): add status line updates via @hexai_status; wire into CLI, LSP ↵ | Paul Buetow | |
| stats, and tmux-action | |||
| 2025-09-07 | editor: remove prefilled text in temp files for custom prompts (TUI and CLI) | Paul Buetow | |
| 2025-09-07 | test+docs: add editor tests; document HEXAI_EDITOR/EDITOR and Custom prompt; ↵ | Paul Buetow | |
| seam client in CLI for tests | |||
| 2025-09-07 | feat: add Custom prompt action (p) with editor integration; shared editor ↵ | Paul Buetow | |
| helper in internal/editor; hexai CLI opens editor when no args | |||
| 2025-09-06 | more tests | 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 TOML not JSON for configuration | Paul Buetow | |
| 2025-09-06 | use gofumpt | Paul Buetow | |
| 2025-09-05 | over 80% coverage now | Paul Buetow | |
| 2025-09-04 | tests: fix hexaicli OpenAI-key dependent tests; add lsp code action and ↵ | Paul Buetow | |
| helper tests; ignore coverage artifacts | |||
| 2025-09-04 | tests: quick wins to raise coverage | Paul Buetow | |
| - internal/logging >90% - internal/hexaicli >90% - keep next targets: internal/lsp, internal/llm | |||
| 2025-08-31 | module: set module path to codeberg.org/snonux/hexai; update imports; docs: ↵v0.3.4 | Paul Buetow | |
| add go install instructions | |||
| 2025-08-19 | config: apply HEXAI_* env even without config file; docs: clarify Copilot ↵ | Paul Buetow | |
| key; prefer HEXAI_COPILOT_API_KEY in builders | |||
| 2025-08-19 | config: add HEXAI_* env overrides with precedence; prefer ↵ | Paul Buetow | |
| HEXAI_OPENAI_API_KEY over OPENAI_API_KEY; update docs | |||
| 2025-08-18 | hexaicli: load config with logger to respect provider\n\nFix CLI requiring ↵ | Paul Buetow | |
| OPENAI_API_KEY when provider is ollama by actually loading user config.\n\nREADME: update Helix example to use hexai-lsp binary. | |||
| 2025-08-18 | feat(config): per-provider temperature defaults and docs\n\n- Add , , to ↵ | Paul Buetow | |
| config with coding-friendly default 0.2.\n- Wire defaults through providers (OpenAI, Copilot, Ollama).\n- Update CLI and LSP runners to pass configured temperatures.\n- Document temperature behavior and examples in README.\n- Update config.json.example to show new keys. | |||
| 2025-08-17 | refactor as per manual code reviews | Paul Buetow | |
| 2025-08-17 | review changes | Paul Buetow | |
| 2025-08-17 | cli+lsp: refactor main packages into internal runners; add tests | Paul Buetow | |
| - 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 | |||
