mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
build: compile dist/ [auto]
This commit is contained in:
2
dist/transcript.js
vendored
2
dist/transcript.js
vendored
@@ -170,7 +170,7 @@ function processEntry(entry, toolMap, agentMap, taskIdToIndex, latestTodos, resu
|
||||
status: 'running',
|
||||
startTime: timestamp,
|
||||
};
|
||||
if (block.name === 'Task') {
|
||||
if (block.name === 'Task' || block.name === 'Agent') {
|
||||
const input = block.input;
|
||||
const agentEntry = {
|
||||
id: block.id,
|
||||
|
||||
Reference in New Issue
Block a user