Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::PermissionsConfig Struct Reference

Tool permission configuration. More...

#include <entropic/types/config.h>

Public Attributes

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.
 

Detailed Description

Tool permission configuration.

Version
1.8.1

Definition at line 400 of file config.h.

Member Data Documentation

◆ 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: