docs(web): link panel to plastic-labs/honcho#724

Filed the upstream feature request asking /queue/status to surface
per-work-unit observer/observed, specialist phase, and token telemetry.
Panel now links to the concrete tracking issue instead of a pre-filled
new-issue form. Re-captured the showcase screenshots so the visual
state matches.
This commit is contained in:
Agents
2026-05-24 21:35:19 +01:00
committed by Offending Commit
parent 5f61769adc
commit 247ab846e9
5 changed files with 4 additions and 4 deletions

View File

@@ -199,17 +199,17 @@ export function DreamProgressPanel({
<Caption as="p">
Honcho's <code className="font-mono">/queue/status</code> exposes aggregate counts only.
Per-dream observer/observed pair, specialist phase (deduction vs. induction), and token
telemetry are tracked upstream {" "}
telemetry are tracked in{" "}
<a
href="https://github.com/plastic-labs/honcho/issues/new?title=Surface+per-work-unit+detail+in+queue/status&labels=enhancement"
href="https://github.com/plastic-labs/honcho/issues/724"
target="_blank"
rel="noreferrer"
style={{ color: COLOR.accentText }}
className="underline"
>
file an upstream issue
plastic-labs/honcho#724
</a>{" "}
to surface them here.
once the API exposes them, this panel will surface them.
</Caption>
</div>
</div>