feat: remove ai cmd

This commit is contained in:
2025-11-05 09:44:42 +08:00
parent ad8ca2b1f7
commit bf7cfc8224
24 changed files with 0 additions and 3112 deletions

View File

@@ -53,7 +53,6 @@ func NewRootCommand() *cobra.Command {
cmd.AddCommand(newRegexCommand())
cmd.AddCommand(newSequenceCommand())
cmd.AddCommand(newUndoCommand())
cmd.AddCommand(newAICommand())
return cmd
}