feat: enable thin harness by default on this branch

This commit is contained in:
Aishanee Shah
2026-03-17 14:34:54 +00:00
parent 7bcb1280ad
commit 45df40c513
+1 -1
View File
@@ -999,7 +999,7 @@ export class Config implements McpContext, AgentLoopContext {
);
this.thinHarness =
params.thinHarness ?? process.env['GEMINI_THIN_HARNESS'] === 'true';
params.thinHarness ?? process.env['GEMINI_THIN_HARNESS'] !== 'false';
this.experimentalJitContext = params.experimentalJitContext ?? true;
this.topicUpdateNarration = params.topicUpdateNarration ?? false;
this.modelSteering = params.modelSteering ?? false;