Show live stage notes in activity panel
This commit is contained in:
@@ -605,11 +605,8 @@ function summarizeRunEvents(runStatus: ClawActiveRunStatus) {
|
||||
? event.assistant_content.trim()
|
||||
: "";
|
||||
lines.push(
|
||||
stageNote.startsWith("进度:") || stageNote.startsWith("进度:")
|
||||
? stageNote
|
||||
: event.tool_name
|
||||
? `调用工具 ${event.tool_name}`
|
||||
: "正在调用工具",
|
||||
stageNote ||
|
||||
(event.tool_name ? `调用工具 ${event.tool_name}` : "正在调用工具"),
|
||||
);
|
||||
}
|
||||
if (event.type === "tool_result") {
|
||||
|
||||
Reference in New Issue
Block a user