Skip to content

v0.31.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:24
· 113 commits to main since this release
d1b7480

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.