Commit Graph

2 Commits

Author SHA1 Message Date
Luis Esteban Acevedo Ladino 3e912159e1 fix: require plan approval before complex edits 2026-05-01 17:53:57 -05:00
Luis Esteban Acevedo Ladino e588993706 feat: add plan mode with read-only analysis, user approval, and structured execution
Introduces a plan/execute mode system for the AI agent. In plan mode the
agent is read-only — it analyzes footage, asks clarifying questions, and
submits a structured step-by-step plan. The user reviews and approves
before the agent switches to execute mode to apply edits.

New tools: submit_plan, ask_user, request_plan_approval, update_plan_step.
UI: plan panel checklist, mode transition modal, question prompt with
options, and Enter/Shift+Enter mode toggle in chat input.
2026-04-30 12:45:19 -05:00