codex_app_goal
Manage persistent autonomous goals: start, pause, resume, or complete them, letting Codex continue working until a terminal status.
Instructions
Start or manage a persisted autonomous goal. Activating a goal lets the Codex runtime generate continuation turns until terminal goal status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| name | No | ||
| items | No | ||
| limit | No | ||
| model | No | ||
| action | Yes | ||
| config | No | ||
| cursor | No | ||
| effort | No | ||
| status | No | ||
| turnId | No | ||
| command | No | ||
| gitInfo | No | ||
| sandbox | No | ||
| sortKey | No | ||
| archived | No | ||
| numTurns | No | ||
| threadId | No | ||
| ephemeral | No | ||
| itemsView | No | ||
| objective | No | ||
| processId | No | ||
| searchTerm | No | ||
| personality | No | ||
| serviceName | No | ||
| serviceTier | No | ||
| tokenBudget | No | ||
| dynamicTools | No | ||
| includeTurns | No | ||
| sortDirection | No | ||
| approvalPolicy | No | ||
| approvalReviewer | No | ||
| baseInstructions | No | ||
| developerInstructions | No |