Skip to content

v3.2.1

Choose a tag to compare

@sj719045032 sj719045032 released this 03 May 09:10

What's New

  • Fixed sessions from a host whose terminal plugin isn't installed (e.g. Claude.app / Codex.app) showing half-built notch cards with no source tag and a dead focus button.
  • Fixed disk-persisted orphan sessions lingering across restarts after the affected plugin was missing.
  • Fixed installing the missing plugin not bringing back a previously-dropped row even after a fresh prompt — the session id no longer gets stuck on the host's blacklist.
  • HookCLI now exits at source when fired from a host whose plugin isn't installed, avoiding wake-ups of the host bridge for events it would drop anyway.
  • Release notes now ship as native Markdown via Sparkle 2.9, retiring a class of "syntax X didn't survive conversion" hot-fixes.

中文

  • 修复终端没装对应插件时(例如 Claude.app / Codex.app),notch 列表里出现"无来源标签 + 点不开 focus"的残废卡片。
  • 修复装插件之前起的会话被持久化到磁盘后,重启依然显示的问题。
  • 修复装上缺失插件后再发新消息也无法恢复显示的问题(会话 ID 不再被永久拉黑)。
  • HookCLI 在源头识别未授权宿主,不连 socket 直接退出,省掉一次到主进程的往返。
  • Release notes 改用 Sparkle 2.9 原生 Markdown 渲染,去掉手写转换器,避免一次次为新语法打补丁。