ShellToolConfig
@forge/monorepo / backend/src / ShellToolConfig
Type Alias: ShellToolConfig
ShellToolConfig =
object
Defined in: backend/src/tools/library/shell.ts:44
Properties
enabled
readonlyenabled: () =>boolean
Defined in: backend/src/tools/library/shell.ts:53
Whether the runtime declared the shell capability.
A function rather than a boolean, so the answer is read at the call. A capability map captured at construction is a capability map that cannot be turned off without a restart, and this is the one tool where that matters.
Returns
boolean
sandbox
readonlysandbox:Sandbox
Defined in: backend/src/tools/library/shell.ts:45