diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-25 08:49:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-25 08:49:02 +0300 |
| commit | e33cd60277bc717ad7a8c73cf01c7bedad0d1837 (patch) | |
| tree | cf3e72b6e16223a207883c7049ae200ac57aee2d /internal/hexaiaction/types.go | |
| parent | caa7876ac8bdb5cc23e12db4d4cb65cf86861151 (diff) | |
Release v0.35.0: fix-typos action and tmux popup for hexai-tmux-actionv0.35.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/hexaiaction/types.go')
| -rw-r--r-- | internal/hexaiaction/types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/hexaiaction/types.go b/internal/hexaiaction/types.go index 8b4ba28..eb1f3f4 100644 --- a/internal/hexaiaction/types.go +++ b/internal/hexaiaction/types.go @@ -10,6 +10,7 @@ const ( ActionDocument ActionKind = "document" ActionGoTest ActionKind = "gotest" ActionSimplify ActionKind = "simplify" + ActionFixTypos ActionKind = "fix_typos" // ActionCustom represents a configured custom action from the submenu. ActionCustom ActionKind = "custom" // ActionCustomPrompt is the free-form prompt opened in the editor (hotkey 'p'). |
