Releases: c-ling/dsh-plugin-notify
Releases · c-ling/dsh-plugin-notify
Release list
v1.2.0
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_questionnotifications — when the model callsask_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
v1.1.3
更新内容(中文)
- 文档:README 结构规范化——默认
README.md改为中文,英文文档移至README-en.md,删除README-ZH.md。 - 安装 / 更新命令统一固定到
#v1.1.3。
Changes (English)
- Docs: normalized README structure — the default
README.mdis now Chinese, the English doc moved toREADME-en.md, andREADME-ZH.mdwas removed. - All install / update commands are pinned to
#v1.1.3.
v1.1.2
v1.1.2
更新内容(中文)
- docs: README 拆分为默认英文
README.md+ 中文README-ZH.md,顶部互加语言切换链接。 - docs: 安装章节采用统一模板,补齐
npx @deepseek-ai/dsh plugin ...方式,并新增「更新」章节。 - docs: 所有安装命令统一固定到
#v1.1.2。 - chore: 版本号
1.1.1→1.1.2。
Changes (English)
- docs: Split the README into default English
README.md+ ChineseREADME-ZH.mdwith 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.1to1.1.2.
Checks: node --check and node --test (30/30) pass.
v1.1.1
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.0→1.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-hoverfor the save button, fixing the white-on-white dark-mode button. - Use the product-consistent
border-l2track +bg-layer-1thumb +state-business-primaryon-state for switches. - Update the README install version to
#v1.1.1; bump version1.1.0→1.1.1.
v1.1.0
v1.1.0
更新内容(中文)
- 新增浏览器系统原生通知(Notification API),标签页在后台或窗口最小化时也能收到。
- 浏览器通知与系统原生通知拆分为独立设置项。
- 系统通知新增 Windows PowerShell 原生 toast 与提示音;版本号
1.0.0→1.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.0→1.1.0.
v1.0.0
v1.0.0
更新内容(中文)
- 首个 GitHub 版本:页面内浏览器横幅、宿主机系统通知(macOS
osascript/ Linuxnotify-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/ Linuxnotify-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.