@geminilight/mindos 1.1.40 → 1.1.41

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.
@@ -25,7 +25,7 @@ export const MINDOS_WEB_API_ROUTE_OWNERSHIP = [
25
25
  migrated('/api/agent-activity'),
26
26
  host('/api/agent-runs', 'Agent run timeline state is currently stored in the Web host ledger and should stay classified until Product Server owns run persistence.', 'medium'),
27
27
  host('/api/agent-runs/stream', 'Agent run timeline streaming subscribes to the Web host in-process ledger and must stay host-owned until Product Server owns run persistence and event fanout.', 'medium'),
28
- host('/api/assistant-runs', 'Assistant run execution currently resolves Web-owned runners and writes the Web host agent run ledger; Product Server owns the profile registry only until Runtime Context and Schedule persistence are promoted.', 'medium'),
28
+ host('/api/assistant-runs', 'Assistant run execution currently normalizes assistant requests and delegates into the Web Ask runner; Product Server owns the profile registry only until Runtime Context and Schedule persistence are promoted.', 'medium'),
29
29
  migrated('/api/assistants', 'medium'),
30
30
  migrated('/api/agent-runtimes', 'medium'),
31
31
  migrated('/api/agent-runtimes/codex/threads', 'medium'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geminilight/mindos",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
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",
@@ -236,14 +236,14 @@
236
236
  "zod": "^4.3.6"
237
237
  },
238
238
  "optionalDependencies": {
239
- "@geminilight/mindos-darwin-arm64": "1.1.40",
240
- "@geminilight/mindos-darwin-x64": "1.1.40",
241
- "@geminilight/mindos-linux-arm64": "1.1.40",
242
- "@geminilight/mindos-linux-arm64-musl": "1.1.40",
243
- "@geminilight/mindos-linux-x64": "1.1.40",
244
- "@geminilight/mindos-linux-x64-musl": "1.1.40",
245
- "@geminilight/mindos-windows-arm64": "1.1.40",
246
- "@geminilight/mindos-windows-x64": "1.1.40"
239
+ "@geminilight/mindos-darwin-arm64": "1.1.41",
240
+ "@geminilight/mindos-darwin-x64": "1.1.41",
241
+ "@geminilight/mindos-linux-arm64": "1.1.41",
242
+ "@geminilight/mindos-linux-arm64-musl": "1.1.41",
243
+ "@geminilight/mindos-linux-x64": "1.1.41",
244
+ "@geminilight/mindos-linux-x64-musl": "1.1.41",
245
+ "@geminilight/mindos-windows-arm64": "1.1.41",
246
+ "@geminilight/mindos-windows-x64": "1.1.41"
247
247
  },
248
248
  "devDependencies": {
249
249
  "@agentclientprotocol/sdk": "^0.18.2",