mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore: use correct CLI_VERSION for logging
This commit is contained in:
@@ -412,6 +412,7 @@ export async function loadCliConfig(
|
||||
}
|
||||
|
||||
const sandboxConfig = await loadSandboxConfig(settings, argv);
|
||||
const cliVersion = await getCliVersion();
|
||||
|
||||
return new Config({
|
||||
sessionId,
|
||||
@@ -497,6 +498,7 @@ export async function loadCliConfig(
|
||||
},
|
||||
],
|
||||
contentGenerator: settings.contentGenerator,
|
||||
cliVersion,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user