@hung319/opencode-hive 1.6.10 → 1.6.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -41,7 +41,7 @@ export CXXFLAGS="-std=c++20"
41
41
  npm install @hung319/opencode-hive
42
42
  ```
43
43
 
44
- > ⚠️ **Note:** This plugin includes `@ast-grep/napi`, `@sparkleideas/agent-booster`, and `@sparkleideas/memory` which require C++20 on Node.js v24. If installation fails, try:
44
+ > ⚠️ **Note:** This plugin optionally includes `@ast-grep/napi`, `@sparkleideas/agent-booster`, and `@sparkleideas/memory` which require C++20 on Node.js v24. If installation fails, the plugin still works (these are optional).
45
45
  > ```bash
46
46
  > export CXXFLAGS="-std=c++20"
47
47
  > npm install @hung319/opencode-hive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hung319/opencode-hive",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "type": "module",
5
5
  "description": "OpenCode plugin for Agent Hive - from vibe coding to hive coding",
6
6
  "license": "MIT WITH Commons-Clause",
@@ -39,12 +39,12 @@
39
39
  "@opencode-ai/plugin": ">=0.13.7"
40
40
  },
41
41
  "dependencies": {
42
- "@ast-grep/napi": "^0.41.1",
43
42
  "@sparkleideas/agent-booster": "^0.2.3",
44
43
  "simple-git": "^3.27.0"
45
44
  },
46
45
  "optionalDependencies": {
47
- "@sparkleideas/memory": "^3.0.0-alpha.11",
46
+ "@ast-grep/napi": "^0.41.1",
47
+ "@sparkleideas/memory": "3.0.0-alpha.11-patch.30",
48
48
  "grep-mcp": "^1.1.0",
49
49
  "@upstash/context7-mcp": "^2.1.0",
50
50
  "exa-mcp-server": "^3.1.5",