Skip to content

Releases: c-ling/dsh-plugin-notify

v1.2.0

Choose a tag to compare

@c-ling c-ling released this 16 Aug 05:37

v1.2.0

更新内容(中文)

  • 新增:宿主机渠道支持 ask_user_question 提问通知——模型调用 ask_user_question 时,系统通知与飞书/钉钉/企业微信/通用 Webhook 会发送「等待回答」提醒。
  • 修复:浏览器原生通知因固定 tag 导致连续审批/提问只显示首条的问题。
  • 变更:README 安装固定版本更新至 #v1.2.0,并补充 tool/call 触发条件与更新日志。

Changes (English)

  • Added: host channels now support ask_user_question notifications — when the model calls ask_user_question, the system channel and Feishu/DingTalk/WeCom/generic webhooks send a "waiting for answer" reminder.
  • Fixed: browser native notifications only showed the first pending approval/question because of a fixed notification tag.
  • Changed: README install pins updated to #v1.2.0, and trigger conditions / changelog updated.

v1.1.3

Choose a tag to compare

@c-ling c-ling released this 15 Aug 17:20

v1.1.3

更新内容(中文)

  • 文档:README 结构规范化——默认 README.md 改为中文,英文文档移至 README-en.md,删除 README-ZH.md
  • 安装 / 更新命令统一固定到 #v1.1.3

Changes (English)

  • Docs: normalized README structure — the default README.md is now Chinese, the English doc moved to README-en.md, and README-ZH.md was removed.
  • All install / update commands are pinned to #v1.1.3.

v1.1.2

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:28

v1.1.2

更新内容(中文)

  • docs: README 拆分为默认英文 README.md + 中文 README-ZH.md,顶部互加语言切换链接。
  • docs: 安装章节采用统一模板,补齐 npx @deepseek-ai/dsh plugin ... 方式,并新增「更新」章节。
  • docs: 所有安装命令统一固定到 #v1.1.2
  • chore: 版本号 1.1.11.1.2

Changes (English)

  • docs: Split the README into default English README.md + Chinese README-ZH.md with reciprocal language links at the top.
  • docs: Use the canonical Install section, add the npx @deepseek-ai/dsh plugin ... path, and add an Update section.
  • docs: Pin every install command to #v1.1.2.
  • chore: Bump version from 1.1.1 to 1.1.2.

Checks: node --check and node --test (30/30) pass.

v1.1.1

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:07

v1.1.1

更新内容(中文)

  • 修复「设置 → 消息提醒」页在黑夜模式下的样式:保存按钮、开关、卡片/输入框边框、状态文字等统一改用 --dsw-alias-* 设计变量,自动跟随明暗主题。
  • 保存按钮使用 button-primary-fill / label-primary-foreground / button-primary-hover,修复黑夜模式白底白字。
  • 开关使用产品一致的 border-l2 轨道 + bg-layer-1 滑块 + state-business-primary 开启态。
  • 安装说明版本号更新为 #v1.1.1;版本号 1.1.01.1.1

Changes (English)

  • Fix dark-mode styling for the Settings → Message reminders page: the save button, switches, card/input borders and status text now use --dsw-alias-* design tokens and follow the light/dark theme.
  • Use button-primary-fill / label-primary-foreground / button-primary-hover for the save button, fixing the white-on-white dark-mode button.
  • Use the product-consistent border-l2 track + bg-layer-1 thumb + state-business-primary on-state for switches.
  • Update the README install version to #v1.1.1; bump version 1.1.01.1.1.

v1.1.0

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:28

v1.1.0

更新内容(中文)

  • 新增浏览器系统原生通知(Notification API),标签页在后台或窗口最小化时也能收到。
  • 浏览器通知与系统原生通知拆分为独立设置项。
  • 系统通知新增 Windows PowerShell 原生 toast 与提示音;版本号 1.0.01.1.0

Changes (English)

  • Add browser OS notifications via the Notification API, so notifications also fire while the tab is in the background or the window is minimized.
  • Split browser notifications and OS notifications into independent settings.
  • Add Windows PowerShell native toast and alert sounds to the system channel; bump version 1.0.01.1.0.

v1.0.0

Choose a tag to compare

@c-ling c-ling released this 15 Aug 16:28

v1.0.0

更新内容(中文)

  • 首个 GitHub 版本:页面内浏览器横幅、宿主机系统通知(macOS osascript / Linux notify-send / Windows PowerShell toast)。
  • 飞书/钉钉/企业微信/通用 Webhook 渠道 + 自定义消息模板。
  • 设置页「设置 → 消息提醒」可配置并逐渠道发送测试消息;配置保存在 $DSH_HOME/storages/dsh-plugin-notify/config.json

Changes (English)

  • First GitHub release: in-page browser banner and host system notifications (macOS osascript / Linux notify-send / Windows PowerShell toast).
  • Feishu/DingTalk/WeCom/generic webhook channels with custom message templates.
  • A Settings → Message reminders page for per-channel configuration and test messages; config is stored under $DSH_HOME/storages/dsh-plugin-notify/config.json.