Skip to content

Commit ab44e41

Browse files
authored
Merge pull request #142 from nowledge-co/dev_0613
Add updateCommand to all integrations in registry
2 parents c73e474 + cee4511 commit ab44e41

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

integrations.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"install": {
2929
"command": "claude plugin marketplace add nowledge-co/community && claude plugin install nowledge-mem@nowledge-community",
30+
"updateCommand": "claude plugin marketplace update nowledge-community && claude plugin update nowledge-mem@nowledge-community",
3031
"detectionHint": "Running as Claude Code agent; ~/.claude/ exists",
3132
"docsUrl": "/docs/integrations/claude-code"
3233
},
@@ -61,6 +62,7 @@
6162
},
6263
"install": {
6364
"command": "Search 'Nowledge Mem' in the Gemini CLI Extensions Gallery and install",
65+
"updateCommand": "Reinstall from the Gemini CLI Extensions Gallery to get the latest version",
6466
"detectionHint": "Running as Gemini CLI agent; ~/.gemini/ exists",
6567
"docsUrl": "/docs/integrations/gemini-cli"
6668
},
@@ -95,6 +97,7 @@
9597
},
9698
"install": {
9799
"command": "curl -fsSL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-codex-prompts/install.sh | bash",
100+
"updateCommand": "curl -fsSL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-codex-prompts/install.sh | bash",
98101
"detectionHint": "Running as Codex CLI agent; ~/.codex/ exists",
99102
"docsUrl": "/docs/integrations/codex-cli"
100103
},
@@ -128,6 +131,7 @@
128131
},
129132
"install": {
130133
"command": "Search 'Nowledge Mem' in Cursor Marketplace and install",
134+
"updateCommand": "Cursor Marketplace auto-updates extensions; uninstall and reinstall to force",
131135
"detectionHint": "Running inside Cursor IDE",
132136
"docsUrl": "/docs/integrations/cursor"
133137
},
@@ -162,6 +166,7 @@
162166
},
163167
"install": {
164168
"command": "droid plugin marketplace add https://github.com/nowledge-co/community && droid plugin install nowledge-mem@nowledge-community",
169+
"updateCommand": "droid plugin marketplace update nowledge-community && droid plugin update nowledge-mem@nowledge-community",
165170
"detectionHint": "Running inside Droid (Factory)",
166171
"docsUrl": "/docs/integrations/droid"
167172
},
@@ -196,6 +201,7 @@
196201
},
197202
"install": {
198203
"command": "openclaw plugins install @nowledge/openclaw-nowledge-mem",
204+
"updateCommand": "openclaw plugins update openclaw-nowledge-mem",
199205
"detectionHint": "Running as OpenClaw agent; ~/.openclaw/ exists",
200206
"docsUrl": "/docs/integrations/openclaw"
201207
},
@@ -231,6 +237,7 @@
231237
},
232238
"install": {
233239
"command": "In Alma: Settings > Plugins > Marketplace, search 'Nowledge Mem', click Install",
240+
"updateCommand": "In Alma: Settings > Plugins > Marketplace, find Nowledge Mem, click Update",
234241
"detectionHint": "Running inside Alma; ~/.config/alma/ exists",
235242
"docsUrl": "/docs/integrations/alma"
236243
},
@@ -264,7 +271,8 @@
264271
"note": "Plugin captures Bub conversations via save_state hook; sends via nmem CLI"
265272
},
266273
"install": {
267-
"command": "pip install nowledge-mem-bub",
274+
"command": "python3 -m pip install nowledge-mem-bub",
275+
"updateCommand": "python3 -m pip install --upgrade nowledge-mem-bub",
268276
"detectionHint": "Running inside Bub",
269277
"docsUrl": "/docs/integrations/bub"
270278
},

0 commit comments

Comments
 (0)