| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-19 | Improve actionable error guidance | Paul Buetow | |
| 2026-03-16 | Fix mixed pointer/value receivers on appconfig.App | Paul Buetow | |
| Change all value receivers on App to pointer receivers for consistency. Update callers that pass App values to pass pointers where needed for the actionConfig interface. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-02 | hexaiaction: replace global action state with Runner struct (task 406) | Paul Buetow | |
| 2026-02-06 | Remove GitHub Copilot provider support | paul@buetow.org | |
| Remove all GitHub Copilot integration from the codebase to streamline the supported provider set to OpenAI, OpenRouter, Anthropic, and Ollama. Changes: - Delete core Copilot implementation (copilot.go) and all related tests - Remove Copilot configuration fields from App struct and Config - Remove Copilot from provider factory and API key handling - Update all test files to replace Copilot references with other providers - Remove Copilot documentation from README, configuration guide, and examples - Remove Copilot section from config.toml.example All tests pass successfully after removal. Co-authored-by: Cursor <cursoragent@cursor.com> | |||
| 2025-09-24 | Add runtime config store and reload command | Paul Buetow | |
| 2025-09-08 | docs: move tmux documentation to its own file | 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 | |||
