ide-mode flag cleanup (#5531)

This commit is contained in:
Shreya Keshive
2025-08-04 17:06:50 -04:00
committed by GitHub
parent 2180dd13dc
commit dca040908a
2 changed files with 2 additions and 5 deletions

View File

@@ -302,7 +302,7 @@ export class Config {
this.noBrowser = params.noBrowser ?? false;
this.summarizeToolOutput = params.summarizeToolOutput;
this.ideModeFeature = params.ideModeFeature ?? false;
this.ideMode = params.ideMode ?? true;
this.ideMode = params.ideMode ?? false;
this.ideClient = params.ideClient;
if (params.contextFileName) {