MCPcopy
hub / github.com/codeaashu/claude-code / isDeferredToolsDeltaEnabled

Function isDeferredToolsDeltaEnabled

src/utils/toolSearch.ts:629–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

627 * header prepend (the attachment does not fire).
628 */
629export function isDeferredToolsDeltaEnabled(): boolean {
630 return (
631 process.env.USER_TYPE === 'ant' ||
632 getFeatureValue_CACHED_MAY_BE_STALE('tengu_glacier_2xr', false)
633 )
634}
635
636/**
637 * Diff the current deferred-tool pool against what's already been

Callers 2

queryModelFunction · 0.85

Tested by

no test coverage detected