Commit 7e83f1c
Fix agent type names not applied in stream view
The watcher only overrode agent_name when item.AgentID was empty,
but the parser already sets it from the JSONL agentId field. Now
always applies agent type name when available, regardless of whether
the parser pre-populated the agent ID.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 964f696 commit 7e83f1c
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1331 | 1331 | | |
1332 | 1332 | | |
1333 | 1333 | | |
1334 | | - | |
1335 | | - | |
1336 | | - | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
1337 | 1339 | | |
1338 | 1340 | | |
1339 | 1341 | | |
1340 | 1342 | | |
1341 | 1343 | | |
1342 | 1344 | | |
1343 | | - | |
| 1345 | + | |
1344 | 1346 | | |
1345 | 1347 | | |
1346 | 1348 | | |
| |||
0 commit comments