Skip to main content

ShellToolConfig

@forge/monorepo


@forge/monorepo / backend/src / ShellToolConfig

Type Alias: ShellToolConfig

ShellToolConfig = object

Defined in: backend/src/tools/library/shell.ts:44

Properties

enabled

readonly enabled: () => 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

readonly sandbox: Sandbox

Defined in: backend/src/tools/library/shell.ts:45