MCPcopy Index your code
hub / github.com/codeaashu/claude-code / readConfig

Function readConfig

src/utils/computerUse/gates.ts:26–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24// rest. The generic on getDynamicConfig is a type assertion, not a validator —
25// GB returning a partial object would otherwise surface undefined fields.
26function readConfig(): ChicagoConfig {
27 return {
28 ...DEFAULTS,
29 ...getDynamicConfig_CACHED_MAY_BE_STALE<Partial<ChicagoConfig>>(
30 'tengu_malort_pedway',
31 DEFAULTS,
32 ),
33 }
34}
35
36// Max/Pro only for external rollout. Ant bypass so dogfooding continues
37// regardless of subscription tier — not all ants are max/pro, and per

Callers 3

getChicagoEnabledFunction · 0.85
getChicagoSubGatesFunction · 0.85
getChicagoCoordinateModeFunction · 0.85

Tested by

no test coverage detected