Execution modes
Execution mode does not grant access. Identity, roles, admitted tools, per-tool policy, and plugin rules still apply.
Planning policies
Standard
standard does not require an explicit plan-review gate. The Assistant or Agent can report progress when useful and remains subject to normal action approvals.
Use it for direct questions, small changes, focused investigations, or work whose next step is already clear.
Review required
review_required creates a user-review boundary before implementation. The Assistant may use read-only discovery and investigation tools to ground the proposal, then presents a structured plan and pauses.
The plan contains future work—not a retrospective list of research already completed. A useful plan identifies targets, implementation steps, validation, and rollout or rollback where relevant.
You can:
- Approve the proposed plan and begin execution.
- Submit feedback to revise it without activating the previous proposal.
- Reject it and end that path.
Permission policies
Per-tool overrides can narrow or expand the policy for a specific capability. Plugin tools also carry their own mutation and approval metadata.
Action-required states
A thread or run entersACTION_REQUIRED when it cannot safely continue without a decision. The action can be:
- Approval for one or more compatible side effects;
- Plan review before implementation;
- Clarification when a user-owned decision would materially change the result.
Durable goals versus plans
A goal is a continuing outcome for a thread that can span follow-up turns. A plan is an ordered, reviewable execution contract. Use a goal when you want continuity, for example “finish the migration readiness review.” Use a review-required plan when you need to inspect and approve the implementation path before changes begin.Recommended patterns
Small read-only investigation
Small read-only investigation
Use
interactive + standard + default. Read operations complete without unnecessary approval prompts.Broad production change
Broad production change
Use
interactive + review_required + default. Review the plan, then approve exact mutations as they are proposed.Durable low-risk background task
Durable low-risk background task
Configure an Agent with
background or automation, bounded tools, concurrency limits, and an approval-routing policy for exceptional actions.External or destructive operation
External or destructive operation
Keep explicit approval enabled even if the surrounding investigation is automated. Verify target, scope, reversibility, and expected effect in the action preview.
Configure autonomous Agents
Apply the same controls to durable runs, inbox work, schedules, and events.

