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
constSUBTASK_API_HANG_CHILD_PROMPT=`${SUBTASK_API_HANG_CHILD_MARKER}: Complete with the exact result "Hung child completed".`
30
+
exportconstSUBTASK_API_HANG_PARENT_PROMPT=`${SUBTASK_API_HANG_PARENT_MARKER}: Use the new_task tool exactly once. Create an ask-mode subtask with this exact message: "${SUBTASK_API_HANG_CHILD_PROMPT}" Do not answer directly. When the subtask returns, complete with the exact result "API hang parent resumed".`
31
+
exportconstSUBTASK_API_HANG_RESUME_MESSAGE="Continue after provider hang."
exportconstSUBTASK_API_HANG_PARENT_RESULT="API hang parent resumed"
34
+
27
35
constSUBTASK_XPROFILE_SAME_CHILD_PROMPT=`${SUBTASK_XPROFILE_SAME_CHILD_MARKER}: Complete immediately with the exact result "Same-profile child completed".`
28
36
constSUBTASK_XPROFILE_DIFFERENT_CHILD_PROMPT=`${SUBTASK_XPROFILE_DIFFERENT_CHILD_MARKER}: Complete immediately with the exact result "Different-profile child completed".`
29
37
exportconstSUBTASK_XPROFILE_PARENT_PROMPT=`${SUBTASK_XPROFILE_PARENT_MARKER}: First use new_task to create a code-mode subtask with this exact message: "${SUBTASK_XPROFILE_SAME_CHILD_PROMPT}" After it returns, create an ask-mode subtask with the next instructions you receive.`
0 commit comments