execute
Delegates coding tasks to OpenAI's Codex CLI (GPT-5.4). Returns structured execution reports with configurable working directory, model, sandbox mode, and timeout.
Instructions
Codex CLI(GPT-5.4)にタスクを委譲。実行過程を構造化レポートで返す。
Args: prompt: 実行するタスクの説明(日本語OK) cwd: 作業ディレクトリ(空の場合はカレント) model: 使用モデル(デフォルト: gpt-5.4) sandbox: サンドボックスモード(read-only/workspace-write/danger-full-access) timeout: タイムアウト秒数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| model | No | gpt-5.4 | |
| prompt | Yes | ||
| sandbox | No | workspace-write | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |