fix minor bugs such as maximum depth limit, settings dialog cases and build

This commit is contained in:
A.K.M. Adib
2026-03-10 14:36:16 -04:00
parent 6f00cb31b8
commit 8cd20301b7
15 changed files with 1057 additions and 1044 deletions

View File

@@ -2514,6 +2514,10 @@ export class Config implements McpContext, AgentLoopContext {
);
}
getClearContextOnPlanApprovalSessionOverride(): boolean | undefined {
return this.clearContextOnPlanApprovalSessionOverride;
}
isClearContextOnPlanApprovalEnabled(): boolean {
return this.getClearContextOnPlanApproval() ?? false;
}