|
8 | 8 | "promptZh": "读取 https://mem.nowledge.co/SKILL.md,按其中说明为我当前使用的 AI 工具安装或更新 Nowledge Mem。", |
9 | 9 | "designDoc": "https://github.com/nowledge-co/mem/blob/main/docs/design/ONBOARDING_REVISIT_0_9_0.md", |
10 | 10 | "appliesTo": [ |
11 | | - "claude-code", "codex-cli", "cursor", "gemini-cli", "copilot-cli", |
| 11 | + "claude-code", "grok", "codex-cli", "cursor", "gemini-cli", "copilot-cli", |
12 | 12 | "openclaw", "hermes", "droid", "alma", "bub", "pi", "opencode", |
13 | 13 | "claude-desktop", "proma", "slock", "lody", "multica", "cumora", "mcp-direct" |
14 | 14 | ], |
|
20 | 20 | "name": "Claude Code", |
21 | 21 | "category": "coding", |
22 | 22 | "type": "plugin", |
23 | | - "version": "0.7.10", |
| 23 | + "version": "0.7.12", |
24 | 24 | "directory": "nowledge-mem-claude-code-plugin", |
25 | 25 | "transport": "cli", |
26 | 26 | "capabilities": { |
|
67 | 67 | "skills": ["read-working-memory", "search-memory", "distill-memory", "save-thread"], |
68 | 68 | "slashCommands": ["/save", "/search", "/sum", "/status"] |
69 | 69 | }, |
| 70 | + { |
| 71 | + "id": "grok", |
| 72 | + "name": "Grok Build", |
| 73 | + "category": "coding", |
| 74 | + "type": "plugin", |
| 75 | + "version": "0.7.12", |
| 76 | + "directory": "nowledge-mem-claude-code-plugin", |
| 77 | + "transport": "cli", |
| 78 | + "capabilities": { |
| 79 | + "workingMemory": true, |
| 80 | + "search": true, |
| 81 | + "distill": true, |
| 82 | + "autoRecall": true, |
| 83 | + "autoCapture": true, |
| 84 | + "graphExploration": false, |
| 85 | + "status": true |
| 86 | + }, |
| 87 | + "threadSave": { |
| 88 | + "method": "cli-native", |
| 89 | + "runtime": "grok", |
| 90 | + "command": "nmem t save --from grok", |
| 91 | + "historicalCommand": "nmem t sync --from grok --all-projects", |
| 92 | + "note": "Grok Build loads Claude-compatible plugin assets. The shared Nowledge Mem hook detects Grok Build's hook environment and routes Context Bundle reads and transcript capture as source_app=grok." |
| 93 | + }, |
| 94 | + "autonomy": { |
| 95 | + "bootstrap": "automatic", |
| 96 | + "recall": "guided", |
| 97 | + "distill": "guided", |
| 98 | + "threads": "automatic-capture", |
| 99 | + "bestResultRequires": [ |
| 100 | + "Install the Grok Build plugin from the community repository subdirectory", |
| 101 | + "Keep nmem available on this machine", |
| 102 | + "Restart Grok Build after install or update", |
| 103 | + "Run nmem t sync --from grok --all-projects --apply only when you want to import older Grok Build sessions" |
| 104 | + ] |
| 105 | + }, |
| 106 | + "install": { |
| 107 | + "command": "grok plugin install nowledge-co/community#nowledge-mem-claude-code-plugin --trust", |
| 108 | + "updateCommand": "grok plugin update nowledge-mem", |
| 109 | + "detectionHint": "Running as Grok Build; ~/.grok/ exists", |
| 110 | + "agentGuide": { |
| 111 | + "prompt": "Read https://mem.nowledge.co/SKILL.md and follow the instructions to install or update Nowledge Mem for Grok Build. Verify with nmem status and the Context Bundle or Working Memory check, then summarize what changed.", |
| 112 | + "promptZh": "读取 https://mem.nowledge.co/SKILL.md,按其中说明为 Grok Build 安装或更新 Nowledge Mem。用 nmem status 和 Context Bundle 或 Working Memory 检查验证结果,并总结你改了什么。" |
| 113 | + }, |
| 114 | + "docsUrl": "/docs/integrations/grok" |
| 115 | + }, |
| 116 | + "toolNaming": { |
| 117 | + "convention": "cli-direct", |
| 118 | + "note": "Grok Build loads the shared Claude-compatible plugin package; hook scripts detect Grok Build and call nmem with source_app=grok." |
| 119 | + }, |
| 120 | + "skills": ["read-working-memory", "search-memory", "distill-memory", "save-thread"], |
| 121 | + "slashCommands": ["/save", "/search", "/sum", "/status"] |
| 122 | + }, |
70 | 123 | { |
71 | 124 | "id": "copilot-cli", |
72 | 125 | "name": "Copilot CLI", |
|
732 | 785 | "name": "Hermes Agent", |
733 | 786 | "category": "coding", |
734 | 787 | "type": "plugin", |
735 | | - "version": "0.5.17", |
| 788 | + "version": "0.5.18", |
736 | 789 | "directory": "nowledge-mem-hermes", |
737 | 790 | "transport": "cli", |
738 | 791 | "capabilities": { |
|
0 commit comments