mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(reply): forward queued commentary progress (#89834) (thanks @anagnorisis2peripeteia)
This commit is contained in:
@@ -1442,7 +1442,7 @@ describe("createFollowupRunner runtime config", () => {
|
||||
model: "claude-opus-4-7",
|
||||
messageProvider: "telegram",
|
||||
sourceReplyDeliveryMode: "message_tool_only",
|
||||
verboseLevel: "on",
|
||||
verboseLevel: "off",
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
@@ -794,7 +794,6 @@ export function createFollowupRunner(params: {
|
||||
},
|
||||
opts,
|
||||
detailMode: toolProgressDetail,
|
||||
emitChannelProgress: shouldEmitToolResultProgress(),
|
||||
});
|
||||
}
|
||||
: undefined,
|
||||
|
||||
Reference in New Issue
Block a user