You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-path or CCV_BASE_PATH. (#226)
Bug Fixes
Render bold, dim, and reset ANSI intensity safely in local command output. (#225)
Parse SDK assistant messages that omit id or model while 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.json on the first request, add Don't Ask support, and correct permission fallbacks. (#222, thanks @volo-zyko)
Internal
Update vulnerable dependencies to patched versions.