fix: clean model config typing

This commit is contained in:
Peter Steinberger
2026-01-06 01:08:36 +00:00
parent b04c838c15
commit e73573eaea
13 changed files with 184 additions and 90 deletions

View File

@@ -337,7 +337,10 @@ export async function handleCommands(params: {
const statusText = buildStatusMessage({
agent: {
...cfg.agent,
model,
model: {
...cfg.agent?.model,
primary: model,
},
contextTokens,
thinkingDefault: cfg.agent?.thinkingDefault,
verboseDefault: cfg.agent?.verboseDefault,