release: v0.50.150 — session index, read-path, profile-switching fixes

Bundles three bug fixes (PRs #847, #848, #849) and updates README test count to 1858.

- v0.50.148: prune stale _index.json ghost rows after session-id rotation (closes #846)
- v0.50.149: side-effect-free GET /api/session model resolution (closes #845)
- v0.50.150: profile switching cookie persist + syncTopbar fix + active indicator state
This commit is contained in:
nesquena-hermes
2026-04-22 10:09:35 -07:00
committed by GitHub
parent f42f1c69ca
commit d8e1f37e2b
2 changed files with 33 additions and 1 deletions

View File

@@ -408,7 +408,7 @@ Or using the agent venv explicitly:
```
Tests run against an isolated server on port 8788 with a separate state directory.
Production data and real cron jobs are never touched. Current count: **961 tests**
Production data and real cron jobs are never touched. Current count: **1858 tests**
across 53 test files.
---