Tool permission configuration.
More...
#include <entropic/types/config.h>
|
| std::vector< std::string > | allow |
| | Allowed tool patterns (glob)
|
| |
| std::vector< std::string > | deny |
| | Denied tool patterns (glob)
|
| |
| bool | auto_approve = false |
| | Skip confirmation prompts.
|
| |
Tool permission configuration.
- Version
- 1.8.1
Definition at line 400 of file config.h.
◆ allow
| std::vector<std::string> entropic::PermissionsConfig::allow |
Allowed tool patterns (glob)
Definition at line 401 of file config.h.
◆ auto_approve
| bool entropic::PermissionsConfig::auto_approve = false |
Skip confirmation prompts.
Definition at line 403 of file config.h.
◆ deny
| std::vector<std::string> entropic::PermissionsConfig::deny |
Denied tool patterns (glob)
Definition at line 402 of file config.h.
The documentation for this struct was generated from the following file: