codex_start_review_workflow
Launch a durable code review workflow that returns an immediate acknowledgment. Monitor progress and retrieve the final report by polling workflow status.
Instructions
Start a durable Codex code review workflow through app-server review/start. Returns a fast workflow ack; poll codex_get_workflow_status for review progress and final report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | ||
| project_id | No | ||
| cwd | No | ||
| target_type | Yes | ||
| base_branch | No | ||
| commit_sha | No | ||
| commit_title | No | ||
| instructions | No | ||
| delivery | No | ||
| client_request_id | No | ||
| model | No | ||
| sandbox | No | read-only | |
| approval_policy | No | on-request | |
| timeout_seconds | No | ||
| first_message_max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| agentGuidance | No | ||
| agentGuidanceText | No | ||
| recoveryAttemptState | No |