feat: remove ai cmd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user