@@ -611,10 +611,10 @@ export namespace ConfigKey {
611611 export const UseResponsesApiTruncation = defineAndMigrateSetting < boolean | undefined > ( 'chat.advanced.useResponsesApiTruncation' , 'chat.useResponsesApiTruncation' , false ) ;
612612 export const OmitBaseAgentInstructions = defineAndMigrateSetting < boolean > ( 'chat.advanced.omitBaseAgentInstructions' , 'chat.omitBaseAgentInstructions' , false ) ;
613613 export const CLIShowExternalSessions = defineSetting < boolean > ( 'chat.cli.showExternalSessions' , ConfigType . Simple , false ) ;
614- export const CLIPlanExitModeEnabled = defineSetting < boolean > ( 'chat.cli.planExitMode.enabled' , ConfigType . Simple , true ) ;
615- export const CLIPlanCommandEnabled = defineSetting < boolean > ( 'chat.cli.planCommand.enabled' , ConfigType . Simple , true ) ;
614+ export const CLIPlanExitModeEnabled = defineSetting < boolean > ( 'chat.cli.planExitMode.enabled' , ConfigType . Simple , false ) ;
615+ export const CLIPlanCommandEnabled = defineSetting < boolean > ( 'chat.cli.planCommand.enabled' , ConfigType . Simple , false ) ;
616616 export const CLIAIGenerateBranchNames = defineSetting < boolean > ( 'chat.cli.aiGenerateBranchNames.enabled' , ConfigType . Simple , true ) ;
617- export const CLIForkSessionsEnabled = defineSetting < boolean > ( 'chat.cli.forkSessions.enabled' , ConfigType . Simple , true ) ;
617+ export const CLIForkSessionsEnabled = defineSetting < boolean > ( 'chat.cli.forkSessions.enabled' , ConfigType . Simple , false ) ;
618618 export const CLIMCPServerEnabled = defineAndMigrateSetting < boolean | undefined > ( 'chat.advanced.cli.mcp.enabled' , 'chat.cli.mcp.enabled' , true ) ;
619619 export const CLIBranchSupport = defineSetting < boolean > ( 'chat.cli.branchSupport.enabled' , ConfigType . Simple , false ) ;
620620 export const CLIIsolationOption = defineSetting < boolean > ( 'chat.cli.isolationOption.enabled' , ConfigType . Simple , true ) ;
0 commit comments