- New lib/insights/cost-analysis.ts with 5 query functions: getCostKpi, getCostByDay, getCostByModel, getCostByKind, getCacheEfficiency - Period type: 7d | 30d | 90d | mtd - Cost formula reused from token-stats.ts (input + output + cache + thinking) - Cache savings: cache_read_tokens × (input_price - cache_read_price) / 1M - Plan: docs/plans/PBI-78-cost-analysis-widget.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-throughput.ts | ||
| backlog-health.ts | ||
| burndown.ts | ||
| cost-analysis.ts | ||
| sprint-status.ts | ||
| token-history.ts | ||
| token-stats.ts | ||
| velocity.ts | ||
| verify-stats.ts | ||