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
Append-section format (记入笔记): the timestamp heading is now ## <session title> -- <timestamp> and role labels are h3 subsection
headings ### 👤 <user> / ### 🤖 <assistant>, so the question and the
answer read as distinct blocks in the preview; reasoning is intentionally
NOT captured — only the final answer is recorded, matching how dsh surfaces
the response (Think is transient).
Note references serialize as standard markdown links: a referenced note now
appears in the message as 引用笔记 [title](path) / Referenced note [title](path) — the title and path bind as one structured token the model
parses reliably and any markdown renderer (including a future note-jump
feature) recognizes as a link.
Note preview uses dsh's MarkdownText: the notes-manager preview now renders
with dsh's own MarkdownText (micromark stack: GFM tables / task lists / ordered
lists, TeX math, code highlighting, built-in XSS safety), matching the chat
rendering. See User guide §2 — Opening the notes manager.
Notes-manager open behavior: clicking an existing note opens Preview
by default (the Preview tab comes first); a newly created note opens directly
in Edit mode. See User guide §2 — Opening the notes manager.
Fixed
Remote-update detection no longer false-positives: it now compares git
references (rev-list ahead count) instead of file contents — unsynced local
edits no longer report "update available"; a manual update no longer
overwrites local changes when the remote has nothing new.
See User guide §5 — Git sync.