@geminilight/mindos 1.1.52 → 1.1.53
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/bridges/runtime-permission-bridge.d.ts +9 -6
- package/dist/agent/bridges/runtime-permission-bridge.d.ts.map +1 -1
- package/dist/agent/bridges/runtime-permission-bridge.js +48 -37
- package/dist/agent/bridges/runtime-permission-bridge.js.map +1 -1
- package/dist/agent/mindos-pi/permission/policy.d.ts +2 -1
- package/dist/agent/mindos-pi/permission/policy.d.ts.map +1 -1
- package/dist/agent/mindos-pi/permission/policy.js +3 -3
- package/dist/agent/mindos-pi/permission/policy.js.map +1 -1
- package/dist/agent/runtime/adapter-contracts.d.ts.map +1 -1
- package/dist/agent/runtime/adapter-contracts.js +38 -0
- package/dist/agent/runtime/adapter-contracts.js.map +1 -1
- package/dist/agent/runtime/adapter-output.d.ts +6 -0
- package/dist/agent/runtime/adapter-output.d.ts.map +1 -0
- package/dist/agent/runtime/adapter-output.js +48 -0
- package/dist/agent/runtime/adapter-output.js.map +1 -0
- package/dist/agent/runtime/capabilities.d.ts +2 -1
- package/dist/agent/runtime/capabilities.d.ts.map +1 -1
- package/dist/agent/runtime/capabilities.js +7 -0
- package/dist/agent/runtime/capabilities.js.map +1 -1
- package/dist/agent/runtime/descriptors.d.ts.map +1 -1
- package/dist/agent/runtime/descriptors.js +4 -3
- package/dist/agent/runtime/descriptors.js.map +1 -1
- package/dist/agent/runtime/detection.d.ts.map +1 -1
- package/dist/agent/runtime/detection.js +57 -0
- package/dist/agent/runtime/detection.js.map +1 -1
- package/dist/agent/runtime/registry.d.ts +14 -1
- package/dist/agent/runtime/registry.d.ts.map +1 -1
- package/dist/agent/runtime/registry.js.map +1 -1
- package/dist/agent/runtime/run.d.ts +1 -1
- package/dist/agent/runtime/run.d.ts.map +1 -1
- package/dist/agent/turn/index.d.ts +22 -7
- package/dist/agent/turn/index.d.ts.map +1 -1
- package/dist/agent/turn/index.js +51 -2
- package/dist/agent/turn/index.js.map +1 -1
- package/dist/protocols/acp/agent-descriptors.d.ts +2 -1
- package/dist/protocols/acp/agent-descriptors.d.ts.map +1 -1
- package/dist/protocols/acp/agent-descriptors.js +89 -11
- package/dist/protocols/acp/agent-descriptors.js.map +1 -1
- package/dist/protocols/acp/detect-local.d.ts.map +1 -1
- package/dist/protocols/acp/detect-local.js +6 -4
- package/dist/protocols/acp/detect-local.js.map +1 -1
- package/dist/protocols/acp/handshake-health.d.ts +63 -0
- package/dist/protocols/acp/handshake-health.d.ts.map +1 -0
- package/dist/protocols/acp/handshake-health.js +113 -0
- package/dist/protocols/acp/handshake-health.js.map +1 -0
- 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 +28 -28
- package/dist/protocols/acp/index.js.map +1 -1
- package/dist/protocols/acp/mcp-session-inheritance.d.ts +1 -0
- package/dist/protocols/acp/mcp-session-inheritance.d.ts.map +1 -1
- package/dist/protocols/acp/mcp-session-inheritance.js +14 -3
- package/dist/protocols/acp/mcp-session-inheritance.js.map +1 -1
- package/dist/protocols/acp/session.d.ts +3 -1
- package/dist/protocols/acp/session.d.ts.map +1 -1
- package/dist/protocols/acp/session.js +113 -10
- package/dist/protocols/acp/session.js.map +1 -1
- package/dist/protocols/acp/subprocess.d.ts +9 -2
- package/dist/protocols/acp/subprocess.d.ts.map +1 -1
- package/dist/protocols/acp/subprocess.js +149 -31
- package/dist/protocols/acp/subprocess.js.map +1 -1
- package/dist/protocols/acp/types.d.ts +15 -1
- package/dist/protocols/acp/types.d.ts.map +1 -1
- package/dist/protocols/acp/types.js +3 -0
- package/dist/protocols/acp/types.js.map +1 -1
- package/dist/server/contract.d.ts.map +1 -1
- package/dist/server/contract.js +5 -0
- package/dist/server/contract.js.map +1 -1
- package/dist/server/handlers/agent-turn.js +18 -3
- package/dist/server/handlers/agent-turn.js.map +1 -1
- package/dist/server/handlers/runtime-adapter-projections.d.ts +33 -2
- package/dist/server/handlers/runtime-adapter-projections.d.ts.map +1 -1
- package/dist/server/handlers/runtime-adapter-projections.js +117 -15
- package/dist/server/handlers/runtime-adapter-projections.js.map +1 -1
- package/dist/server/handlers/runtime-artifact-projections.d.ts +7 -0
- package/dist/server/handlers/runtime-artifact-projections.d.ts.map +1 -1
- package/dist/server/handlers/runtime-artifact-projections.js +7 -0
- package/dist/server/handlers/runtime-artifact-projections.js.map +1 -1
- package/dist/server/handlers/runtime-control-plane.d.ts +168 -0
- package/dist/server/handlers/runtime-control-plane.d.ts.map +1 -0
- package/dist/server/handlers/runtime-control-plane.js +520 -0
- package/dist/server/handlers/runtime-control-plane.js.map +1 -0
- package/dist/server/handlers/runtime-extensions.d.ts +92 -0
- package/dist/server/handlers/runtime-extensions.d.ts.map +1 -0
- package/dist/server/handlers/runtime-extensions.js +405 -0
- package/dist/server/handlers/runtime-extensions.js.map +1 -0
- package/dist/server/handlers/runtime-readiness.d.ts +9 -1
- package/dist/server/handlers/runtime-readiness.d.ts.map +1 -1
- package/dist/server/handlers/runtime-readiness.js +11 -1
- package/dist/server/handlers/runtime-readiness.js.map +1 -1
- package/dist/server/http.d.ts.map +1 -1
- package/dist/server/http.js +25 -0
- package/dist/server/http.js.map +1 -1
- package/dist/server/index.d.ts +2 -0
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +2 -0
- package/dist/server/index.js.map +1 -1
- package/dist/server/route-ownership.d.ts.map +1 -1
- package/dist/server/route-ownership.js +5 -0
- package/dist/server/route-ownership.js.map +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geminilight/mindos",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.53",
|
|
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,17 +220,17 @@
|
|
|
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.53",
|
|
224
|
+
"@geminilight/mindos-darwin-x64": "1.1.53",
|
|
225
|
+
"@geminilight/mindos-linux-arm64": "1.1.53",
|
|
226
|
+
"@geminilight/mindos-linux-arm64-musl": "1.1.53",
|
|
227
|
+
"@geminilight/mindos-linux-x64": "1.1.53",
|
|
228
|
+
"@geminilight/mindos-linux-x64-musl": "1.1.53",
|
|
229
|
+
"@geminilight/mindos-windows-arm64": "1.1.53",
|
|
230
|
+
"@geminilight/mindos-windows-x64": "1.1.53"
|
|
231
231
|
},
|
|
232
232
|
"devDependencies": {
|
|
233
|
-
"@agentclientprotocol/sdk": "^0.
|
|
233
|
+
"@agentclientprotocol/sdk": "^1.0.0",
|
|
234
234
|
"@anthropic-ai/claude-agent-sdk": "0.3.170",
|
|
235
235
|
"@earendil-works/pi-agent-core": "0.78.1",
|
|
236
236
|
"@earendil-works/pi-coding-agent": "0.78.1",
|