fix(minimal): 补齐极简模式摘要行中缺失的子智能体/记忆/对话分类统计

This commit is contained in:
JOJO 2026-07-10 14:30:56 +08:00
parent 67292f9fd3
commit b2cbe0ab5d

View File

@ -745,6 +745,10 @@ const getCompletedSummaryText = (actions: Action[]): string => {
edit: 0,
search: 0,
webpage: 0,
memory_update: 0,
memory_read: 0,
conversation: 0,
sub_agent: 0,
other: 0
};