MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / readConfig

Function readConfig

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

Source from the content-addressed store, hash-verified

23// rest. The generic on getDynamicConfig is a type assertion, not a validator —
24// GB returning a partial object would otherwise surface undefined fields.
25function readConfig(): ChicagoConfig {
26 return {
27 ...DEFAULTS,
28 ...getDynamicConfig_CACHED_MAY_BE_STALE<Partial<ChicagoConfig>>(
29 'tengu_malort_pedway',
30 DEFAULTS,
31 ),
32 }
33}
34
35// Max/Pro only for external rollout. Ant bypass so dogfooding continues
36// 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