@kalera/munin-gemini 1.0.4 → 1.0.6

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @kalera/munin-gemini@1.0.4 build /home/runner/work/munin-for-agents/munin-for-agents/adapters/gemini
2
+ > @kalera/munin-gemini@1.0.6 build /home/runner/work/munin-for-agents/munin-for-agents/adapters/gemini
3
3
  > tsc -p tsconfig.json
4
4
 
@@ -2,7 +2,7 @@
2
2
  "name": "kalera-munin",
3
3
  "version": "1.0.4",
4
4
  "description": "Kalera Munin - Long-Term Memory with GraphRAG Context Cores for Gemini CLI",
5
- "topics": ["memory", "agent", "kalera", "context", "mcp"],
5
+ "topics": ["memory", "agent", "kalera", "context", "mcp", "gemini-cli-extension"],
6
6
  "permissions": {
7
7
  "env": [
8
8
  "MUNIN_PROJECT",
@@ -24,7 +24,7 @@
24
24
  "mcpServers": {
25
25
  "munin-mcp": {
26
26
  "command": "npx",
27
- "args": ["-y", "@kalera/munin-gemini@latest", "mcp"]
27
+ "args": ["-y", "@kalera/munin-gemini@latest", "mcp", "gemini-cli-extension"]
28
28
  }
29
29
  }
30
30
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@kalera/munin-gemini",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "munin-gemini": "dist/cli.js"
7
7
  },
8
8
  "dependencies": {
9
- "@kalera/munin-sdk": "1.0.4",
10
- "@kalera/munin-runtime": "1.0.4"
9
+ "@kalera/munin-runtime": "1.0.6",
10
+ "@kalera/munin-sdk": "1.0.6"
11
11
  },
12
12
  "devDependencies": {
13
13
  "typescript": "^5.9.2"