Show chat usage in assistant timestamp footer#551
Conversation
|
Codex review: needs maintainer review before merge. Reviewed June 8, 2026, 1:23 PM ET / 17:23 UTC. Summary Reproducibility: not applicable. this is a feature/UI PR rather than a current-main bug report. The changed behavior is demonstrated by screenshots plus source and test inspection. Review metrics: 3 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Land the PR after the latest CI and maintainer review remain clean, keeping latest assistant metadata as the footer source with thread totals only as fallback. Do we have a high-confidence way to reproduce the issue? Not applicable: this is a feature/UI PR rather than a current-main bug report. The changed behavior is demonstrated by screenshots plus source and test inspection. Is this the best way to solve the issue? Yes: the PR keeps the visible footer behavior narrow, uses latest assistant metadata before thread totals, and adds regression coverage for monotonic usage snapshots. AGENTS.md: found and applied where relevant. Codex review notes: model gpt-5.5, reasoning high; reviewed against 37b0ea672037. Label changesLabel justifications:
Evidence reviewedAcceptance criteria:
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
ClawSweeper PR egg 🔥 Warming up: real-behavior proof passed; findings, security review, or rank-up moves are still in progress. Hatch commandComment Hatchability rules:
What is this egg doing here?
|
|
@clawsweeper re-review |
|
🦞🧹 I asked ClawSweeper to review this item again. Re-review progress:
|
Add usage placement controls for the native chat explorations UI and render context usage in the selected chat/composer locations. Share usage formatting between chat and tray session cards, keep assistant usage monotonic, and round the tray usage bar fill. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep the usage display focused on the assistant timestamp footer and remove the exploration placement options from the PR surface. Hide the chat explorations launcher from Diagnostics and update the page contract test accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Prefer latest assistant entry metadata for timestamp footer usage and cover lower thread total regressions. Keep UseMemo dependencies nullable-safe after rebase. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
896b132 to
2c8997f
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
## Summary
Validation
./build.ps1dotnet test ./tests/OpenClaw.Shared.Tests/OpenClaw.Shared.Tests.csproj --no-restoredotnet test ./tests/OpenClaw.Tray.Tests/OpenClaw.Tray.Tests.csproj --no-restore