@geminilight/mindos 1.0.29 → 1.1.3

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 (94) hide show
  1. package/README_zh.md +3 -3
  2. package/dist/agent-runtime/claude-code-cli.d.ts +1 -1
  3. package/dist/agent-runtime/claude-code-cli.d.ts.map +1 -1
  4. package/dist/agent-runtime/claude-code-cli.js +7 -6
  5. package/dist/agent-runtime/claude-code-cli.js.map +1 -1
  6. package/dist/agent-runtime/claude-code-sdk.d.ts +17 -0
  7. package/dist/agent-runtime/claude-code-sdk.d.ts.map +1 -1
  8. package/dist/agent-runtime/claude-code-sdk.js +145 -7
  9. package/dist/agent-runtime/claude-code-sdk.js.map +1 -1
  10. package/dist/agent-runtime/codex-app-server.d.ts +7 -4
  11. package/dist/agent-runtime/codex-app-server.d.ts.map +1 -1
  12. package/dist/agent-runtime/codex-app-server.js +18 -16
  13. package/dist/agent-runtime/codex-app-server.js.map +1 -1
  14. package/dist/agent-runtime/codex-env.d.ts +41 -0
  15. package/dist/agent-runtime/codex-env.d.ts.map +1 -0
  16. package/dist/agent-runtime/codex-env.js +278 -0
  17. package/dist/agent-runtime/codex-env.js.map +1 -0
  18. package/dist/agent-runtime/index.d.ts +2 -0
  19. package/dist/agent-runtime/index.d.ts.map +1 -1
  20. package/dist/agent-runtime/index.js +2 -0
  21. package/dist/agent-runtime/index.js.map +1 -1
  22. package/dist/agent-runtime/run.d.ts +7 -0
  23. package/dist/agent-runtime/run.d.ts.map +1 -1
  24. package/dist/agent-runtime/run.js +229 -42
  25. package/dist/agent-runtime/run.js.map +1 -1
  26. package/dist/agent-runtime/runtime-env.d.ts +28 -0
  27. package/dist/agent-runtime/runtime-env.d.ts.map +1 -0
  28. package/dist/agent-runtime/runtime-env.js +66 -0
  29. package/dist/agent-runtime/runtime-env.js.map +1 -0
  30. package/dist/client.d.ts +0 -1
  31. package/dist/client.d.ts.map +1 -1
  32. package/dist/client.js.map +1 -1
  33. package/dist/knowledge/audit/index.d.ts +4 -0
  34. package/dist/knowledge/audit/index.d.ts.map +1 -1
  35. package/dist/knowledge/audit/index.js +92 -8
  36. package/dist/knowledge/audit/index.js.map +1 -1
  37. package/dist/protocols/acp/agent-descriptors.js +7 -1
  38. package/dist/protocols/acp/agent-descriptors.js.map +1 -1
  39. package/dist/protocols/acp/index.js +10 -10
  40. package/dist/protocols/acp/subprocess.d.ts +1 -1
  41. package/dist/protocols/acp/subprocess.d.ts.map +1 -1
  42. package/dist/protocols/acp/subprocess.js +3 -3
  43. package/dist/protocols/acp/subprocess.js.map +1 -1
  44. package/dist/server/contract.d.ts.map +1 -1
  45. package/dist/server/contract.js +2 -0
  46. package/dist/server/contract.js.map +1 -1
  47. package/dist/server/handlers/a2a.d.ts +7 -0
  48. package/dist/server/handlers/a2a.d.ts.map +1 -1
  49. package/dist/server/handlers/a2a.js +5 -1
  50. package/dist/server/handlers/a2a.js.map +1 -1
  51. package/dist/server/handlers/agent-capabilities.d.ts +60 -0
  52. package/dist/server/handlers/agent-capabilities.d.ts.map +1 -0
  53. package/dist/server/handlers/agent-capabilities.js +178 -0
  54. package/dist/server/handlers/agent-capabilities.js.map +1 -0
  55. package/dist/server/handlers/agent-runtime-codex.d.ts +3 -0
  56. package/dist/server/handlers/agent-runtime-codex.d.ts.map +1 -1
  57. package/dist/server/handlers/agent-runtime-codex.js +33 -5
  58. package/dist/server/handlers/agent-runtime-codex.js.map +1 -1
  59. package/dist/server/handlers/agent-runtimes.d.ts +10 -0
  60. package/dist/server/handlers/agent-runtimes.d.ts.map +1 -1
  61. package/dist/server/handlers/agent-runtimes.js +111 -89
  62. package/dist/server/handlers/agent-runtimes.js.map +1 -1
  63. package/dist/server/handlers/im-activity.d.ts.map +1 -1
  64. package/dist/server/handlers/im-activity.js +26 -1
  65. package/dist/server/handlers/im-activity.js.map +1 -1
  66. package/dist/server/handlers/mcp-status.d.ts +7 -1
  67. package/dist/server/handlers/mcp-status.d.ts.map +1 -1
  68. package/dist/server/handlers/mcp-status.js +14 -1
  69. package/dist/server/handlers/mcp-status.js.map +1 -1
  70. package/dist/server/handlers/settings.d.ts +3 -0
  71. package/dist/server/handlers/settings.d.ts.map +1 -1
  72. package/dist/server/handlers/settings.js +5 -0
  73. package/dist/server/handlers/settings.js.map +1 -1
  74. package/dist/server/http.js +5 -1
  75. package/dist/server/http.js.map +1 -1
  76. package/dist/server/index.d.ts +3 -2
  77. package/dist/server/index.d.ts.map +1 -1
  78. package/dist/server/index.js +3 -2
  79. package/dist/server/index.js.map +1 -1
  80. package/dist/server/route-ownership.d.ts.map +1 -1
  81. package/dist/server/route-ownership.js +3 -0
  82. package/dist/server/route-ownership.js.map +1 -1
  83. package/dist/server/runtime.d.ts +1 -0
  84. package/dist/server/runtime.d.ts.map +1 -1
  85. package/dist/server/runtime.js.map +1 -1
  86. package/dist/session/index.d.ts +2 -0
  87. package/dist/session/index.d.ts.map +1 -1
  88. package/dist/session/index.js +47 -12
  89. package/dist/session/index.js.map +1 -1
  90. package/dist/session/redaction.d.ts +3 -0
  91. package/dist/session/redaction.d.ts.map +1 -0
  92. package/dist/session/redaction.js +47 -0
  93. package/dist/session/redaction.js.map +1 -0
  94. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminilight/mindos",
3
- "version": "1.0.29",
3
+ "version": "1.1.3",
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",
@@ -115,7 +115,6 @@
115
115
  "build:platform-packages": "node ../../scripts/build-platform-packages.mjs"
116
116
  },
117
117
  "dependencies": {
118
- "@anthropic-ai/claude-agent-sdk": "0.3.170",
119
118
  "@anthropic-ai/sdk": "^0.93.0",
120
119
  "@modelcontextprotocol/sdk": "^1.29.0",
121
120
  "chokidar": "^4.0.3",
@@ -124,17 +123,18 @@
124
123
  "zod": "^4.3.6"
125
124
  },
126
125
  "optionalDependencies": {
127
- "@geminilight/mindos-darwin-arm64": "1.0.29",
128
- "@geminilight/mindos-darwin-x64": "1.0.29",
129
- "@geminilight/mindos-linux-arm64": "1.0.29",
130
- "@geminilight/mindos-linux-arm64-musl": "1.0.29",
131
- "@geminilight/mindos-linux-x64": "1.0.29",
132
- "@geminilight/mindos-linux-x64-musl": "1.0.29",
133
- "@geminilight/mindos-windows-arm64": "1.0.29",
134
- "@geminilight/mindos-windows-x64": "1.0.29"
126
+ "@geminilight/mindos-darwin-arm64": "1.1.3",
127
+ "@geminilight/mindos-darwin-x64": "1.1.3",
128
+ "@geminilight/mindos-linux-arm64": "1.1.3",
129
+ "@geminilight/mindos-linux-arm64-musl": "1.1.3",
130
+ "@geminilight/mindos-linux-x64": "1.1.3",
131
+ "@geminilight/mindos-linux-x64-musl": "1.1.3",
132
+ "@geminilight/mindos-windows-arm64": "1.1.3",
133
+ "@geminilight/mindos-windows-x64": "1.1.3"
135
134
  },
136
135
  "devDependencies": {
137
136
  "@agentclientprotocol/sdk": "^0.18.2",
137
+ "@anthropic-ai/claude-agent-sdk": "0.3.170",
138
138
  "@earendil-works/pi-coding-agent": "0.78.1",
139
139
  "@types/node": "^22.10.5",
140
140
  "esbuild": "^0.25.0",