Merge branch 'main' into 1179-add-resume-cmd

This commit is contained in:
tanzhenxin 2025-12-16 15:29:58 +08:00
commit 9942b2b877
180 changed files with 6068 additions and 5534 deletions

View file

@ -92,7 +92,7 @@ function getNodeMemoryArgs(isDebugMode: boolean): string[] {
);
}
if (process.env['GEMINI_CLI_NO_RELAUNCH']) {
if (process.env['QWEN_CODE_NO_RELAUNCH']) {
return [];
}