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
Document pages and Markdown previews now support searching rendered content with Ctrl/Cmd + F, using selected text as the query and navigating between matches.
Added “Show Diff in Editor” to the Git panel, allowing repository text changes to be imported for item-by-item editor review; deleted entries, binary files, and files without text differences are skipped, and renames are handled correctly.
The update prompt now includes a full release-notes reader for viewing formatted Markdown before restarting.
Improved
Code analysis is now incremental: it reprocesses only changed, missing, or affected content, removes analysis artifacts for deleted files, and reports locating, up-to-date, and failed states.
Headings, lists, task items, code blocks, and tables in final AI answers now match the document view’s Markdown presentation.
Diff review now keeps the current hunk synchronized with editor scrolling, reveals files in the file tree when opened from a Diff card, and shows cross-hunk and cross-file shortcuts in the status bar.
Maximum Output Tokens can now be left blank so supported providers or models use their defaults; providers that require an explicit limit return a clear configuration error, and clicking outside no longer closes an unsaved configuration dialog.
Agent execution now uses bounded timeouts, cancellation, and safe retries, and adds recovery guidance after repeated tool failures, reducing long stalls and repeated ineffective actions.
The workspace search exclusion toggle now controls both built-in exclusions and ignore files; turning it off includes content that would otherwise be ignored.
Fixed
Fixed Markdown relative paths, file links with line locations, and cross-document heading links sometimes opening the wrong location or failing to open.
Fixed editor content and unsaved state sometimes syncing late when switching files or tabs immediately after typing.
中文
新增
文档页和 Markdown 预览现支持通过 Ctrl/Cmd + F 搜索渲染后的正文,可使用当前选中文本作为查询,并在匹配项之间前后跳转。