diff options
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'). |
