feat: 添加 summary 命令 TypeScript 重写与其他命令增强

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
unraid
2026-04-22 22:38:09 +08:00
parent 6c5df395c3
commit 94c4b37eed
9 changed files with 179 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ export default {
type: 'local-jsx',
name: 'effort',
description: 'Set effort level for model usage',
argumentHint: '[low|medium|high|max|auto]',
argumentHint: '[low|medium|high|xhigh|max|auto]',
get immediate() {
return shouldInferenceConfigCommandBeImmediate()
},