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

Function getChicagoCoordinateMode

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

Source from the content-addressed store, hash-verified

64// GB flip tell the model "pixels" while transforming clicks as normalized.
65let frozenCoordinateMode: CoordinateMode | undefined
66export function getChicagoCoordinateMode(): CoordinateMode {
67 frozenCoordinateMode ??= readConfig().coordinateMode
68 return frozenCoordinateMode
69}

Callers 3

getOrBindFunction · 0.85
setupComputerUseMCPFunction · 0.85

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected