Run Acceptance
run_acceptanceRun acceptance profiles defined in .codexpro/acceptance.yml. Short checks execute synchronously; long profiles launch as persistent tasks, returning a run id for tracking.
Instructions
Run commands from .codexpro/acceptance.yml. Long profiles start as persistent local tasks and return a run id immediately; short checks may remain synchronous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Acceptance profile name. Defaults to default_profile in .codexpro/acceptance.yml. | |
| session_id | No | Optional bash session id when this server requires one. | |
| workspace_id | No | Optional workspace id. When omitted, CodexPro binds the authoritative conversation workspace automatically; an explicit unknown or mismatched id is rejected. | |
| skill_receipt | No | Receipt returned by a successful read_skill call. Omit for tasks that do not use a Skill. | |
| execution_mode | No | Execution mode. auto keeps short checks synchronous and starts long acceptance as a persistent task. Default: auto. | |
| conversation_id | No | Connector conversation id bound to this workspace. Modern MCP injects it automatically; side-effecting tools require it to match the authoritative binding. | |
| stop_on_failure | No | Stop after the first failing command. Default: false. | |
| workspace_generation | No | Optional authoritative workspace generation. When omitted, CodexPro injects the conversation-bound generation; an explicit stale generation is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |