We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181898c commit aba2a99Copy full SHA for aba2a99
packages/core/src/config/config.ts
@@ -392,7 +392,7 @@ export class Config {
392
this.trustedFolder = params.trustedFolder;
393
this.useRipgrep = params.useRipgrep ?? false;
394
this.shouldUseNodePtyShell = params.shouldUseNodePtyShell ?? false;
395
- this.skipNextSpeakerCheck = params.skipNextSpeakerCheck ?? false;
+ this.skipNextSpeakerCheck = params.skipNextSpeakerCheck ?? true;
396
this.shellExecutionConfig = {
397
terminalWidth: params.shellExecutionConfig?.terminalWidth ?? 80,
398
terminalHeight: params.shellExecutionConfig?.terminalHeight ?? 24,
0 commit comments