Features
- Render inline and display LaTeX math with KaTeX while keeping code blocks literal and using safe rendering defaults. (#214, thanks @YonghaoZhao722)
- Serve the UI, APIs, SSE, terminal WebSocket, authentication cookies, and PWA under a configurable reverse-proxy base path with
--base-pathorCCV_BASE_PATH. (#226)
Bug Fixes
- Render bold, dim, and reset ANSI intensity safely in local command output. (#225)
- Parse remote-control session log entries without validation errors. (#216, thanks @rymalia)
- Parse SDK assistant messages that omit
idormodelwhile preserving session cost aggregation. (#224) - Keep bottom controls visible when mobile browser chrome changes the viewport height. (#223, thanks @volo-zyko)
- Respect the default permission mode from
~/.claude/settings.jsonon the first request, addDon't Asksupport, and correct permission fallbacks. (#222, thanks @volo-zyko)
Internal
- Update vulnerable dependencies to patched versions.