Commit 8273185
authored
fix(tut): Detect actual goodbye subagent names (#483)
## Summary
🤖 Generated with [Nori](https://noriagentic.com/)
- Ignore internal `agentId` / `agent_id` values when collecting
goodbye-card subagent stats.
- Preserve real subagent names from `subagent_type`, `agent_type`, and
`agentType` in live TUI stats and ACP transcript fallback parsing.
- Add regression coverage for Codex/Claude-style payloads where internal
IDs appear alongside displayable subagent type fields.
## Test Plan
- [x] `cargo test -p nori-tui`
- [x] `cargo build -p mock-acp-agent`
- [x] `cargo test -p nori-acp`
- [x] `cargo build --bin nori`
- [x] `cargo test -p tui-pty-e2e`
- [x] Live tmux/bash verification with `nori --agent codex`
- [x] Live tmux/bash regression with `nori --agent claude`
Share Nori with your team: https://www.npmjs.com/package/nori-skillsets1 parent 7137450 commit 8273185
2 files changed
Lines changed: 78 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
| 387 | + | |
394 | 388 | | |
395 | 389 | | |
396 | 390 | | |
| |||
727 | 721 | | |
728 | 722 | | |
729 | 723 | | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
730 | 769 | | |
731 | 770 | | |
732 | 771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 273 | + | |
280 | 274 | | |
281 | 275 | | |
282 | 276 | | |
| |||
479 | 473 | | |
480 | 474 | | |
481 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
482 | 507 | | |
483 | 508 | | |
484 | 509 | | |
| |||
0 commit comments