What's wrong with this entry?
Clickable hyperlinks in the UI are now filtered through a scheme allowlist. Links with non-allowlisted schemes are silently rejected rather than dispatched.
- Allowed schemes:
https:,http:,vscode:,vscode-insiders:,cursor:,windsurf:,zed:,jetbrains:,idea:,slack:,linear:,notion:,figma: - Non-allowlisted schemes produce a warning log: "[hyperlink] refusing to dispatch clicked link with non-allowlisted scheme"
file:URLs are allowed but resolve to local filesystem paths only
Allowlist constant (search for "[hyperlink] refusing to dispatch clicked link with non-allowlisted scheme", "windsurf:", "figma:")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.