mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 10:31:16 -07:00
fix minor bugs such as maximum depth limit, settings dialog cases and build
This commit is contained in:
@@ -2514,6 +2514,10 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
);
|
||||
}
|
||||
|
||||
getClearContextOnPlanApprovalSessionOverride(): boolean | undefined {
|
||||
return this.clearContextOnPlanApprovalSessionOverride;
|
||||
}
|
||||
|
||||
isClearContextOnPlanApprovalEnabled(): boolean {
|
||||
return this.getClearContextOnPlanApproval() ?? false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user