feat(progress): humanize subagent updates
This commit is contained in:
@@ -117,8 +117,10 @@ async function runWrapper(meta, startedAt) {
|
||||
|
||||
await appendJsonLine(meta.eventsPath, normalized);
|
||||
const rendered = renderEventLine(normalized);
|
||||
await appendBestEffort(meta.transcriptPath, `${rendered}\n`);
|
||||
console.log(rendered);
|
||||
if (rendered !== null) {
|
||||
await appendBestEffort(meta.transcriptPath, `${rendered}\n`);
|
||||
console.log(rendered);
|
||||
}
|
||||
|
||||
if (normalized.type === "assistant_text") {
|
||||
finalText = normalized.text;
|
||||
|
||||
Reference in New Issue
Block a user