feat(status): improve status output

This commit is contained in:
Peter Steinberger
2026-01-10 23:31:24 +01:00
parent 67b7877bbf
commit 1eb50ffac4
25 changed files with 2382 additions and 40 deletions

View File

@@ -589,7 +589,6 @@ export async function getReplyFromConfig(
(agentCfg?.elevatedDefault as ElevatedLevel | undefined) ??
"on")
: "off";
const _providerKey = sessionCtx.Provider?.trim().toLowerCase();
const resolvedBlockStreaming =
opts?.disableBlockStreaming === true
? "off"