2.27.0 (2026-04-14)
Bug Fixes
- api: restrict health endpoint details to authenticated requests (08aa2b3)
- app: add missing DM delegation stubs (2f0a041)
- app: add missing headerInfoBtn to initHeader context (8d0a092)
- app: correct DM delegation stub signatures (4fdf4e4)
- app: inline requireClayRalph for scheduler context (fd2c804)
- chat: add missing _ts to user messages and show dates in command palette (0350110)
- client: guard notification permission and fix loadingMore accessor (6ce2f06)
- debate: add mate avatars to brief review card (3170394)
- debate: persist debate_turn and debate_stream to session history (2e323e8)
- debate: prevent floor and conclude messages from routing to normal chat (a49747d)
- debate: send brief_ready to setup session in quickStart flow (9b93e5a)
- debate: share debate state with setup session in quickStart (e142a77)
- debate: show visual feedback when stop button is clicked (75d91a1)
- debate: suppress interactive debate UI during history replay (cd60178)
- dm: route same-mate mention as regular message in mate DM (776468f)
- header: use property setter for historyFrom instead of missing function (a68575e)
- honor bypassPermissions mode in Clay canUseTool handlers (c933ee7)
- mobile: add import session button to mobile chat sheet (406f40d), closes #312
- pass getOsUserInfoForWs to project-user-message ctx (ea2fc66)
- pass mcpServers to createMentionSession query options (6c6ad09)
- pass ownerId on project create/add, filter mate project list by access (397525d)
- pass requestTabContext to project-user-message ctx (c845ed8)
- reap idle in-process sessions to prevent Claude child process accumulation (8090251)
- sdk-bridge: handle api_retry system events instead of showing red "unknown" text (ade5385), closes #311
- use shared checkToolWhitelist in mention session canUseTool (594c277)
Features
- api: add GET /api/health endpoint for monitoring (103513d)
- loop: redesign wizard with explicit mode selection and authorship toggles (ccd9084)
- notifications: add notification center with banner system (09b40cb)
- projects: allow admin to add existing directory in multi-user mode (7b31633)
- ui: show dates on chat messages and search results (70bbeb2)
Performance Improvements
- ui: skip redundant re-renders of mate icon strip and presence bars (dd0cd2f)