Merge pull request #1497 from Antovex/feat/settings-for-experimental-skills

feat(cli): add settings support for experimental skills
This commit is contained in:
tanzhenxin 2026-01-16 15:49:34 +08:00 committed by GitHub
commit 57ca2823b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 41 additions and 2 deletions

View file

@ -334,7 +334,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
.option('experimental-skills', {
type: 'boolean',
description: 'Enable experimental Skills feature',
default: false,
default: settings.tools?.experimental?.skills ?? false,
})
.option('channel', {
type: 'string',