build: compile dist/ [auto]

This commit is contained in:
github-actions[bot]
2026-04-04 03:10:30 +00:00
parent b41250b538
commit d1c2babac2
2 changed files with 2 additions and 2 deletions

2
dist/transcript.js vendored
View File

@@ -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,