Expand description
ACP (Agent Collaboration Protocol) support for IDE integrations
Provides session-scoped permission management and IDE-specific helpers.
Structs§
- Permission
Cache - Generic permission cache that works for any hashable key type. Eliminates duplication between file-based and tool-based caches.
- Permission
Cache Stats - Cache statistics (shared between all permission cache types)
Enums§
- Permission
Grant - Permission grant decision
Type Aliases§
- AcpPermission
Cache - Session-scoped permission cache for ACP hosts (Zed, VS Code, etc.)
- Tool
Permission Cache - Tool-level permission cache - caches approvals for tool execution
- Tool
Permission Cache Stats - Alias for ToolPermissionCacheStats (same struct)