oh-my-opencode-cohub 1.0.18 → 1.2.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/package.json CHANGED
@@ -1,53 +1,53 @@
1
- {
2
- "name": "oh-my-opencode-cohub",
3
- "version": "1.0.18",
4
- "description": "OpenCode 中文智能体编排插件 CoHub - 纯调度模式 / 全中文提示词 / 规范分析代理 / 方案制定代理 / 独立运行",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "bin": {
8
- "oh-my-opencode-cohub": "./dist/cli/index.js"
9
- },
10
- "types": "dist/index.d.ts",
11
- "exports": {
12
- ".": {
13
- "import": "./dist/index.js",
14
- "types": "./dist/index.d.ts"
15
- },
16
- "./tui": {
17
- "import": "./dist/tui.js",
18
- "types": "./dist/tui.d.ts"
19
- }
20
- },
21
- "files": [
22
- "dist"
23
- ],
24
- "scripts": {
25
- "build": "bun build src/index.ts src/tui.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/plugin/* --external @opencode-ai/sdk --external @opencode-ai/sdk/* --external @opentui/core --external @opentui/solid --external zod && bun build src/cli/index.ts --outdir dist/cli --target node --format esm && tsc --emitDeclarationOnly",
26
- "prepublishOnly": "npm run build"
27
- },
28
- "keywords": [
29
- "opencode",
30
- "plugin",
31
- "chinese",
32
- "agent",
33
- "orchestra",
34
- "orchestrator"
35
- ],
36
- "author": "",
37
- "license": "MIT",
38
- "dependencies": {
39
- "@opencode-ai/plugin": "^1.17.0",
40
- "@opencode-ai/sdk": "^1.3.17"
41
- },
42
- "optionalDependencies": {
43
- "@opentui/solid": "^0.4.3",
44
- "@opentui/core": "^0.4.3"
45
- },
46
- "devDependencies": {
47
- "@types/node": "^26.1.1",
48
- "typescript": "^5.4.0"
49
- },
50
- "opencode": {
51
- "plugin": true
52
- }
53
- }
1
+ {
2
+ "name": "oh-my-opencode-cohub",
3
+ "version": "1.2.0",
4
+ "description": "OpenCode 中文智能体编排插件 CoHub - 纯调度模式 / 全中文提示词 / 规范分析代理 / 方案制定代理 / 独立运行",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "oh-my-opencode-cohub": "./dist/cli/index.js"
9
+ },
10
+ "types": "dist/index.d.ts",
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.js",
14
+ "types": "./dist/index.d.ts"
15
+ },
16
+ "./tui": {
17
+ "import": "./dist/tui.js",
18
+ "types": "./dist/tui.d.ts"
19
+ }
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "scripts": {
25
+ "build": "bun build src/index.ts src/tui.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/plugin/* --external @opencode-ai/sdk --external @opencode-ai/sdk/* --external @opentui/core --external @opentui/solid --external zod && bun build src/cli/index.ts --outdir dist/cli --target node --format esm && tsc --emitDeclarationOnly",
26
+ "prepublishOnly": "npm run build"
27
+ },
28
+ "keywords": [
29
+ "opencode",
30
+ "plugin",
31
+ "chinese",
32
+ "agent",
33
+ "orchestra",
34
+ "orchestrator"
35
+ ],
36
+ "author": "",
37
+ "license": "MIT",
38
+ "dependencies": {
39
+ "@opencode-ai/plugin": "^1.17.0",
40
+ "@opencode-ai/sdk": "^1.3.17"
41
+ },
42
+ "optionalDependencies": {
43
+ "@opentui/solid": "^0.4.3",
44
+ "@opentui/core": "^0.4.3"
45
+ },
46
+ "devDependencies": {
47
+ "@types/node": "^26.1.1",
48
+ "typescript": "^5.4.0"
49
+ },
50
+ "opencode": {
51
+ "plugin": true
52
+ }
53
+ }