Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1089
export
function
setKairosActive(value: boolean): void {
1090
STATE.kairosActive = value
1091
}
1092
1093
export
function
getStrictToolResultPairing(): boolean {
1094
return
STATE.strictToolResultPairing
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected