Merge branch 'main' into commands-list-clean

This commit is contained in:
Luke
2026-01-08 22:19:52 -05:00
committed by GitHub
13 changed files with 327 additions and 61 deletions

View File

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