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.
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 322 KiB |
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 131 KiB |
@@ -199,17 +199,17 @@ export function DreamProgressPanel({
|
|||||||
<Caption as="p">
|
<Caption as="p">
|
||||||
Honcho's <code className="font-mono">/queue/status</code> exposes aggregate counts only.
|
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
|
Per-dream observer/observed pair, specialist phase (deduction vs. induction), and token
|
||||||
telemetry are tracked upstream —{" "}
|
telemetry are tracked in{" "}
|
||||||
<a
|
<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"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
style={{ color: COLOR.accentText }}
|
style={{ color: COLOR.accentText }}
|
||||||
className="underline"
|
className="underline"
|
||||||
>
|
>
|
||||||
file an upstream issue
|
plastic-labs/honcho#724
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
to surface them here.
|
— once the API exposes them, this panel will surface them.
|
||||||
</Caption>
|
</Caption>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||