@geminilight/mindos 1.1.57 → 1.1.59

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.
Files changed (1) hide show
  1. package/package.json +13 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminilight/mindos",
3
- "version": "1.1.57",
3
+ "version": "1.1.59",
4
4
  "description": "MindOS — Human-Agent Collaborative Mind System. Local-first knowledge base that syncs your mind to all AI Agents via MCP.",
5
5
  "keywords": [
6
6
  "mindos",
@@ -177,6 +177,10 @@
177
177
  "types": "./dist/knowledge.d.ts",
178
178
  "import": "./dist/knowledge.js"
179
179
  },
180
+ "./intelligence": {
181
+ "types": "./dist/intelligence.d.ts",
182
+ "import": "./dist/intelligence.js"
183
+ },
180
184
  "./retrieval": {
181
185
  "types": "./dist/retrieval.d.ts",
182
186
  "import": "./dist/retrieval.js"
@@ -220,14 +224,14 @@
220
224
  "zod": "^4.3.6"
221
225
  },
222
226
  "optionalDependencies": {
223
- "@geminilight/mindos-darwin-arm64": "1.1.57",
224
- "@geminilight/mindos-darwin-x64": "1.1.57",
225
- "@geminilight/mindos-linux-arm64": "1.1.57",
226
- "@geminilight/mindos-linux-arm64-musl": "1.1.57",
227
- "@geminilight/mindos-linux-x64": "1.1.57",
228
- "@geminilight/mindos-linux-x64-musl": "1.1.57",
229
- "@geminilight/mindos-windows-arm64": "1.1.57",
230
- "@geminilight/mindos-windows-x64": "1.1.57"
227
+ "@geminilight/mindos-darwin-arm64": "1.1.59",
228
+ "@geminilight/mindos-darwin-x64": "1.1.59",
229
+ "@geminilight/mindos-linux-arm64": "1.1.59",
230
+ "@geminilight/mindos-linux-arm64-musl": "1.1.59",
231
+ "@geminilight/mindos-linux-x64": "1.1.59",
232
+ "@geminilight/mindos-linux-x64-musl": "1.1.59",
233
+ "@geminilight/mindos-windows-arm64": "1.1.59",
234
+ "@geminilight/mindos-windows-x64": "1.1.59"
231
235
  },
232
236
  "devDependencies": {
233
237
  "@agentclientprotocol/sdk": "^1.0.0",