mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add chat recording toggle (CLI + settings) and disable recording in tests
This commit is contained in:
@@ -218,8 +218,8 @@ export class TestRig {
|
||||
process.env.INTEGRATION_TEST_USE_INSTALLED_GEMINI === 'true';
|
||||
const command = isNpmReleaseTest ? 'qwen' : 'node';
|
||||
const initialArgs = isNpmReleaseTest
|
||||
? extraInitialArgs
|
||||
: [this.bundlePath, ...extraInitialArgs];
|
||||
? ['--no-chat-recording', ...extraInitialArgs]
|
||||
: [this.bundlePath, '--no-chat-recording', ...extraInitialArgs];
|
||||
return { command, initialArgs };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user