dsh-notify-windows 0.7.4-beta.0 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,10 +7,13 @@
|
|
|
7
7
|
<img src="https://img.shields.io/github/license/SeverusZh/dsh-notify-windows" alt="license">
|
|
8
8
|
<img src="https://img.shields.io/badge/platform-Windows%2010%2F11-blue" alt="platform">
|
|
9
9
|
<img src="https://img.shields.io/github/stars/SeverusZh/dsh-notify-windows?style=social" alt="stars">
|
|
10
|
+
<img src="https://img.shields.io/badge/DeepSeek%20Harness-0.1.2--alpha.4-blue" alt="dsh">
|
|
10
11
|
</p>
|
|
11
12
|
|
|
12
13
|
**任务完成** ✅ | **等待审批** 🔐 | **等待回答** ❓ —— 离开屏幕也不错过任何需要你处理的事。
|
|
13
14
|
|
|
15
|
+
> **兼容性**:v0.7.4 支持 DSH **0.1.2-alpha.4+**(真实-Cordis 探针 7/7 通过;peer `@deepseek-ai/cordis ^4.0.2`)。旧版 DSH(0.1.0-rc.8 及更早)请使用最后兼容的 npm 版本 **0.7.3**。
|
|
16
|
+
|
|
14
17
|
## ✨ 功能
|
|
15
18
|
|
|
16
19
|
- **任务完成提醒**:监听会话 `turn/end` 事件,任务完成 / 出错 / 输出超限时立即弹窗,标题自动使用会话标题,正文显示原因与轮次;
|