chieflab_continue_launch_loop
ActiveTool of ChiefLab
[chieflab_* alias of chiefmo_continue_launch_loop] Resume a ChiefLab launch loop from runId. USE WHEN an agent has already called chieflab_get_users_after_build / chiefmo_launch_product and needs the exact next action: surface reviewUrl, execute an approved action, wait for measurement, measure results, or prepare the next move. Default response is summary-sized: reviewUrl + action ids, not full draft bodies. Pass responseShape:"full" only for debug/export.
Parameters schema
{
"type": "object",
"required": [
"runId"
],
"properties": {
"runId": {
"type": "string",
"description": "The launchId/runId returned by chieflab_get_users_after_build or chiefmo_launch_product."
},
"workspaceId": {
"type": "string",
"description": "Optional workspace id. Hosted auth usually supplies this."
},
"responseShape": {
"type": "string",
"description": "summary (default, small — returns reviewUrl + openApprovalIds without draft bodies) | full (inline full approval objects; large, debug/export only)."
},
"includeFullArtifacts": {
"type": "boolean",
"description": "Alias for responseShape:\"full\". Use only for debug/export."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries