fix(ci): satisfy formatter checks

This commit is contained in:
Peter Steinberger
2026-01-05 13:55:53 +00:00
parent 5f4936dce5
commit 8e8d07cbf4
2 changed files with 4 additions and 6 deletions

View File

@@ -297,7 +297,7 @@ export async function handleCommands(params: {
: undefined;
const statusText = buildStatusMessage({
agent: {
...(cfg.agent ?? {}),
...cfg.agent,
model,
contextTokens,
thinkingDefault: cfg.agent?.thinkingDefault,