@michengai/dsh-codex-suite 0.1.2 → 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
@@ -15,6 +15,8 @@
15
15
 
16
16
  `dshmarket` is not part of the suite. Install it separately when needed.
17
17
 
18
+ Each suite release pins an exact, tested version of every member plugin. Component upgrades are delivered by publishing a new suite version rather than resolving floating `latest` dependencies during installation.
19
+
18
20
  ## Installation
19
21
 
20
22
  `dsh plugin add` forwards to `pnpm add` in the profile directory. Without a version and official registry, a local mirror or minimum-release-age policy can leave you on an older build.
package/README.zh-CN.md CHANGED
@@ -15,6 +15,8 @@
15
15
 
16
16
  `dshmarket` 不在套件内,需要时单独安装。
17
17
 
18
+ 每个套件版本都会锁定一组经过验证的子插件精确版本。子插件升级通过发布新的套件版本统一交付,不在用户安装时动态解析浮动的 `latest`。
19
+
18
20
  ## 安装
19
21
 
20
22
  `dsh plugin add` 会转发到 profile 目录里的 `pnpm add`。不写版本、不指定官方源时,本机镜像和最短发布间隔可能让你停在旧版。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-codex-suite",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "DSH Codex UI 聚合包:一键安装侧栏、专家、技能、归档、IM 助理和定时任务",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -19,11 +19,11 @@
19
19
  "registry": "https://registry.npmjs.org/"
20
20
  },
21
21
  "dependencies": {
22
- "@michengai/dsh-agency-agents": "latest",
23
- "@michengai/dsh-archive-manager": "latest",
24
- "@michengai/dsh-automation": "latest",
25
- "@michengai/dsh-im-connect": "latest",
26
- "@michengai/dsh-skills-manager": "latest",
27
- "@michengai/dsh-codex-ui": "0.2.58"
22
+ "@michengai/dsh-agency-agents": "0.1.20",
23
+ "@michengai/dsh-archive-manager": "0.1.12",
24
+ "@michengai/dsh-automation": "0.1.10",
25
+ "@michengai/dsh-im-connect": "0.1.18",
26
+ "@michengai/dsh-skills-manager": "0.1.23",
27
+ "@michengai/dsh-codex-ui": "0.2.73"
28
28
  }
29
29
  }