Merge branch 'main' into commands-list-clean

This commit is contained in:
Luke
2026-01-08 15:35:17 -05:00
committed by GitHub
45 changed files with 1587 additions and 387 deletions

View File

@@ -456,7 +456,7 @@ export async function handleCommands(params: {
...cfg.agent,
model: {
...cfg.agent?.model,
primary: model,
primary: `${provider}/${model}`,
},
contextTokens,
thinkingDefault: cfg.agent?.thinkingDefault,