@monoes/monomindcli 2.16.9 → 2.16.10

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.16.9",
3
+ "version": "2.16.10",
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",
@@ -98,8 +98,8 @@
98
98
  "ws": "^8.21.0",
99
99
  "zod": "^4.0.0",
100
100
  "@monoes/monobrowse": "1.0.24",
101
- "@monoes/monograph": "1.6.11",
102
- "@monoes/monodesign": "1.2.18"
101
+ "@monoes/monodesign": "1.2.18",
102
+ "@monoes/monograph": "1.6.11"
103
103
  },
104
104
  "optionalDependencies": {
105
105
  "@ai-sdk/alibaba": "^2.0.34",
@@ -120,11 +120,11 @@
120
120
  "@huggingface/transformers": "^4.3.0",
121
121
  "@opencode-ai/sdk": "^1.18.15",
122
122
  "sql.js": "^1.14.1",
123
+ "@monoes/memory": "1.0.20",
123
124
  "@monoes/hooks": "1.0.10",
124
125
  "@monoes/mcp": "1.0.6",
125
- "@monoes/memory": "1.0.20",
126
- "monofence-ai": "1.0.6",
127
- "@monoes/routing": "1.1.1"
126
+ "@monoes/routing": "1.1.1",
127
+ "monofence-ai": "1.0.6"
128
128
  },
129
129
  "publishConfig": {
130
130
  "access": "public",