Skip to content

isBuiltInToolEntryEnabled

isBuiltInToolEntryEnabled(value): boolean

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/shell-policy.ts:132

Whether a plain built-in tool’s registry entry is enabled: a bare true, or an object entry that is not { enabled: false } (configuring a tool enables it). A bare false force-disables it. Dev/shell tools (DEV_TOOL_NAMES) are NOT resolved through this — they go through getEffectiveDevToolsConfig / isShellToolEnabled.

boolean | BuiltInToolConfig | undefined

boolean