Releases: cppalliance/claude-code-chat-browser
Releases · cppalliance/claude-code-chat-browser
v0.1.0
[0.1.0] - 2026-06-18
Added
__version__inapp.pyfor release tracking (0.1.0— first tagged release)- Startup guard refusing
--debugwith a non-loopback--host(including bracketed IPv6 loopback such as[::1]) - Deprecation policy for API and JSON field changes
- API field stability tables in
docs/api-reference.md - Vitest coverage for router, page modules, and tool renderers
- Content-Security-Policy header on all Flask responses; theme-init externalized
- RoleLiteral narrowing for
MessageDict.rolewith unknown-role fallback - Mtime-invalidated LRU session_cache shared across session APIs
- CI benchmark regression gate with populated baselines
Changed
- README notes debug + host safety rule at startup
utils/jsonl_parser.__all__trimmed to public API only
Removed
export_countonGET /api/export/state— uselast_export_session_count
Full changelog: https://github.com/cppalliance/claude-code-chat-browser/blob/v0.1.0/CHANGELOG.md