summaryrefslogtreecommitdiffhomepage
path: root/frontend-cache-rate-handoff.md
AgeCommit message (Collapse)Author
3 dayschore: remove old handoff docs, plans, review reports, and task lists from rootHEADmaindevAdam Malczewski
Removed 40+ markdown files that were cluttering the repo root: - frontend-*-handoff.md (28 files) — historical API contract handoffs, features all implemented - backend-to-fe-handoff.md, backend-to-fe-handoff-2.md — old handoff docs - broken-chat-repair-handoff.md — old repair handoff - PLAN-mcp.md, PLAN-per-edit-diagnostics.md — old planning docs - ai-review-report.md, crash-review-report.md — one-time review reports - tasks.md, HANDOFF.md — outdated status docs (git log is the source of truth) Kept: AGENTS.md, GLOSSARY.md, ORCHESTRATOR.md, README.md Also: gitignored ai-review-report.md so future Gemini reviews don't commit it
6 dayschore: update path references for directory rename (dispatch-backend → ↵Adam Malczewski
backend, dispatch-web → frontend)
11 daysdocs: update cache-rate FE handoff for providers that don't report cacheAdam Malczewski
Distinguish 'provider doesn't report cache' (undefined → N/A) from 'provider reports 0 cache hits' (0 → genuine miss). Umans doesn't report cache tokens at all; showing 0% in that case is misleading.
2026-06-10docs: FE cache hit/miss + percentage calculation handoffAdam Malczewski
Calculation-only courier doc for ../dispatch-web: Usage field semantics, hitRate = cacheReadTokens/inputTokens, where to source it (usage/done events + GET /conversations/:id/metrics, per-step/turn/cumulative), live accumulate + done.usage reconcile, replay seeding, and the cacheWriteTokens-absent caveat. No backend change required; UI design left to the FE.