@mingxy/cerebro 1.18.11 → 1.18.12
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,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mingxy/cerebro",
|
|
3
|
-
"version": "1.18.
|
|
4
|
-
"description": "Cerebro persistent memory plugin for OpenCode
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "src/index.ts",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"types": "./src/index.ts",
|
|
10
|
-
"default": "./src/index.ts"
|
|
11
|
-
},
|
|
12
|
-
"./tui": {
|
|
13
|
-
"types": "./src/tui.tsx",
|
|
14
|
-
"default": "./src/tui.tsx"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"oc-plugin": [
|
|
18
|
-
"server",
|
|
19
|
-
"tui"
|
|
20
|
-
],
|
|
21
|
-
"scripts": {
|
|
22
|
-
"build:web": "bash ../../scripts/build-plugin-web.sh",
|
|
23
|
-
"prepublishOnly": "npm run build:web && npx tsc --noEmit"
|
|
24
|
-
},
|
|
25
|
-
"keywords": [
|
|
26
|
-
"opencode",
|
|
27
|
-
"memory",
|
|
28
|
-
"ai-agent",
|
|
29
|
-
"persistent-memory",
|
|
30
|
-
"cerebro",
|
|
31
|
-
"clustering",
|
|
32
|
-
"project-isolation"
|
|
33
|
-
],
|
|
34
|
-
"author": "mingxy-cerebro",
|
|
35
|
-
"files": [
|
|
36
|
-
"src/",
|
|
37
|
-
"web/"
|
|
38
|
-
],
|
|
39
|
-
"license": "Apache-2.0",
|
|
40
|
-
"homepage": "https://github.com/mingxy-cerebro/cerebro-server",
|
|
41
|
-
"repository": {
|
|
42
|
-
"type": "git",
|
|
43
|
-
"url": "https://github.com/mingxy-cerebro/cerebro-server.git",
|
|
44
|
-
"directory": "plugins/opencode"
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@opencode-ai/plugin": "^1.0.162",
|
|
48
|
-
"@opentui/core": "^0.1.92",
|
|
49
|
-
"@opentui/solid": "^0.1.92",
|
|
50
|
-
"solid-js": "^1.9.10"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@types/node": "^25.5.0",
|
|
54
|
-
"typescript": "^5.7.0"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@mingxy/cerebro",
|
|
3
|
+
"version": "1.18.12",
|
|
4
|
+
"description": "Cerebro persistent memory plugin for OpenCode \u2014 auto-recall, auto-capture, 9 memory tools with clustering, project-scoped memory isolation",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "src/index.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./src/index.ts",
|
|
10
|
+
"default": "./src/index.ts"
|
|
11
|
+
},
|
|
12
|
+
"./tui": {
|
|
13
|
+
"types": "./src/tui.tsx",
|
|
14
|
+
"default": "./src/tui.tsx"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"oc-plugin": [
|
|
18
|
+
"server",
|
|
19
|
+
"tui"
|
|
20
|
+
],
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build:web": "bash ../../scripts/build-plugin-web.sh",
|
|
23
|
+
"prepublishOnly": "npm run build:web && npx tsc --noEmit"
|
|
24
|
+
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"opencode",
|
|
27
|
+
"memory",
|
|
28
|
+
"ai-agent",
|
|
29
|
+
"persistent-memory",
|
|
30
|
+
"cerebro",
|
|
31
|
+
"clustering",
|
|
32
|
+
"project-isolation"
|
|
33
|
+
],
|
|
34
|
+
"author": "mingxy-cerebro",
|
|
35
|
+
"files": [
|
|
36
|
+
"src/",
|
|
37
|
+
"web/"
|
|
38
|
+
],
|
|
39
|
+
"license": "Apache-2.0",
|
|
40
|
+
"homepage": "https://github.com/mingxy-cerebro/cerebro-server",
|
|
41
|
+
"repository": {
|
|
42
|
+
"type": "git",
|
|
43
|
+
"url": "https://github.com/mingxy-cerebro/cerebro-server.git",
|
|
44
|
+
"directory": "plugins/opencode"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@opencode-ai/plugin": "^1.0.162",
|
|
48
|
+
"@opentui/core": "^0.1.92",
|
|
49
|
+
"@opentui/solid": "^0.1.92",
|
|
50
|
+
"solid-js": "^1.9.10"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@types/node": "^25.5.0",
|
|
54
|
+
"typescript": "^5.7.0"
|
|
55
|
+
}
|
|
56
|
+
}
|