Skip to content

v0.5.0

Latest

Choose a tag to compare

@XieZongChen XieZongChen released this 18 Aug 18:21
· 4 commits to main since this release

[0.5.0] - 2026-08-19

Added

  • 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.

[0.5.0] - 2026-08-19

Added

  • 记入笔记的分段格式优化:时间戳标题改为「会话标题 -- 时间戳」,角色标签升级为
    ### 👤 用户 / ### 🤖 DSH 小节标题(预览中提问与回答一眼可分);思考内容
    (reasoning)不记入
    ,只保留最终回答(与 dsh 界面一致)。
  • 引用笔记序列化为标准 markdown 链接:被引用笔记在消息里显示为
    引用笔记 [标题](路径)(中)/ Referenced note [title](path)(英)——标题与路径绑定为
    结构化 token,模型解析可靠,任何 markdown 渲染器(包括未来的笔记跳转功能)都能识别为链接。
  • 笔记预览改用 dsh MarkdownText:笔记管理器的预览 Tab 改用 dsh 自带的
    MarkdownText 渲染(micromark 生态:GFM 表格 / 任务列表 / 有序列表、TeX 公式、代码高亮,
    XSS 安全内置),与 dsh 聊天渲染一致。见
    使用文档 §2 — 打开笔记管理器
  • 笔记管理器打开行为优化:点击已有笔记默认打开预览(预览 Tab 前置),
    新建笔记后直接进入编辑模式。见
    使用文档 §2 — 打开笔记管理器

Fixed

  • 修复远端更新检测误报:改为基于 git 引用比较(rev-list 领先数)而非内容比对——本地有
    编辑未推送时不再误报「远端有更新」;手动更新在远端无新提交时不覆盖本地改动。
    使用文档 §5 — Git 同步