Commit 7c95393
V48 Gate 3 (implementation-only): pill tooltips lead with what each element is prompted to do and what it returns
Restructure every telemetry-pill tooltip: the TOP section is now the
SPECIFIC meaning of that exact element — a human-comprehension summary of
what it is PROMPTED to do and what it RETURNS (its output-schema
expectations), written from the real sources (deposit agents' prompt
constants + zod outputSchemas, the PTRR step factories, the failsafe
sequence, the Thinkings generations) — and the generic 'Phases are…' /
'Agents are…' type-copy moves BELOW it.
- Deposit agents: per-agent 'Prompted to …; returns {…} with …' copy
(input comprehension, clone, codebase comprehension, depository search,
inherent regurgitation, synthesis, validation, measure-absolutes,
upload-for-review), lens-variant where deposit/read share a role name.
- Phases: mode-aware per-phase SDIVF jobs (deposit: clone+obfuscation
comprehension, three discovery lenses, measured patch options,
fail-closed validation+absolutes, upload for depositor review).
- Steps: plan/try/refine/retry prompted-with copy, generating against the
agent's output schema — sharpened by the row's agent context when the
trigger passes one (getTelemetryPillExplainer gains an optional
{agent, step} context; ExecutionContextPillRow passes its own).
- Failsafes: PCC {preparation, system, pipeline_execution_keys} →
{selectedKeys}; chunk-then-sum request-budget one-vs-chunked+sum;
stitch-until-complete schema validation + bounded error-carrying repairs.
- Generations: reason {analysis, steps, conclusion, confidence}; judge
advisory {quality, issues, suggestions, approved}; structured_output
typed against the zod schema.
All copy stays source-safe: shapes and purposes only, never depositor
content. TelemetryExplainerTrigger renders specific above generic.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent ae498ad commit 7c95393
3 files changed
Lines changed: 215 additions & 73 deletions
File tree
- uapi/components/base/bitcode/execution
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments