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
Cursor compatibility: history switch crash (闪退) — show() previously forced panel.reveal(ViewColumn.Two), which caused Cursor (post-update) to dispose and recreate the WebviewPanel when its layout engine rejected the column change. Now reveals in the panel's current column with preserveFocus=true.
History panel XSS / DOM injection — displayConversationList() now uses textContent for user message fields instead of raw innerHTML, preventing HTML characters in messages from breaking the DOM structure.