| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-16 | Replace Summary: prefixes with standard Go package doc comments | Paul Buetow | |
| Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-16 | Release v0.24.0v0.24.0 | Paul Buetow | |
| Bring unit test coverage from ~75% to 85.1% project-wide. All internal packages now exceed 80% coverage. Refactored cmd entrypoints to extract testable run() functions with injectable seams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-16 | Release v0.23.1v0.23.1 | Paul Buetow | |
| 2026-03-15 | Release v0.23.0v0.23.0 | Paul Buetow | |
| 2026-03-14 | Release v0.22.3v0.22.3 | Paul Buetow | |
| 2026-03-14 | Release v0.22.2v0.22.2 | Paul Buetow | |
| 2026-03-14 | Release v0.22.1v0.22.1 | Paul Buetow | |
| 2026-03-13 | release: v0.22.0v0.22.0 | Paul Buetow | |
| 2026-03-10 | Bump version to 0.20.2v0.20.2 | Paul Buetow | |
| 2026-03-02 | release: v0.20.1v0.20.1 | Paul Buetow | |
| 2026-02-11 | chore: bump version to 0.20.0 | Paul Buetow | |
| 2026-02-10 | Add tmux popup history storage and consolidate state files to XDG_STATE_HOME | Paul Buetow | |
| - Add StateDir() helper function respecting XDG_STATE_HOME (~/.local/state/hexai/) - Implement JSONL-based history storage for tmux popup submissions - New history.go with AppendHistory() and GetHistory() functions - Store timestamp, agent name, cwd, and submitted text - Comprehensive unit tests for history functionality - Integrate history append into tmux edit workflow after successful submission - Move logs from /tmp/ to persistent state directory: - hexai-lsp.log: ~/.local/state/hexai/hexai-lsp.log - hexai-tmux-edit.log: ~/.local/state/hexai/hexai-tmux-edit.log - Update README.md with File Locations section documenting XDG directories - Fix pre-existing test failures by isolating project config in unit tests - Panic on state directory creation failure instead of silent fallback All unit tests pass. Follows XDG Base Directory Specification for proper state file management with persistence across reboots. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||
| 2026-02-10 | Fix hexai-tmux-edit to open in current working directory | Paul Buetow | |
| hexai-tmux-edit was opening in the wrong directory because the tmux popup wasn't being told which directory to use. This fix: - Updates bind-key example to cd into pane's current path - Passes working directory to popup via -d flag using os.Getwd() - Updates all documentation with corrected bind-key examples Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> | |||
| 2026-02-08 | Bump version to 0.18.2 | Paul Buetow | |
| 2026-02-08 | Bump version to 0.18.1 | Paul Buetow | |
| Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2026-02-08 | add gitignore-aware file filtering for LSP completions and code actions | Paul Buetow | |
| Files matching .gitignore patterns or user-configured extra patterns are now skipped for completions and code actions. Configurable via [ignore] section in config.toml with gitignore, extra_patterns, and lsp_notify_ignored options. Includes hot-reload support and env var overrides (HEXAI_IGNORE_*). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-06 | chore: bump version to 0.17.0 | paul@buetow.org | |
| Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2026-02-06 | chore: bump version to 0.16.1 | paul@buetow.org | |
| Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2026-01-30 | chore: bump version to 0.16.0 | Paul Buetow | |
| Major features: - Native Anthropic API provider support - Configurable completion_wait_all option for multi-backend completions | |||
| 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-03 | Switch inline prompt markers to >! prefixv0.15.1 | Paul Buetow | |
| 2025-10-02 | feat: add OpenRouter providerv0.15.0 | Paul Buetow | |
| 2025-09-28 | Add slash toggle for completionsv0.14.0 | Paul Buetow | |
| 2025-09-28 | Bump version to 0.13.0v0.13.0 | Paul Buetow | |
| 2025-09-26 | Bump version to 0.12.1v0.12.1 | Paul Buetow | |
| 2025-09-25 | Bump version to 0.12.0v0.12.0 | Paul Buetow | |
| 2025-09-19 | Release v0.11.5v0.11.5delete | Paul Buetow | |
| 2025-09-19 | Release v0.11.4v0.11.4 | Paul Buetow | |
| 2025-09-17 | chore: bump version to 0.11.3v0.11.3 | Paul Buetow | |
| 2025-09-17 | chore: bump version to 0.11.2v0.11.2 | 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-16 | release: v0.11.0 – context-aware in-editor chat; respect ↵v0.11.0 | Paul Buetow | |
| general.context_mode; stabilize env-dependent tests | |||
| 2025-09-15 | release: v0.10.1v0.10.1 | Paul Buetow | |
| - Fix TUI 'p' hotkey: open editor for Custom prompt - Introduce ActionCustomPrompt to disambiguate from Custom actions submenu - Bump version to 0.10.1 | |||
| 2025-09-14 | release: v0.10.0v0.10.0 | Paul Buetow | |
| 2025-09-08 | tmux: improve white-on-purple legibility; bump version to v0.9.0v0.9.0 | Paul Buetow | |
| 2025-09-07 | chore: bump version to v0.8.0v0.8.0 | Paul Buetow | |
| 2025-09-07 | docs: document Custom prompt and CLI no-args editor; bump version to v0.7.3 | Paul Buetow | |
| 2025-09-07 | chore: bump version to v0.7.2v0.7.2 | Paul Buetow | |
| 2025-09-07 | chore: cut release v0.7.1 (version bump)v0.7.1 | Paul Buetow | |
| 2025-09-07 | hexai-action: integrate tmux orchestration; add internal/tmux; tests+docs; ↵v0.7.0 | Paul Buetow | |
| bump version to v0.7.0 | |||
| 2025-09-06 | chore(version): bump to 0.6.0; configurable prompts via config + testsv0.6.0 | Paul Buetow | |
| 2025-09-06 | chore(version): bump to 0.5.0v0.5.0 | Paul Buetow | |
| 2025-09-03 | lsp: add 'Hexai: implement unit test' code action for Gov0.4.1 | Paul Buetow | |
| - Generate or append tests to _test.go - Jump to generated test via showDocument (command + server-initiated) - Document the feature in docs/go-unit-tests.md - Prefix action titles with 'Hexai: ' - Bump version to 0.4.1 | |||
| 2025-09-03 | chore: bump version to 0.4.0v0.4.0 | Paul Buetow | |
| 2025-08-29 | release: bump version to v0.3.3v0.3.3 | Paul Buetow | |
| 2025-08-28 | bump version to 0.3.2 (patch release)v0.3.2 | Paul Buetow | |
| 2025-08-28 | bump version to 0.3.1v0.3.1 | Paul Buetow | |
| 2025-08-28 | copilot: add session token + codex code completion; lsp: prefer native ↵v0.3.0 | Paul Buetow | |
| CodeCompleter with chat fallback; remove obsolete throttle path; add tests; bump version to 0.3.0 | |||
| 2025-08-28 | lsp/chat: remove '..' trigger; docs: update triggers; tests: align throttle ↵v0.2.1 | Paul Buetow | |
| test; version: bump to 0.2.1 | |||
