dsh-team 0.2.5 → 0.2.7
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 +1 -1
- package/dist/client.js +844 -713
- package/dist/client.js.map +1 -1
- package/dist/client.ts.map +1 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +7 -3
- package/dsh-manifest.json +1 -1
- package/package.json +30 -30
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ pnpm run check # 三件一起
|
|
|
155
155
|
|
|
156
156
|
构建产物(`dist/`)与 `dsh-manifest.json` 是提交进仓库的:仓库本身即插件规范要求的「元数据声明 + 预构建产物」形态,改完源码记得把新的 `dist/` 一起提交。
|
|
157
157
|
|
|
158
|
-
构建与类型针对 npm 上的 `@deepseek-ai/dsh@0.1.
|
|
158
|
+
构建与类型针对 npm 上的 `@deepseek-ai/dsh@0.1.1-rc.2`。遵循 harness 的插件纪律:注册即 effect、能力缝三角色、事件全 JSON 整值、模型可见即落日志、配置无硬编码。
|
|
159
159
|
|
|
160
160
|
## License
|
|
161
161
|
|