Skip to content

isBuiltInToolEntryEnabled

isBuiltInToolEntryEnabled(value): boolean

Defined in: core/dist/config/shell-policy.d.ts:110

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