Skip to content

Releases: cppalliance/claude-code-chat-browser

v0.1.0

18 Jun 18:17
1186b22

Choose a tag to compare

[0.1.0] - 2026-06-18

Added

  • __version__ in app.py for release tracking (0.1.0 — first tagged release)
  • Startup guard refusing --debug with 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.role with 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_count on GET /api/export/state — use last_export_session_count

Full changelog: https://github.com/cppalliance/claude-code-chat-browser/blob/v0.1.0/CHANGELOG.md