provider指令切换模型类型

This commit is contained in:
HitMargin
2026-04-04 23:14:26 +08:00
parent ad104449f9
commit b5d1dbc9d0
3 changed files with 116 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ import sandboxToggle from './commands/sandbox-toggle/index.js'
import chrome from './commands/chrome/index.js'
import stickers from './commands/stickers/index.js'
import advisor from './commands/advisor.js'
import provider from './commands/provider.js'
import { logError } from './utils/log.js'
import { toError } from './utils/errors.js'
import { logForDebugging } from './utils/debug.js'
@@ -258,6 +259,7 @@ export const INTERNAL_ONLY_COMMANDS = [
const COMMANDS = memoize((): Command[] => [
addDir,
advisor,
provider,
agents,
branch,
btw,