@hung319/opencode-hive 1.5.2 → 1.5.6

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.
@@ -1,4 +1,2 @@
1
1
  import type { McpConfig } from './types';
2
- import { astGrepMcp } from './ast-grep';
3
2
  export declare const createBuiltinMcps: (disabledMcps?: string[]) => Record<string, McpConfig>;
4
- export { astGrepMcp as astGrepLocalMcp };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hung319/opencode-hive",
3
- "version": "1.5.2",
3
+ "version": "1.5.6",
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",
@@ -28,7 +28,7 @@
28
28
  "scripts": {
29
29
  "clean": "rm -rf dist",
30
30
  "generate-skills": "bun run scripts/generate-skills.ts",
31
- "build": "npm run clean && npm run generate-skills && bun build src/index.ts --outdir dist --target node --format esm --packages=bundle && tsc --emitDeclarationOnly",
31
+ "build": "npm run clean && npm run generate-skills && bun build src/index.ts --outdir dist --target node --format esm --packages=bundle --external @ast-grep/napi && tsc --emitDeclarationOnly",
32
32
  "dev": "opencode plugin dev",
33
33
  "test": "bun test"
34
34
  },
@@ -36,6 +36,7 @@
36
36
  "@opencode-ai/plugin": ">=0.13.7"
37
37
  },
38
38
  "dependencies": {
39
+ "@ast-grep/napi": "^0.41.1",
39
40
  "simple-git": "^3.27.0"
40
41
  },
41
42
  "optionalDependencies": {
@@ -45,7 +46,6 @@
45
46
  "exa-mcp-server": "^3.1.5",
46
47
  "@sparkleideas/agent-booster": "^0.2.3",
47
48
  "@sparkleideas/memory": "^3.5.2",
48
- "@ast-grep/napi": "^0.41.1",
49
49
  "@paretools/search": "^0.15.0",
50
50
  "@ushiradineth/veil": "^0.4.1",
51
51
  "@butttons/dora": "^0.1.0",