fix: restore emoji-rich status output

This commit is contained in:
Peter Steinberger
2026-01-09 03:14:39 +00:00
parent 875b849322
commit d8a23cf5ab
6 changed files with 181 additions and 53 deletions

View File

@@ -164,6 +164,7 @@ export async function buildStatusReply(params: {
defaultGroupActivation())
: undefined;
const statusText = buildStatusMessage({
config: cfg,
agent: {
...cfg.agent,
model: {
@@ -554,6 +555,9 @@ export async function handleCommands(params: {
const reply = await buildStatusReply({
cfg,
command,
provider: command.provider,
sessionEntry,
});
sessionEntry,
sessionKey,
sessionScope,