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

Function setSdkAgentProgressSummariesEnabled

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

Source from the content-addressed store, hash-verified

1079}
1080
1081export function setSdkAgentProgressSummariesEnabled(value: boolean): void {
1082 STATE.sdkAgentProgressSummariesEnabled = value
1083}
1084
1085export function getKairosActive(): boolean {
1086 return STATE.kairosActive

Callers 1

runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected