Commit 2e280a1
V48 Gate 3 (implementation-only): pre-first-row processing indicator reads the live call chain — no more header/log mismatch at run start
The header tracker latches Phase→Agent→Step pills from store events the
moment the run starts, but log rows only appear for COMPLETED LLM/tool
calls (F19) — so until the first row lands the log read 'Initializing' +
a bare 'Processing' while the header already showed 'SETUP · INPUT
COMPREHENSION · PLAN'. The two surfaces now tell one story: /deposit passes
its live context into PipelineExecutionLog, and before the first row the
processing indicator renders the same sentence the pills describe ('While
Depositing, during Setup, agent Input Comprehension is Planning'); once
rows stream, the existing last-row stall label takes over unchanged.
Verified: uapi 155 suites / 609 tests green (pre-first-row sentence +
bare-'Processing' fallback pinned); tsc clean.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 31a4531 commit 2e280a1
3 files changed
Lines changed: 74 additions & 3 deletions
File tree
- uapi
- app/deposit
- components/base/bitcode/execution
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
| 1537 | + | |
1537 | 1538 | | |
1538 | 1539 | | |
1539 | 1540 | | |
| |||
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
121 | 135 | | |
122 | 136 | | |
123 | 137 | | |
| |||
599 | 613 | | |
600 | 614 | | |
601 | 615 | | |
602 | | - | |
| 616 | + | |
| 617 | + | |
603 | 618 | | |
604 | 619 | | |
605 | 620 | | |
| |||
1076 | 1091 | | |
1077 | 1092 | | |
1078 | 1093 | | |
1079 | | - | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
1080 | 1098 | | |
1081 | | - | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1082 | 1105 | | |
1083 | 1106 | | |
1084 | 1107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 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 | + | |
456 | 503 | | |
457 | 504 | | |
458 | 505 | | |
| |||
0 commit comments