-
Notifications
You must be signed in to change notification settings - Fork 1.3k
View permission and tools of a session #2441
Description
Describe the feature or problem you'd like to solve
Command to inspect the list of dirs(with allowed permissions) and tools for current session with possibility to revoke and modify
Proposed solution
The idea is to centralize the list of allowed dirs, allowed permissions, tools and allowed urls in one command
So user can, especially for long running sessions, review what are the accessibility of the agent.
Maybe at some point of the session i need to revoke a permission or delete a tool.
For now we have /list-dirs and /reset-allowed-tools , which is good but not enough for long running sessions.
I don't if its only me or not, but i tend to work on sessions for too many days, and at some points i got lost about the agent access.
maybe adding a command , /permissions ? /access ? /authorization can help with that
Example prompts or workflows
No response
Additional context
No response