You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"planMarkdown" to string(description = "Plan content in markdown format", required = false),
29
-
"taskIndex" to string(description = "1-based task index", required = false),
30
-
"stepIndex" to string(description = "1-based step index", required = false)
26
+
"action" to string(description = "Action: CREATE (new plan), COMPLETE_STEP (mark step done), FAIL_STEP (mark step failed), VIEW (show plan). UseCOMPLETE_STEP to update progress - do NOT resend the full plan.", required = true,
0 commit comments