@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 +2 -0
- package/README.zh-CN.md +2 -0
- package/package.json +7 -7
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@michengai/dsh-codex-suite",
|
|
3
|
-
"version": "0.1.
|
|
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": "
|
|
23
|
-
"@michengai/dsh-archive-manager": "
|
|
24
|
-
"@michengai/dsh-automation": "
|
|
25
|
-
"@michengai/dsh-im-connect": "
|
|
26
|
-
"@michengai/dsh-skills-manager": "
|
|
27
|
-
"@michengai/dsh-codex-ui": "0.2.
|
|
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
|
}
|