Changelog - Dev - 08.19.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-08-19 โ
Fixed โ
- Reconcile billing reports to invoice source: The Billing โบ Reports page was rebuilding totals and vendor rows client-side from daily line-item data instead of using the server's invoice-reconciled numbers, causing July 2026 totals to under-report by 3.4x and drop the largest vendor. Now correctly displays reconciled invoice data. (#916)
bug
Update - 2026-08-19 16:09 UTC โ
Added โ
- Integrate personal context layer into agents: Connected previously-built but inactive infrastructure for the personal context layer, enabling agents to access user context. Also introduced the daily-agenda workflow for operators and rebalanced voice output styling rules. (#929)
enhancement
Update - 2026-08-19 17:17 UTC โ
Fixed โ
- Stop Playwright install hanging in CI pipeline: The dev deploy was failing when Playwright installation exceeded the 20-minute timeout, blocking all subsequent merges. This fix resolves the hanging install step that was preventing the pipeline from completing despite all test steps passing. (#930)
bug