core-agent-ide/codex-rs/exec
Jack Mousseau e6b93841c5
Add request permissions tool (#13092)
Adds a built-in `request_permissions` tool and wires it through the
Codex core, protocol, and app-server layers so a running turn can ask
the client for additional permissions instead of relying on a static
session policy.

The new flow emits a `RequestPermissions` event from core, tracks the
pending request by call ID, forwards it through app-server v2 as an
`item/permissions/requestApproval` request, and resumes the tool call
once the client returns an approved subset of the requested permission
profile.
2026-03-08 20:23:06 -07:00
..
src Add request permissions tool (#13092) 2026-03-08 20:23:06 -07:00
tests app-server service tier plumbing (plus some cleanup) (#13334) 2026-03-03 02:35:09 -08:00
BUILD.bazel feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
Cargo.toml Add in-process app server and wire up exec to use it (#14005) 2026-03-08 18:43:55 -06:00