Expand description
Pending path-access requests — interactive escalation when an agent tries
to read/write a path outside its allowed_paths.
Mirrors [PendingToolApprovals] but carries path-specific context
(path, agent_name, mode) so the resolve endpoint can create a Mount or
add a temporary allowed_paths entry before unblocking the GatedTool.
Pattern: identical to pending_tool_approvals.rs (RFC-017 / RFC-035).
Structs§
- Pending
Path Access - Thread-safe registry of in-flight path-access requests.
Enums§
- Path
Access Result - Result of a path-access request.