@askexenow/exe-os 0.9.217 → 0.9.218

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.
@@ -618,8 +618,8 @@
618
618
  "0.9.12": {
619
619
  "version": "0.9.12",
620
620
  "releasedAt": "2026-06-03T00:00:00Z",
621
- "notes": "CRM P0 fix: strip billing types from GraphQL (blank dashboard), GoTrue login token flow, Lingui compiled, gateway schema in init-db, Metal GPU crash isolation, intercom completion messages.",
622
- "npmVersion": "0.9.199",
621
+ "notes": "14 bug fixes: daemon stability (async event loop), SQL guard, secret redaction, working memory, reactivate_behavior, CRM bridge fix, credential broker, gateway healthcheck fix.",
622
+ "npmVersion": "0.9.217",
623
623
  "breakingChanges": [],
624
624
  "services": {
625
625
  "crm": {
@@ -633,12 +633,12 @@
633
633
  "composeService": "exe-wiki"
634
634
  },
635
635
  "exe-os": {
636
- "image": "update.askexe.com/askexe/exe-os:v0.9.199",
636
+ "image": "update.askexe.com/askexe/exe-os:v0.9.217",
637
637
  "env": "EXE_OS_IMAGE_TAG",
638
638
  "composeService": "exe-os"
639
639
  },
640
640
  "gateway": {
641
- "image": "update.askexe.com/askexe/exe-gateway:v0.9.8",
641
+ "image": "update.askexe.com/askexe/exe-gateway:v0.9.9",
642
642
  "env": "GATEWAY_IMAGE_TAG",
643
643
  "composeService": "exe-gateway"
644
644
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-06-04T11:56:23.514Z",
3
+ "generatedAt": "2026-06-04T13:18:49.060Z",
4
4
  "hashes": {
5
5
  "bug-report-worker.js": "aa1a669cd1f8f5a82d6b2ea51d24c3d6ae40948270a423951191ffb7a6387d23",
6
6
  "codex-stop-task-finalizer.js": "66151c5071af6f71f0ae625514c24bee39907006c1dea782895d039c4e9c173f",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.217",
3
+ "version": "0.9.218",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -1,10 +1,11 @@
1
1
  {
2
- "current": "0.9.217",
2
+ "current": "0.9.218",
3
3
  "notes": {
4
- "0.9.217": {
5
- "version": "0.9.217",
4
+ "0.9.218": {
5
+ "version": "0.9.218",
6
6
  "date": "2026-06-04",
7
7
  "features": [
8
+ "add /v1/image-credentials broker + /v1/deploy-audits to api-gateway",
8
9
  "add reactivate_behavior MCP tool — reverses deactivation",
9
10
  "working memory — 5th cognition layer (runtime scratchpad)",
10
11
  "concept extraction + entity alias resolution for knowledge graph",
@@ -28,10 +29,10 @@
28
29
  "wire exe-erp into VPS stack (init-db, cloudflared, manifest, docs)",
29
30
  "consolidate registry.askexe.com → update.askexe.com as primary registry (#51)",
30
31
  "nginx /v2/ route for Docker registry proxy on update.askexe.com",
31
- "consolidate registry into update.askexe.com — license key = pull auth",
32
- "scale daemon heap to 25% of system RAM, support 10+ coordinators"
32
+ "consolidate registry into update.askexe.com — license key = pull auth"
33
33
  ],
34
34
  "fixes": [
35
+ "update stack manifest 0.9.12 with current image tags",
35
36
  "stop orphan reaper killing agent CLIs",
36
37
  "monitor-agent healthcheck path /agent → /app/beszel-agent",
37
38
  "improve session exit forensics",
@@ -55,8 +56,7 @@
55
56
  "add gateway tables to init-db.sql — prevents missing table on fresh deploys",
56
57
  "task test mock returns correct shape for createOrRefreshResumeTask",
57
58
  "embed RAM gate 16GB, paste-buffer -p, task dispatch repo + surfacing",
58
- "full shard schema parity with main DB",
59
- "ensure orchestration metrics CLI exits"
59
+ "full shard schema parity with main DB"
60
60
  ],
61
61
  "security": [
62
62
  "fix shell injection, SSRF, socket leaks, backup validation",
@@ -73,6 +73,7 @@
73
73
  "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
74
74
  ],
75
75
  "other": [
76
+ "bump to v0.9.218",
76
77
  "bump to v0.9.217",
77
78
  "bump to v0.9.216",
78
79
  "structured agent communication design — typed handoffs + message validation",
@@ -96,15 +97,15 @@
96
97
  "bump to v0.9.203",
97
98
  "capture orchestration measurement blind spots",
98
99
  "review push event orchestration roadmap",
99
- "add full 4-phase DB Authority roadmap to ARCHITECTURE.md",
100
- "update release-notes for v0.9.202 + remove stale lock file"
100
+ "add full 4-phase DB Authority roadmap to ARCHITECTURE.md"
101
101
  ],
102
102
  "migration_notes": []
103
103
  },
104
- "0.9.216": {
105
- "version": "0.9.216",
104
+ "0.9.217": {
105
+ "version": "0.9.217",
106
106
  "date": "2026-06-04",
107
107
  "features": [
108
+ "add reactivate_behavior MCP tool — reverses deactivation",
108
109
  "working memory — 5th cognition layer (runtime scratchpad)",
109
110
  "concept extraction + entity alias resolution for knowledge graph",
110
111
  "free license telemetry is mandatory, paid can opt out",
@@ -128,10 +129,13 @@
128
129
  "consolidate registry.askexe.com → update.askexe.com as primary registry (#51)",
129
130
  "nginx /v2/ route for Docker registry proxy on update.askexe.com",
130
131
  "consolidate registry into update.askexe.com — license key = pull auth",
131
- "scale daemon heap to 25% of system RAM, support 10+ coordinators",
132
- "add query expansion + benchmark results to retrieval platform procedure"
132
+ "scale daemon heap to 25% of system RAM, support 10+ coordinators"
133
133
  ],
134
134
  "fixes": [
135
+ "stop orphan reaper killing agent CLIs",
136
+ "monitor-agent healthcheck path /agent → /app/beszel-agent",
137
+ "improve session exit forensics",
138
+ "harden session-end daemon liveness probe",
135
139
  "daemon health check was always reporting dead — add /v1/ping",
136
140
  "close remaining orchestration bug gaps",
137
141
  "close orchestration support bug gaps",
@@ -152,11 +156,7 @@
152
156
  "task test mock returns correct shape for createOrRefreshResumeTask",
153
157
  "embed RAM gate 16GB, paste-buffer -p, task dispatch repo + surfacing",
154
158
  "full shard schema parity with main DB",
155
- "ensure orchestration metrics CLI exits",
156
- "database.ts import fixes for corrupt backup cleanup",
157
- "add keywords column to shard schema + cleanup corrupt DB backups",
158
- "add self_heal_restart to DaemonEvent type + orchestration event tracking",
159
- "shard circuit breaker, event loop self-healing, heap cap, intercom reason"
159
+ "ensure orchestration metrics CLI exits"
160
160
  ],
161
161
  "security": [
162
162
  "fix shell injection, SSRF, socket leaks, backup validation",
@@ -173,6 +173,7 @@
173
173
  "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
174
174
  ],
175
175
  "other": [
176
+ "bump to v0.9.217",
176
177
  "bump to v0.9.216",
177
178
  "structured agent communication design — typed handoffs + message validation",
178
179
  "bump to v0.9.215",
@@ -196,13 +197,12 @@
196
197
  "capture orchestration measurement blind spots",
197
198
  "review push event orchestration roadmap",
198
199
  "add full 4-phase DB Authority roadmap to ARCHITECTURE.md",
199
- "update release-notes for v0.9.202 + remove stale lock file",
200
- "bump to v0.9.202"
200
+ "update release-notes for v0.9.202 + remove stale lock file"
201
201
  ],
202
202
  "migration_notes": []
203
203
  },
204
- "0.9.215": {
205
- "version": "0.9.215",
204
+ "0.9.216": {
205
+ "version": "0.9.216",
206
206
  "date": "2026-06-04",
207
207
  "features": [
208
208
  "working memory — 5th cognition layer (runtime scratchpad)",
@@ -232,6 +232,7 @@
232
232
  "add query expansion + benchmark results to retrieval platform procedure"
233
233
  ],
234
234
  "fixes": [
235
+ "daemon health check was always reporting dead — add /v1/ping",
235
236
  "close remaining orchestration bug gaps",
236
237
  "close orchestration support bug gaps",
237
238
  "remove failed DB warmup workaround",
@@ -255,8 +256,7 @@
255
256
  "database.ts import fixes for corrupt backup cleanup",
256
257
  "add keywords column to shard schema + cleanup corrupt DB backups",
257
258
  "add self_heal_restart to DaemonEvent type + orchestration event tracking",
258
- "shard circuit breaker, event loop self-healing, heap cap, intercom reason",
259
- "add generate-hook-manifest to tsup entries — unblocks publish gate"
259
+ "shard circuit breaker, event loop self-healing, heap cap, intercom reason"
260
260
  ],
261
261
  "security": [
262
262
  "fix shell injection, SSRF, socket leaks, backup validation",
@@ -273,6 +273,7 @@
273
273
  "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
274
274
  ],
275
275
  "other": [
276
+ "bump to v0.9.216",
276
277
  "structured agent communication design — typed handoffs + message validation",
277
278
  "bump to v0.9.215",
278
279
  "orchestration primitives design — checkpoint/resume, fan-out/fan-in, trace viewer",
@@ -296,15 +297,16 @@
296
297
  "review push event orchestration roadmap",
297
298
  "add full 4-phase DB Authority roadmap to ARCHITECTURE.md",
298
299
  "update release-notes for v0.9.202 + remove stale lock file",
299
- "bump to v0.9.202",
300
- "bump to v0.9.201"
300
+ "bump to v0.9.202"
301
301
  ],
302
302
  "migration_notes": []
303
303
  },
304
- "0.9.214": {
305
- "version": "0.9.214",
304
+ "0.9.215": {
305
+ "version": "0.9.215",
306
306
  "date": "2026-06-04",
307
307
  "features": [
308
+ "working memory — 5th cognition layer (runtime scratchpad)",
309
+ "concept extraction + entity alias resolution for knowledge graph",
308
310
  "free license telemetry is mandatory, paid can opt out",
309
311
  "add mcp-sessions CLI — rich status table for running sessions",
310
312
  "5-minute telemetry batching + per-tool-call usage in payload",
@@ -327,11 +329,11 @@
327
329
  "nginx /v2/ route for Docker registry proxy on update.askexe.com",
328
330
  "consolidate registry into update.askexe.com — license key = pull auth",
329
331
  "scale daemon heap to 25% of system RAM, support 10+ coordinators",
330
- "add query expansion + benchmark results to retrieval platform procedure",
331
- "3-mode BEAM benchmark — FTS vs FTS+Graph vs Hybrid",
332
- "wire update.askexe.com — billing schema + non-fatal image credentials"
332
+ "add query expansion + benchmark results to retrieval platform procedure"
333
333
  ],
334
334
  "fixes": [
335
+ "close remaining orchestration bug gaps",
336
+ "close orchestration support bug gaps",
335
337
  "remove failed DB warmup workaround",
336
338
  "trace daemon timers and async tmux session checks",
337
339
  "add scope comment to DB warmup task query (readiness gate)",
@@ -354,9 +356,7 @@
354
356
  "add keywords column to shard schema + cleanup corrupt DB backups",
355
357
  "add self_heal_restart to DaemonEvent type + orchestration event tracking",
356
358
  "shard circuit breaker, event loop self-healing, heap cap, intercom reason",
357
- "add generate-hook-manifest to tsup entries — unblocks publish gate",
358
- "remove unused cleanupExpiredJars import — fixes TS6133 blocking publish",
359
- "remove dead actualRuntime variable — fixes TS6133 blocking publish"
359
+ "add generate-hook-manifest to tsup entries — unblocks publish gate"
360
360
  ],
361
361
  "security": [
362
362
  "fix shell injection, SSRF, socket leaks, backup validation",
@@ -373,6 +373,9 @@
373
373
  "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
374
374
  ],
375
375
  "other": [
376
+ "structured agent communication design — typed handoffs + message validation",
377
+ "bump to v0.9.215",
378
+ "orchestration primitives design — checkpoint/resume, fan-out/fan-in, trace viewer",
376
379
  "bump to v0.9.214",
377
380
  "bump to v0.9.213",
378
381
  "bump to v0.9.212",
@@ -394,16 +397,13 @@
394
397
  "add full 4-phase DB Authority roadmap to ARCHITECTURE.md",
395
398
  "update release-notes for v0.9.202 + remove stale lock file",
396
399
  "bump to v0.9.202",
397
- "bump to v0.9.201",
398
- "bump to v0.9.200",
399
- "design orchestration measurement baseline",
400
- "capture tmux hardening path"
400
+ "bump to v0.9.201"
401
401
  ],
402
402
  "migration_notes": []
403
403
  },
404
- "0.9.212": {
405
- "version": "0.9.212",
406
- "date": "2026-06-03",
404
+ "0.9.214": {
405
+ "version": "0.9.214",
406
+ "date": "2026-06-04",
407
407
  "features": [
408
408
  "free license telemetry is mandatory, paid can opt out",
409
409
  "add mcp-sessions CLI — rich status table for running sessions",
@@ -432,6 +432,10 @@
432
432
  "wire update.askexe.com — billing schema + non-fatal image credentials"
433
433
  ],
434
434
  "fixes": [
435
+ "remove failed DB warmup workaround",
436
+ "trace daemon timers and async tmux session checks",
437
+ "add scope comment to DB warmup task query (readiness gate)",
438
+ "add DB warmup at boot+5s to prevent 15s block on first query",
435
439
  "move DB memory count query to slow path — fast path is cache-only",
436
440
  "split agent stats into fast path (60s) + slow path (10m)",
437
441
  "defer agent stats first tick + async file write",
@@ -452,11 +456,7 @@
452
456
  "shard circuit breaker, event loop self-healing, heap cap, intercom reason",
453
457
  "add generate-hook-manifest to tsup entries — unblocks publish gate",
454
458
  "remove unused cleanupExpiredJars import — fixes TS6133 blocking publish",
455
- "remove dead actualRuntime variable — fixes TS6133 blocking publish",
456
- "isolate Metal/GPU ops in worker process — reranker dispose crash was killing daemon",
457
- "remove remaining /exe-intercom invocations + update tests",
458
- "replace /exe-intercom skill invocation with plain text prompt",
459
- "remove ALL --strict-mcp-config usage — was blocking /exe-intercom in session MCP config too"
459
+ "remove dead actualRuntime variable — fixes TS6133 blocking publish"
460
460
  ],
461
461
  "security": [
462
462
  "fix shell injection, SSRF, socket leaks, backup validation",
@@ -473,6 +473,8 @@
473
473
  "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
474
474
  ],
475
475
  "other": [
476
+ "bump to v0.9.214",
477
+ "bump to v0.9.213",
476
478
  "bump to v0.9.212",
477
479
  "bump to v0.9.211",
478
480
  "bump to v0.9.210",
@@ -495,9 +497,7 @@
495
497
  "bump to v0.9.201",
496
498
  "bump to v0.9.200",
497
499
  "design orchestration measurement baseline",
498
- "capture tmux hardening path",
499
- "add orchestration counterargument",
500
- "audit tmux orchestration architecture"
500
+ "capture tmux hardening path"
501
501
  ],
502
502
  "migration_notes": []
503
503
  }