@massa-ai/opencode-plugin 1.32.0 → 1.33.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.
- package/dist/config-cli.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/config-cli.js
CHANGED
|
@@ -410,9 +410,9 @@ var init_massa_ai_config = __esm(() => {
|
|
|
410
410
|
},
|
|
411
411
|
embedding: {
|
|
412
412
|
provider: "ollama",
|
|
413
|
-
model: "
|
|
413
|
+
model: "qwen3-embedding:4b",
|
|
414
414
|
baseURL: "http://localhost:11434",
|
|
415
|
-
dimensions:
|
|
415
|
+
dimensions: 2560
|
|
416
416
|
},
|
|
417
417
|
compression: {
|
|
418
418
|
defaultStrategy: "code_structure",
|
package/dist/index.js
CHANGED
|
@@ -409,9 +409,9 @@ var init_massa_ai_config = __esm(() => {
|
|
|
409
409
|
},
|
|
410
410
|
embedding: {
|
|
411
411
|
provider: "ollama",
|
|
412
|
-
model: "
|
|
412
|
+
model: "qwen3-embedding:4b",
|
|
413
413
|
baseURL: "http://localhost:11434",
|
|
414
|
-
dimensions:
|
|
414
|
+
dimensions: 2560
|
|
415
415
|
},
|
|
416
416
|
compression: {
|
|
417
417
|
defaultStrategy: "code_structure",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@massa-ai/opencode-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.33.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",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@opencode-ai/plugin": "^1.2.15",
|
|
25
25
|
"@opencode-ai/sdk": "^1.2.15",
|
|
26
|
-
"@massa-ai/core": "^1.
|
|
27
|
-
"@massa-ai/shared": "^1.
|
|
26
|
+
"@massa-ai/core": "^1.33.0",
|
|
27
|
+
"@massa-ai/shared": "^1.33.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^22.10.5",
|