@massa-ai/opencode-plugin 1.3.1 → 1.4.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.
@@ -1162,7 +1162,7 @@ Commands:
1162
1162
  --model <name> Model name
1163
1163
  --base-url <url> Base URL (for ollama)
1164
1164
 
1165
- agents Manage the 16 subagent specialist definitions
1165
+ agents Manage the 15 subagent specialist definitions
1166
1166
  agents install [--user|--project] Write 12 agent .md files
1167
1167
  agents uninstall [--user|--project] Remove only massa-ai-owned agents
1168
1168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/opencode-plugin",
3
- "version": "1.3.1",
3
+ "version": "1.4.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",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@opencode-ai/plugin": "^1.2.15",
23
23
  "@opencode-ai/sdk": "^1.2.15",
24
- "@massa-ai/core": "^1.3.1",
25
- "@massa-ai/shared": "^1.3.1"
24
+ "@massa-ai/core": "^1.4.0",
25
+ "@massa-ai/shared": "^1.4.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.10.5",