@stardustlc/dsh-suite 0.1.1 → 0.1.2

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.en.md CHANGED
@@ -10,7 +10,7 @@ Bundles five product lines — office flow (with dream-based memory), media stud
10
10
 
11
11
  ## Compatibility
12
12
 
13
- Verified against `@deepseek-ai/dsh@0.1.3-alpha.1` (2026-09-05): 18 components, 96 tools and 34 skills. All tool schemas pass the official JSON Schema subset, both TypeScript and Python PTC SDKs render, and isolated Web startup and token authentication pass. The scripts below reproduce these checks against local source.
13
+ Verified against the official `@deepseek-ai/dsh@0.1.3-alpha.2` (2026-09-08): 18 components, 96 tools and 34 skills. All tool schemas pass the official JSON Schema subset, both TypeScript and Python PTC SDKs render, and isolated Web startup, token authentication (303/401/200) and process shutdown pass. The scripts below reproduce these checks against local source.
14
14
 
15
15
  ## Install / Uninstall
16
16
 
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## 兼容性
12
12
 
13
- 已在 `@deepseek-ai/dsh@0.1.3-alpha.1`(2026-09-05)验证:18 个组件同载,96 个工具、34 个技能;工具参数与输出符合官方 JSON Schema 子集,TypeScript / Python PTC SDK 均可生成。隔离 Web 启动与 token 鉴权也已通过。下方脚本可对本地源码重复验收。
13
+ 已在官方 `@deepseek-ai/dsh@0.1.3-alpha.2`(2026-09-08)验证:18 个组件同载,96 个工具、34 个技能;工具参数与输出符合官方 JSON Schema 子集,TypeScript / Python PTC SDK 均可生成。隔离 Web 启动、token 鉴权(303/401/200)与进程退出也已通过。下方脚本可对本地源码重复验收。
14
14
 
15
15
  ## 安装
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stardustlc/dsh-suite",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "STARDUSTLC 插件全家桶·组合补丁:与 18 个组件插件配套,一条命令统一注入默认配置(办公流/媒体工坊/DevOps/通知/预设)。组件经一行 add 命令直装(pnpm 不允许 git 子依赖)。",
5
5
  "type": "module",
6
6
  "dsh": {