- When this automation fires. v1 supports scheduled triggers only. -
-+ When this automation fires. v1 supports scheduled triggers only. +
- {phase === "rejected" - ? "Automation cancelled" - : phase === "processing" - ? "Saving automation" - : phase === "complete" - ? "Automation saved" - : "Create automation"} -
- {phase === "processing" ? ( -- Automation created from this draft +
+ {phase === "rejected" + ? "Automation cancelled" + : phase === "processing" + ? "Saving automation" + : phase === "complete" + ? "Automation saved" + : "Create automation"}
- ) : phase === "rejected" ? ( -- No automation was saved — ask in chat to refine and try again. -
- ) : ( -- Review and approve to save. To change anything, reply in chat — I'll redraft. -
- )} + {phase === "processing" ? ( ++ {pendingEdits + ? "Automation saved with your edits" + : "Automation created from this draft"} +
+ ) : phase === "rejected" ? ( ++ No automation was saved — ask in chat to refine and try again. +
+ ) : ( ++ {pendingEdits + ? "Showing your edits. Approve to save, or edit again." + : "Review and approve to save. Edit for fine-tuning, or reply in chat for a redraft."} +
+ )} +