fix(cli): resolve compilation errors and update test mocks

This commit is contained in:
Keith Guerin
2026-03-20 14:59:44 -07:00
parent 16485afa96
commit 3be1de915f
+4
View File
@@ -2067,6 +2067,10 @@ export class Config implements McpContext, AgentLoopContext {
return this.showContextCompression;
}
getContextWindowCompressionThreshold(): number {
return this.compressionThreshold ?? 0.5;
}
getMcpEnablementCallbacks(): McpEnablementCallbacks | undefined {
return this.mcpEnablementCallbacks;
}