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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
External links now open in the conversation-first Web Viewer — an ordinary http(s):// link inside a chat message previously fell through to default anchor behavior instead of routing through the host's Web Viewer. It now opens the same way status-line pill links and vault-note links already did: reusing the conversation-first companion tab when that placement is active, otherwise the shared Web Viewer tab or system browser. (#502)
Question cards are now clickable across the full option row — previously only the radio button or checkbox control itself was clickable, forcing a precise click target. The entire option row (label, description, and control) is now clickable, making it easier to answer AskUserQuestion / request_user_input prompts on both desktop and mobile. (#501)
Notes
Patch release — no breaking changes, no migration required.