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

@@ -56,9 +56,6 @@ func newUndoCommand() *cobra.Command {
fmt.Fprintf(out, "Template restored to %q\n", template)
}
}
if aiMeta, ok := entry.AIMetadata(); ok {
fmt.Fprintf(out, "AI batch restored (model=%s, promptHash=%s, files=%d)\n", aiMeta.Model, aiMeta.PromptHash, aiMeta.BatchSize)
}
}
return nil