@andyqiu/codeforge 0.8.2 → 0.8.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/install.mjs CHANGED
@@ -900,7 +900,7 @@ function main() {
900
900
  detectOpencode()
901
901
  const bundleSrc = buildBundle({ skipBuild: opts.skipBuild })
902
902
  cleanLegacy({ targetRoot })
903
- installBundle({ targetRoot, bundleSrc, skipPluginEntry: opts.skipPluginEntry })
903
+ installBundle({ targetRoot, bundleSrc, skipPluginEntry: opts.skipPluginEntry || opts.mode === "global" })
904
904
  installMdDirs({ targetRoot })
905
905
  installCopyDirs({ targetRoot })
906
906
  installSkills({ targetRoot })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,