@monoes/monomindcli 2.15.0 → 2.15.2

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": "@monoes/monomindcli",
3
- "version": "2.15.0",
3
+ "version": "2.15.2",
4
4
  "type": "module",
5
5
  "description": "CLI engine for Monomind — an open-source MCP server for Claude Code, OpenCode, Antigravity, Kimi Code, and Codex, with a codebase knowledge graph (tree-sitter + SQLite), persistent memory, multi-agent task coordination, and session hooks. Apache 2.0 licensed. See https://github.com/monoes/monomind/blob/main/doc/privacy.md for what leaves your machine and when.",
6
6
  "main": "dist/src/index.js",
@@ -96,8 +96,8 @@
96
96
  "@firecrawl/pdf-inspector": "^1.12.0",
97
97
  "ws": "^8.21.0",
98
98
  "zod": "^4.0.0",
99
- "@monoes/monobrowse": "1.0.14",
100
- "@monoes/monodesign": "1.2.13",
99
+ "@monoes/monobrowse": "1.0.16",
100
+ "@monoes/monodesign": "1.2.16",
101
101
  "@monoes/monograph": "1.6.8"
102
102
  },
103
103
  "optionalDependencies": {
@@ -119,10 +119,10 @@
119
119
  "@huggingface/transformers": "^4.3.0",
120
120
  "@opencode-ai/sdk": "^1.18.15",
121
121
  "sql.js": "^1.14.1",
122
- "@monoes/memory": "1.0.19",
123
122
  "@monoes/hooks": "1.0.10",
124
123
  "@monoes/mcp": "1.0.6",
125
124
  "@monoes/routing": "1.0.7",
125
+ "@monoes/memory": "1.0.19",
126
126
  "monofence-ai": "1.0.5"
127
127
  },
128
128
  "publishConfig": {