Merge branch 'main' into feat/ask-user-question-tool

This commit is contained in:
tanzhenxin 2026-03-06 15:48:44 +08:00
commit 67b9e3438c
32 changed files with 687 additions and 327 deletions

View file

@ -636,7 +636,7 @@ export class Config {
this.webSearch = params.webSearch;
this.useRipgrep = params.useRipgrep ?? true;
this.useBuiltinRipgrep = params.useBuiltinRipgrep ?? true;
this.shouldUseNodePtyShell = params.shouldUseNodePtyShell ?? false;
this.shouldUseNodePtyShell = params.shouldUseNodePtyShell ?? true;
this.skipNextSpeakerCheck = params.skipNextSpeakerCheck ?? true;
this.shellExecutionConfig = {
terminalWidth: params.shellExecutionConfig?.terminalWidth ?? 80,