mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix: update settings path to tools.experimental.skills
This commit is contained in:
parent
8af43e3ac3
commit
0b3be1a82c
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
|||
alias: ['x'],
|
||||
type: 'boolean',
|
||||
description: 'Enable experimental Skills feature (short: -x)',
|
||||
default: settings.tools?.experimentalSkills ?? false,
|
||||
default: settings.tools?.experimental?.skills ?? false,
|
||||
})
|
||||
.option('channel', {
|
||||
type: 'string',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue