Background Computer Use
background_computer_usePerform list, inspect, act, or dictionary lookup operations on macOS apps using the signed Codex Computer Use broker, with permission modes and cleanup.
Instructions
Use the official signed Codex Computer Use broker for native macOS apps. Safe mode is deliberately list-only because target checks are observable only after signed-client dispatch. Explicit full-permissions enables inspect/act/dictionary operations with broad wrapper authorization; it never bypasses first-party OpenAI app approvals, sensitive-action prompts, macOS privacy controls, signing checks, focus telemetry, locks, timeouts, cleanup verification, or sanitized audit logging. Calls consume separate Codex usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | App name, bundle identifier, or app-bundle path | |
| mode | Yes | safe mode permits only list; inspect, act, and dictionary_lookup require explicitly acknowledged broad full-permissions mode | |
| task | No | Concrete target-app task for act mode | |
| query | No | Local word or phrase for dictionary_lookup; never include secrets or private/customer content | |
| cleanup | No | Restore transient state and verify cleanup | |
| cleanup_instructions | No | Optional cleanup postcondition | |
| required_capabilities | No | Computer Use methods that must genuinely be exercised |