MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setKairosActive

Function setKairosActive

src/bootstrap/state.ts:1089–1091  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1087}
1088
1089export function setKairosActive(value: boolean): void {
1090 STATE.kairosActive = value
1091}
1092
1093export function getStrictToolResultPairing(): boolean {
1094 return STATE.strictToolResultPairing

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected