MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / isDeferredToolsDeltaEnabled

Function isDeferredToolsDeltaEnabled

src/utils/searchExtraTools.ts:593–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591 * header prepend (the attachment does not fire).
592 */
593export function isDeferredToolsDeltaEnabled(): boolean {
594 return (
595 process.env.USER_TYPE === 'ant' ||
596 getFeatureValue_CACHED_MAY_BE_STALE('tengu_glacier_2xr', false)
597 )
598}
599
600/**
601 * Diff the current deferred-tool pool against what's already been

Callers 3

queryModelFunction · 0.85

Tested by

no test coverage detected