memoire-ai 0.6.5 → 0.6.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "memoire-ai",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "type": "module",
5
5
  "description": "Memoire CLI for installing and querying shared AI coding context",
6
6
  "license": "AGPL-3.0",
@@ -43,9 +43,9 @@
43
43
  "@memoire-ai/shared": "0.1.7"
44
44
  },
45
45
  "optionalDependencies": {
46
- "@memoire-ai/collector": "0.4.5",
46
+ "@memoire-ai/collector": "0.4.6",
47
47
  "@memoire-ai/dashboard": "0.1.0",
48
- "@memoire-ai/mcp-runtime": "0.2.2"
48
+ "@memoire-ai/mcp-runtime": "0.2.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^20.0.0",
@@ -110,7 +110,7 @@ These tools index docs on your machine — no cloud cost.
110
110
 
111
111
  | Tool | What it does |
112
112
  |------|-------------|
113
- | `grep_search` | Search all public GitHub repos for code patterns via grep.app no auth needed |
113
+ | `memoire_code_search` | Search public GitHub repos for code patterns. Tries grep.app first, falls back to GitHub CLI. |
114
114
 
115
115
  ## Tips
116
116