@super-pocock-ai/suite 2.0.18 → 2.0.19
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/index.js +3 -2
- package/package.json +5 -5
package/index.js
CHANGED
|
@@ -139,7 +139,8 @@ export const SuperPocockSuite = async ({ project, client, $, directory, worktree
|
|
|
139
139
|
})
|
|
140
140
|
|
|
141
141
|
try {
|
|
142
|
-
|
|
142
|
+
// Use npm install with @latest to get the latest version
|
|
143
|
+
execSync('npm install @super-pocock-ai/suite@latest --save', {
|
|
143
144
|
cwd: join(process.env.HOME, '.config', 'opencode'),
|
|
144
145
|
stdio: 'pipe'
|
|
145
146
|
})
|
|
@@ -159,7 +160,7 @@ export const SuperPocockSuite = async ({ project, client, $, directory, worktree
|
|
|
159
160
|
body: {
|
|
160
161
|
service: 'super-pocock-suite',
|
|
161
162
|
level: 'warn',
|
|
162
|
-
message: `Auto-update failed: ${e.message}. Please run:
|
|
163
|
+
message: `Auto-update failed: ${e.message}. Please run: opencode plugin @super-pocock-ai/suite -g -f`
|
|
163
164
|
}
|
|
164
165
|
})
|
|
165
166
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-pocock-ai/suite",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
4
4
|
"description": "Superpocock 完整套件,包含记忆系统和工作流",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"postinstall": "node postinstall.js"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@super-pocock-ai/memory-core": "2.0.
|
|
17
|
-
"@super-pocock-ai/memory-agents": "2.0.
|
|
18
|
-
"@super-pocock-ai/compose-workflow": "2.0.
|
|
19
|
-
"@super-pocock-ai/compose-agents": "2.0.
|
|
16
|
+
"@super-pocock-ai/memory-core": "2.0.19",
|
|
17
|
+
"@super-pocock-ai/memory-agents": "2.0.19",
|
|
18
|
+
"@super-pocock-ai/compose-workflow": "2.0.19",
|
|
19
|
+
"@super-pocock-ai/compose-agents": "2.0.19"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"opencode",
|