@geminilight/mindos 1.1.51 → 1.1.52
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/dist/agent/global-state.d.ts +13 -0
- package/dist/agent/global-state.d.ts.map +1 -1
- package/dist/agent/global-state.js +13 -0
- package/dist/agent/global-state.js.map +1 -1
- package/dist/agent/ledger/artifact-ledger.d.ts +84 -0
- package/dist/agent/ledger/artifact-ledger.d.ts.map +1 -0
- package/dist/agent/ledger/artifact-ledger.js +421 -0
- package/dist/agent/ledger/artifact-ledger.js.map +1 -0
- package/dist/agent/ledger/index.d.ts +1 -0
- package/dist/agent/ledger/index.d.ts.map +1 -1
- package/dist/agent/ledger/index.js +1 -0
- package/dist/agent/ledger/index.js.map +1 -1
- package/dist/agent/runtime/catalog.d.ts +97 -0
- package/dist/agent/runtime/catalog.d.ts.map +1 -0
- package/dist/agent/runtime/catalog.js +261 -0
- package/dist/agent/runtime/catalog.js.map +1 -0
- package/dist/agent/runtime/compatibility.d.ts.map +1 -1
- package/dist/agent/runtime/compatibility.js +13 -11
- package/dist/agent/runtime/compatibility.js.map +1 -1
- package/dist/agent/runtime/extension-manifest.d.ts +115 -0
- package/dist/agent/runtime/extension-manifest.d.ts.map +1 -0
- package/dist/agent/runtime/extension-manifest.js +383 -0
- package/dist/agent/runtime/extension-manifest.js.map +1 -0
- package/dist/agent/runtime/index.d.ts +2 -0
- package/dist/agent/runtime/index.d.ts.map +1 -1
- package/dist/agent/runtime/index.js +2 -0
- package/dist/agent/runtime/index.js.map +1 -1
- package/dist/agent/runtime/registry.d.ts +7 -2
- package/dist/agent/runtime/registry.d.ts.map +1 -1
- package/dist/agent/runtime/registry.js +16 -5
- package/dist/agent/runtime/registry.js.map +1 -1
- package/dist/protocols/acp/index.d.ts +3 -1
- package/dist/protocols/acp/index.d.ts.map +1 -1
- package/dist/protocols/acp/index.js +26 -24
- package/dist/protocols/acp/index.js.map +1 -1
- package/dist/protocols/acp/mcp-session-inheritance.d.ts +49 -0
- package/dist/protocols/acp/mcp-session-inheritance.d.ts.map +1 -0
- package/dist/protocols/acp/mcp-session-inheritance.js +162 -0
- package/dist/protocols/acp/mcp-session-inheritance.js.map +1 -0
- package/dist/protocols/acp/session.d.ts +5 -0
- package/dist/protocols/acp/session.d.ts.map +1 -1
- package/dist/protocols/acp/session.js +159 -4
- package/dist/protocols/acp/session.js.map +1 -1
- package/dist/protocols/acp/types.d.ts +7 -0
- package/dist/protocols/acp/types.d.ts.map +1 -1
- package/dist/protocols/acp/types.js.map +1 -1
- package/dist/server/handlers/agent-runtimes.d.ts.map +1 -1
- package/dist/server/handlers/agent-runtimes.js +7 -2
- package/dist/server/handlers/agent-runtimes.js.map +1 -1
- package/dist/server/handlers/runtime-artifact-projections.d.ts +14 -0
- package/dist/server/handlers/runtime-artifact-projections.d.ts.map +1 -1
- package/dist/server/handlers/runtime-artifact-projections.js +30 -7
- package/dist/server/handlers/runtime-artifact-projections.js.map +1 -1
- package/dist/server/handlers/runtime-readiness.d.ts +5 -3
- package/dist/server/handlers/runtime-readiness.d.ts.map +1 -1
- package/dist/server/handlers/runtime-readiness.js +63 -2
- package/dist/server/handlers/runtime-readiness.js.map +1 -1
- package/dist/server/handlers/runtime-session-projections.d.ts +7 -1
- package/dist/server/handlers/runtime-session-projections.d.ts.map +1 -1
- package/dist/server/handlers/runtime-session-projections.js +23 -0
- package/dist/server/handlers/runtime-session-projections.js.map +1 -1
- package/dist/server/http.js +4 -1
- package/dist/server/http.js.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geminilight/mindos",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.52",
|
|
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",
|
|
@@ -220,14 +220,14 @@
|
|
|
220
220
|
"zod": "^4.3.6"
|
|
221
221
|
},
|
|
222
222
|
"optionalDependencies": {
|
|
223
|
-
"@geminilight/mindos-darwin-arm64": "1.1.
|
|
224
|
-
"@geminilight/mindos-darwin-x64": "1.1.
|
|
225
|
-
"@geminilight/mindos-linux-arm64": "1.1.
|
|
226
|
-
"@geminilight/mindos-linux-arm64-musl": "1.1.
|
|
227
|
-
"@geminilight/mindos-linux-x64": "1.1.
|
|
228
|
-
"@geminilight/mindos-linux-x64-musl": "1.1.
|
|
229
|
-
"@geminilight/mindos-windows-arm64": "1.1.
|
|
230
|
-
"@geminilight/mindos-windows-x64": "1.1.
|
|
223
|
+
"@geminilight/mindos-darwin-arm64": "1.1.52",
|
|
224
|
+
"@geminilight/mindos-darwin-x64": "1.1.52",
|
|
225
|
+
"@geminilight/mindos-linux-arm64": "1.1.52",
|
|
226
|
+
"@geminilight/mindos-linux-arm64-musl": "1.1.52",
|
|
227
|
+
"@geminilight/mindos-linux-x64": "1.1.52",
|
|
228
|
+
"@geminilight/mindos-linux-x64-musl": "1.1.52",
|
|
229
|
+
"@geminilight/mindos-windows-arm64": "1.1.52",
|
|
230
|
+
"@geminilight/mindos-windows-x64": "1.1.52"
|
|
231
231
|
},
|
|
232
232
|
"devDependencies": {
|
|
233
233
|
"@agentclientprotocol/sdk": "^0.18.2",
|