summaryrefslogtreecommitdiff
path: root/internal/hexaiaction/custom_exec_test.go
AgeCommit message (Collapse)Author
2026-03-16Fix mixed pointer/value receivers on appconfig.AppPaul 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-02hexaiaction: replace global action state with Runner struct (task 406)Paul Buetow
2025-09-14release: v0.10.0v0.10.0Paul Buetow