PermissionConfigSlice
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/deepAgentPermissions.ts:27
The slice of GthConfig the permission mapping consumes.
Properties
Section titled “Properties”aiignore?
Section titled “aiignore?”
optionalaiignore?:object
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/deepAgentPermissions.ts:29
enabled?
Section titled “enabled?”
optionalenabled?:boolean
patterns?
Section titled “patterns?”
optionalpatterns?:string[]
allowDirs?
Section titled “allowDirs?”
optionalallowDirs?:string[]
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/deepAgentPermissions.ts:35
Extra real filesystem roots to allow (gth exec --allow-dir). When present, the backend runs
WITHOUT virtualMode, so permission paths are real absolute paths: access is allow-listed to
cwd + these dirs and everything else is denied. Undefined/empty keeps the cwd-only sandbox.
filesystem
Section titled “filesystem”filesystem:
string[] |"read"|"all"|"none"
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/deepAgentPermissions.ts:28