fix: update settings path to tools.experimental.skills

This commit is contained in:
Antarin Ghosal 2026-01-15 14:58:31 +05:30 committed by GitHub
parent 8af43e3ac3
commit 0b3be1a82c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',