Loading
A prompt mirrored from kekmodel/codex-system-prompts.
Recommended by author
This prompt takes no variables — just pick a model and run.
---
name: 'Tool: request_permissions'
category: tool
codex_version: rust-v0.128.0-alpha.1
codex_commit: 8148b7b1f8660e464661743587f754471ae60868
source:
path: codex-rs/tools/src/local_tool.rs
kind: rust_toolspec_inline
reached_from:
- tools/src/local_tool.rs:280
tool_name: request_permissions
extraction:
pass: 1.7
method: rust_toolspec_inline
variables: []
tokens:
o200k_base: 138
description: '`request_permissions` ToolSpec.'
---
```json
{
"type": "function",
"name": "request_permissions",
"description": "Request additional filesystem or network permissions from the user and wait for the client to grant a subset of the requested permission profile. Granted permissions apply automatically to later shell-like commands in the current turn, or for the rest of the session if the client approves them at session scope.",
"parameters": {
"type": "object",
"properties": {
"reason": {
"type": "string",
"description": "Optional short explanation for why additional permissions are needed."
}
},
"additionalProperties": false
}
}
```Running prompts needs a free account.
Sign in and we'll stream the response from Claude Sonnet 4.6 right here — no config needed for the platform models.
A prompt mirrored from kekmodel/codex-system-prompts.
---
name: 'Tool: request_permissions'
category: tool
codex_version: rust-v0.128.0-alpha.1
codex_commit: 8148b7b1f8660e464661743587f754471ae60868
source:
path: codex-rs/tools/src/local_tool.rs
kind: rust_toolspec_inline
reached_from:
- tools/src/local_tool.rs:280
tool_name: request_permissions
extraction:
pass: 1.7
method: rust_toolspec_inline
variables: []
tokens:
o200k_base: 138
description: '`request_permissions` ToolSpec.'
---
```json
{
"type": "function",
"name": "request_permissions",
"description": "Request additional filesystem or network permissions from the user and wait for the client to grant a subset of the requested permission profile. Granted permissions apply automatically to later shell-like commands in the current turn, or for the rest of the session if the client approves them at session scope.",
"parameters": {
"type": "object",
"properties": {
"reason": {
"type": "string",
"description": "Optional short explanation for why additional permissions are needed."
}
},
"additionalProperties": false
}
}
```