|
27 | 27 | }, |
28 | 28 | "install": { |
29 | 29 | "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", |
30 | 31 | "detectionHint": "Running as Claude Code agent; ~/.claude/ exists", |
31 | 32 | "docsUrl": "/docs/integrations/claude-code" |
32 | 33 | }, |
|
61 | 62 | }, |
62 | 63 | "install": { |
63 | 64 | "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", |
64 | 66 | "detectionHint": "Running as Gemini CLI agent; ~/.gemini/ exists", |
65 | 67 | "docsUrl": "/docs/integrations/gemini-cli" |
66 | 68 | }, |
|
95 | 97 | }, |
96 | 98 | "install": { |
97 | 99 | "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", |
98 | 101 | "detectionHint": "Running as Codex CLI agent; ~/.codex/ exists", |
99 | 102 | "docsUrl": "/docs/integrations/codex-cli" |
100 | 103 | }, |
|
128 | 131 | }, |
129 | 132 | "install": { |
130 | 133 | "command": "Search 'Nowledge Mem' in Cursor Marketplace and install", |
| 134 | + "updateCommand": "Cursor Marketplace auto-updates extensions; uninstall and reinstall to force", |
131 | 135 | "detectionHint": "Running inside Cursor IDE", |
132 | 136 | "docsUrl": "/docs/integrations/cursor" |
133 | 137 | }, |
|
162 | 166 | }, |
163 | 167 | "install": { |
164 | 168 | "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", |
165 | 170 | "detectionHint": "Running inside Droid (Factory)", |
166 | 171 | "docsUrl": "/docs/integrations/droid" |
167 | 172 | }, |
|
196 | 201 | }, |
197 | 202 | "install": { |
198 | 203 | "command": "openclaw plugins install @nowledge/openclaw-nowledge-mem", |
| 204 | + "updateCommand": "openclaw plugins update openclaw-nowledge-mem", |
199 | 205 | "detectionHint": "Running as OpenClaw agent; ~/.openclaw/ exists", |
200 | 206 | "docsUrl": "/docs/integrations/openclaw" |
201 | 207 | }, |
|
231 | 237 | }, |
232 | 238 | "install": { |
233 | 239 | "command": "In Alma: Settings > Plugins > Marketplace, search 'Nowledge Mem', click Install", |
| 240 | + "updateCommand": "In Alma: Settings > Plugins > Marketplace, find Nowledge Mem, click Update", |
234 | 241 | "detectionHint": "Running inside Alma; ~/.config/alma/ exists", |
235 | 242 | "docsUrl": "/docs/integrations/alma" |
236 | 243 | }, |
|
264 | 271 | "note": "Plugin captures Bub conversations via save_state hook; sends via nmem CLI" |
265 | 272 | }, |
266 | 273 | "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", |
268 | 276 | "detectionHint": "Running inside Bub", |
269 | 277 | "docsUrl": "/docs/integrations/bub" |
270 | 278 | }, |
|
0 commit comments