@massa-ai/opencode-plugin 1.40.1 → 1.42.0

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.
@@ -731,6 +731,12 @@ init_massa_ai_config();
731
731
  init_config_loader();
732
732
  import path4 from "path";
733
733
 
734
+ // ../../packages/shared/dist/config/config-writer.js
735
+ init_config_loader();
736
+
737
+ // ../../packages/shared/dist/config/index.js
738
+ init_xdg();
739
+
734
740
  // ../../packages/shared/dist/config/api-key.js
735
741
  init_config_loader();
736
742
 
package/dist/index.js CHANGED
@@ -730,6 +730,12 @@ init_massa_ai_config();
730
730
  init_config_loader();
731
731
  import path4 from "path";
732
732
 
733
+ // ../../packages/shared/dist/config/config-writer.js
734
+ init_config_loader();
735
+
736
+ // ../../packages/shared/dist/config/index.js
737
+ init_xdg();
738
+
733
739
  // ../../packages/shared/dist/config/api-key.js
734
740
  init_config_loader();
735
741
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/opencode-plugin",
3
- "version": "1.40.1",
3
+ "version": "1.42.0",
4
4
  "description": "massa-ai plugin for OpenCode - Semantic code search, memory, and context compression",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "dependencies": {
25
25
  "@opencode-ai/plugin": "^1.2.15",
26
26
  "@opencode-ai/sdk": "^1.2.15",
27
- "@massa-ai/core": "^1.40.1",
28
- "@massa-ai/shared": "^1.40.1"
27
+ "@massa-ai/core": "^1.42.0",
28
+ "@massa-ai/shared": "^1.42.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.10.5",