fix regenerate from system message connect #5407

This commit is contained in:
Timothy Carambat 2026-04-15 06:41:43 -07:00
parent 6ca2d5235d
commit 951ffc3d7b

View File

@ -95,12 +95,8 @@ async function grepAgents({
writeResponseChunk(response, { writeResponseChunk(response, {
id: uuid, id: uuid,
type: "statusResponse", type: "statusResponse",
textResponse: `${pluralize( textResponse:
"Agent", "@agent: Swapping over to agent chat. Type /exit to exit agent execution loop early.",
agentHandles.length
)} ${agentHandles.join(
", "
)} invoked.\nSwapping over to agent chat. Type /exit to exit agent execution loop early.`,
sources: [], sources: [],
close: true, close: true,
error: null, error: null,