mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
feat: enable thin harness by default on this branch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user