mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
chore: use correct CLI_VERSION for logging
This commit is contained in:
parent
ef1c8a4bfe
commit
cfc1aebee6
9 changed files with 42 additions and 8 deletions
|
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue