docs: v0.31.2 release notes and version bump

* docs: v0.31.1 release notes and version bump

* docs: v0.31.2 release notes and version bump

---------

Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>
This commit is contained in:
nesquena-hermes
2026-04-04 17:40:08 -07:00
committed by GitHub
parent 181641db6b
commit 2e7ce0a341
5 changed files with 21 additions and 6 deletions

View File

@@ -5,6 +5,21 @@
---
## [v0.31.2] CLI session delete fix
*April 5, 2026 | 424 tests*
### Bug Fixes
- **CLI sessions could not be deleted from the sidebar.** The delete handler only
removed the WebUI JSON session file, so CLI-backed sessions came back on refresh.
Added `delete_cli_session(sid)` in `api/models.py` and call it from
`/api/session/delete` so the SQLite `state.db` row and messages are removed too.
(#87, #88)
### Notes
- The public test suite still passes at 424/424.
- Issue #87 already had a comment confirming the root cause, so no new issue comment
was needed here.
## [v0.31] UI Polish + Deployment Hardening
*April 4, 2026 | 424 tests*