统一工具调用过程状态呈现
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled

让进行中工具组保留已执行数量并补齐过程区域无障碍名称。
This commit is contained in:
2026-09-16 06:39:30 +08:00
parent 677b9953dd
commit da74bf4817
2 changed files with 2 additions and 1 deletions
@@ -113,6 +113,7 @@ export function ToolCallGroup({
: 'agent-tool-call-group'
}
data-testid="agent-tool-call-group"
aria-label="陶泥儿执行过程"
data-status={status}
data-duration-ms={totalDurationMs ?? ''}
>
@@ -71,7 +71,7 @@ export function toolCallGroupSummary(
}
return parts.length > 0
? running
? parts.join('、')
? `已执行 ${parts.join('、')}进行中`
: `已执行 ${parts.join('、')}`
: '';
}