@klarkxy/dsh-mood 0.1.3 → 0.1.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/README.md CHANGED
@@ -4,7 +4,7 @@ Default-enabled requirements clarification at the Host `agent/pre-step` boundary
4
4
 
5
5
  [简体中文](https://github.com/klarkxy/dsh-editor/blob/main/packages/dsh-mood/docs/README.zh-CN.md)
6
6
 
7
- Requires Node.js ≥22 and DSH `0.1.7-alpha.1`. The bundle entry starts enabled and remains independently switchable. Mood does not replace native permissions or writing proposal confirmation.
7
+ Requires Node.js ≥22 and DSH `0.1.7-rc.2`. The bundle entry starts enabled and remains independently switchable. Mood does not replace native permissions or writing proposal confirmation.
8
8
 
9
9
  ```sh
10
10
  dsh plugin --profile web add @klarkxy/dsh-ai-services
@@ -4,7 +4,7 @@
4
4
 
5
5
  [English](https://github.com/klarkxy/dsh-editor/blob/main/packages/dsh-mood/README.md)
6
6
 
7
- 需要 Node.js ≥22 和 DSH `0.1.7-alpha.1`。插件安装后默认启用,也可在插件设置中关闭。它不会替代原生权限或写作提案确认。
7
+ 需要 Node.js ≥22 和 DSH `0.1.7-rc.2`。插件安装后默认启用,也可在插件设置中关闭。它不会替代原生权限或写作提案确认。
8
8
 
9
9
  ```sh
10
10
  dsh plugin --profile web add @klarkxy/dsh-ai-services
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klarkxy/dsh-mood",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Clarify ambiguous requests before agent execution in DeepSeek Harness.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -61,16 +61,16 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@deepseek-ai/dsh-storage-domain": "0.1.7-alpha.1",
65
- "@deepseek-ai/dsh-llm": "0.1.7-alpha.1",
64
+ "@deepseek-ai/dsh-storage-domain": "0.1.7-rc.2",
65
+ "@deepseek-ai/dsh-llm": "0.1.7-rc.2",
66
66
  "zod": "^4.1.5",
67
- "@klarkxy/dsh-ai-services": "0.1.2"
67
+ "@klarkxy/dsh-ai-services": "0.1.3"
68
68
  },
69
69
  "peerDependencies": {
70
- "@deepseek-ai/cordis": "^4.0.3"
70
+ "@deepseek-ai/cordis": "^4.0.4"
71
71
  },
72
72
  "devDependencies": {
73
- "@deepseek-ai/cordis": "^4.0.3",
73
+ "@deepseek-ai/cordis": "^4.0.4",
74
74
  "react": "^18.2.0",
75
75
  "@types/react": "18.3.31"
76
76
  },
@@ -97,7 +97,7 @@
97
97
  "registry": "https://registry.npmjs.org/"
98
98
  },
99
99
  "dshRelease": {
100
- "contentHash": "sha256-2f2ce38e7d9ea47635a59bee4163b2182ff2f64dfa0c98cb1d8da6dea5ab1886"
100
+ "contentHash": "sha256-c9d42e8b93f36a8345e1ef7a5f3a2e027cbe470680ea354e27f84e9017a44b76"
101
101
  },
102
102
  "scripts": {
103
103
  "build": "tsdown && node ../../scripts/wrap-client.mjs @klarkxy/dsh-mood",