@mingxy/cerebro 1.19.0 โ 1.19.1
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 +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mingxy/cerebro",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"description": "Cerebro persistent memory plugin for OpenCode โ auto-recall, auto-capture, 9 memory tools with clustering, project-scoped memory isolation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
package/src/index.ts
CHANGED
|
@@ -123,7 +123,7 @@ const OmemPlugin: Plugin = async (input) => {
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
if (webPort) {
|
|
126
|
-
toast(tui,
|
|
126
|
+
toast(tui, `๐ง Cerebro Connected ยท v${pluginVersion}`, `\n๐ Open in browser http://localhost:${webPort}`, "success");
|
|
127
127
|
} else {
|
|
128
128
|
toast(tui, "๐ง Connected", `v${pluginVersion}`, "success");
|
|
129
129
|
}
|