@askexenow/exe-os 0.9.284 → 0.9.286
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/deploy/compose/docker-compose.yml +4 -4
- package/deploy/stack-manifests/v0.9.json +1 -1
- package/dist/bin/exe-doctor.js +1 -1
- package/dist/bin/exe-support.js +1 -1
- package/dist/bin/stack-update.js +2 -2
- package/dist/bin/vps-health-gate.js +1 -1
- package/dist/chunk-JUVZX5J5.js +369 -0
- package/dist/chunk-MOTE4CFR.js +14219 -0
- package/dist/chunk-QIUMIWUA.js +230 -0
- package/dist/chunk-UBDC4K7P.js +230 -0
- package/dist/chunk-XENDLEP5.js +1929 -0
- package/dist/chunk-XNVX6XNW.js +1921 -0
- package/dist/chunk-ZKM6XX4N.js +1076 -0
- package/dist/hooks/manifest.json +3 -3
- package/dist/hooks/prompt-submit.js +1 -1
- package/dist/hooks/session-start.js +1 -1
- package/dist/mcp/register-tools.js +3 -3
- package/dist/mcp/server.js +3 -3
- package/dist/stack-update-I2DMZ6QL.js +76 -0
- package/dist/stack-update-KOZLMLEI.js +76 -0
- package/dist/support-outbox-P3RIIA4L.js +503 -0
- package/package.json +1 -1
- package/release-notes.json +74 -73
package/release-notes.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.286",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
6
|
-
"date": "2026-06-
|
|
4
|
+
"0.9.286": {
|
|
5
|
+
"version": "0.9.286",
|
|
6
|
+
"date": "2026-06-18",
|
|
7
7
|
"features": [
|
|
8
|
+
"add image availability + platform verification to deploy gate",
|
|
8
9
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
9
10
|
"admin backfill endpoint for api_key_hash — fixes all encrypted keys",
|
|
10
11
|
"implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
|
|
@@ -28,10 +29,17 @@
|
|
|
28
29
|
"emotional baselines per agent role (dbfbe67f) (#131)",
|
|
29
30
|
"split exe-os into server (~200MB) and worker (~1GB) images (#130)",
|
|
30
31
|
"out-of-process socket watchdog (c3b287cc) (#129)",
|
|
31
|
-
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
32
|
-
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
32
|
+
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
33
33
|
],
|
|
34
34
|
"fixes": [
|
|
35
|
+
"exe-erp v0.2.0-final8 with socketio.js + realtime/ baked in",
|
|
36
|
+
"erp-nginx backend IP .32 (not .28, taken by erp-queue)",
|
|
37
|
+
"unique frontend IPs — auth 10.43.0.35, erp-nginx 10.43.0.28 (no collisions)",
|
|
38
|
+
"frontend subnet 10.43.0.x (not 10.42.1.x) for erp-nginx + auth",
|
|
39
|
+
"erp-nginx port 8000→80 (nginx listens on 80, not 8000) + fix frontend subnet",
|
|
40
|
+
"ERP_PORT→ERP_API_PORT + port :80→:8000 + CRM version in test (bug 23ee1ab2)",
|
|
41
|
+
"lift rate limits — resolve merge conflicts",
|
|
42
|
+
"lift rate limits on bug/feature filing — every report matters",
|
|
35
43
|
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
36
44
|
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
37
45
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
@@ -48,18 +56,16 @@
|
|
|
48
56
|
"use update.askexe.com for exe-auth image in manifest 0.9.24 (bug 97f2d288)",
|
|
49
57
|
"ensure description field is never empty in feature request upstream payload (bug 0a8e16d0)",
|
|
50
58
|
"add WSL clip.exe detection to shipped tmux.conf (bug 3396fb26)",
|
|
51
|
-
"include node binary dir in exe-os-node shim PATH (bug 71adcb68)"
|
|
52
|
-
"add minimum daemon age guard to prevent crash-loop (bug 25faecf3)",
|
|
53
|
-
"digest-pin all 0.9.24 images + remove control-plane from customer manifest",
|
|
54
|
-
"resolve full UUID before upstream delivery — fixes update_bug/update_feature 400s (bug 31b1d2e3)",
|
|
55
|
-
"dual-key JWT verification — accept tokens signed by previous key (bug 2f5d6166)",
|
|
56
|
-
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
57
|
-
"accept digest-only official images in deploy gate",
|
|
58
|
-
"prevent empty/duplicate company_procedure rows at the source",
|
|
59
|
-
"remove duplicate if-block causing TS build failure"
|
|
59
|
+
"include node binary dir in exe-os-node shim PATH (bug 71adcb68)"
|
|
60
60
|
],
|
|
61
61
|
"security": [],
|
|
62
62
|
"other": [
|
|
63
|
+
"bump v0.9.286 — exe-erp final8 in manifest",
|
|
64
|
+
"add cross-service SSO + key rotation + daemon restart tests (35 tests)",
|
|
65
|
+
"45 tests for image validation, ${VAR:-default} resolution, platform checks",
|
|
66
|
+
"add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
|
|
67
|
+
"add 18 key rotation tests — dual-key verify, grace, fallback chain",
|
|
68
|
+
"bump v0.9.285 — deploy gate image verification",
|
|
63
69
|
"bump v0.9.284 — otel deploy gate fix",
|
|
64
70
|
"bump v0.9.283 — amd64 digest fix",
|
|
65
71
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
@@ -78,20 +84,15 @@
|
|
|
78
84
|
"integrate session closeout, model registry, dreaming into platform procedures",
|
|
79
85
|
"route all memory benchmarks through the embed daemon",
|
|
80
86
|
"make daemon smoke gate CI-safe under load (#96)",
|
|
81
|
-
"release: stack 0.9.23 — exe-gateway v0.9.21 (WhatsApp pipeline fixes)"
|
|
82
|
-
"expect Exe Embeddings v1 default modelFile",
|
|
83
|
-
"update release-notes.json",
|
|
84
|
-
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
85
|
-
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
86
|
-
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
87
|
-
"Add daemon smoke gate"
|
|
87
|
+
"release: stack 0.9.23 — exe-gateway v0.9.21 (WhatsApp pipeline fixes)"
|
|
88
88
|
],
|
|
89
89
|
"migration_notes": []
|
|
90
90
|
},
|
|
91
|
-
"0.9.
|
|
92
|
-
"version": "0.9.
|
|
91
|
+
"0.9.285": {
|
|
92
|
+
"version": "0.9.285",
|
|
93
93
|
"date": "2026-06-17",
|
|
94
94
|
"features": [
|
|
95
|
+
"add image availability + platform verification to deploy gate",
|
|
95
96
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
96
97
|
"admin backfill endpoint for api_key_hash — fixes all encrypted keys",
|
|
97
98
|
"implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
|
|
@@ -115,10 +116,10 @@
|
|
|
115
116
|
"emotional baselines per agent role (dbfbe67f) (#131)",
|
|
116
117
|
"split exe-os into server (~200MB) and worker (~1GB) images (#130)",
|
|
117
118
|
"out-of-process socket watchdog (c3b287cc) (#129)",
|
|
118
|
-
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
119
|
-
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
119
|
+
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
120
120
|
],
|
|
121
121
|
"fixes": [
|
|
122
|
+
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
122
123
|
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
123
124
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
124
125
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
@@ -142,11 +143,12 @@
|
|
|
142
143
|
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
143
144
|
"accept digest-only official images in deploy gate",
|
|
144
145
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
145
|
-
"remove duplicate if-block causing TS build failure"
|
|
146
|
-
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
146
|
+
"remove duplicate if-block causing TS build failure"
|
|
147
147
|
],
|
|
148
148
|
"security": [],
|
|
149
149
|
"other": [
|
|
150
|
+
"bump v0.9.285 — deploy gate image verification",
|
|
151
|
+
"bump v0.9.284 — otel deploy gate fix",
|
|
150
152
|
"bump v0.9.283 — amd64 digest fix",
|
|
151
153
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
152
154
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
@@ -169,14 +171,12 @@
|
|
|
169
171
|
"update release-notes.json",
|
|
170
172
|
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
171
173
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
172
|
-
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes"
|
|
173
|
-
"Add daemon smoke gate",
|
|
174
|
-
"Publish Claude Fable model support as 0.9.272"
|
|
174
|
+
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes"
|
|
175
175
|
],
|
|
176
176
|
"migration_notes": []
|
|
177
177
|
},
|
|
178
|
-
"0.9.
|
|
179
|
-
"version": "0.9.
|
|
178
|
+
"0.9.284": {
|
|
179
|
+
"version": "0.9.284",
|
|
180
180
|
"date": "2026-06-17",
|
|
181
181
|
"features": [
|
|
182
182
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -206,6 +206,8 @@
|
|
|
206
206
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
207
207
|
],
|
|
208
208
|
"fixes": [
|
|
209
|
+
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
210
|
+
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
209
211
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
210
212
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
211
213
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
@@ -228,12 +230,12 @@
|
|
|
228
230
|
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
229
231
|
"accept digest-only official images in deploy gate",
|
|
230
232
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
231
|
-
"remove duplicate if-block causing TS build failure"
|
|
232
|
-
"watchdog self-heal + restart-intent propagation (belt & suspenders)",
|
|
233
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
233
|
+
"remove duplicate if-block causing TS build failure"
|
|
234
234
|
],
|
|
235
235
|
"security": [],
|
|
236
236
|
"other": [
|
|
237
|
+
"bump v0.9.284 — otel deploy gate fix",
|
|
238
|
+
"bump v0.9.283 — amd64 digest fix",
|
|
237
239
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
238
240
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
239
241
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
@@ -256,14 +258,12 @@
|
|
|
256
258
|
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
257
259
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
258
260
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
259
|
-
"Add daemon smoke gate"
|
|
260
|
-
"Publish Claude Fable model support as 0.9.272",
|
|
261
|
-
"Add Claude Fable model whitelist"
|
|
261
|
+
"Add daemon smoke gate"
|
|
262
262
|
],
|
|
263
263
|
"migration_notes": []
|
|
264
264
|
},
|
|
265
|
-
"0.9.
|
|
266
|
-
"version": "0.9.
|
|
265
|
+
"0.9.283": {
|
|
266
|
+
"version": "0.9.283",
|
|
267
267
|
"date": "2026-06-17",
|
|
268
268
|
"features": [
|
|
269
269
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -293,6 +293,8 @@
|
|
|
293
293
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
294
294
|
],
|
|
295
295
|
"fixes": [
|
|
296
|
+
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
297
|
+
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
296
298
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
297
299
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
298
300
|
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
@@ -315,12 +317,12 @@
|
|
|
315
317
|
"accept digest-only official images in deploy gate",
|
|
316
318
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
317
319
|
"remove duplicate if-block causing TS build failure",
|
|
318
|
-
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
319
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB",
|
|
320
|
-
"match user by deviceId when encryption secret lost"
|
|
320
|
+
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
321
321
|
],
|
|
322
322
|
"security": [],
|
|
323
323
|
"other": [
|
|
324
|
+
"bump v0.9.283 — amd64 digest fix",
|
|
325
|
+
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
324
326
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
325
327
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
326
328
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
@@ -343,14 +345,12 @@
|
|
|
343
345
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
344
346
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
345
347
|
"Add daemon smoke gate",
|
|
346
|
-
"Publish Claude Fable model support as 0.9.272"
|
|
347
|
-
"Add Claude Fable model whitelist",
|
|
348
|
-
"Publish stack-update service resume as 0.9.271"
|
|
348
|
+
"Publish Claude Fable model support as 0.9.272"
|
|
349
349
|
],
|
|
350
350
|
"migration_notes": []
|
|
351
351
|
},
|
|
352
|
-
"0.9.
|
|
353
|
-
"version": "0.9.
|
|
352
|
+
"0.9.282": {
|
|
353
|
+
"version": "0.9.282",
|
|
354
354
|
"date": "2026-06-17",
|
|
355
355
|
"features": [
|
|
356
356
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -380,34 +380,36 @@
|
|
|
380
380
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
381
381
|
],
|
|
382
382
|
"fixes": [
|
|
383
|
+
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
384
|
+
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
385
|
+
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
386
|
+
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
387
|
+
"rotate signing key to match Worker secret (bug 834ffb70)",
|
|
388
|
+
"add exe-auth service to main compose + fix image reference to update.askexe.com",
|
|
389
|
+
"align compose default image tags with manifest 0.9.24 (bug 79168bac)",
|
|
390
|
+
"isDaemonAlive falls back to socket check when PID file missing (bug b5fb9404)",
|
|
391
|
+
"correct exe-erp image tag final7→final3 in manifests 0.9.23 + 0.9.24 (bug ff960d31)",
|
|
392
|
+
"create exe_erp login role in init-db.sql (bug 9d452322)",
|
|
393
|
+
"CRM_SERVER_URL uses crm. subdomain + add EXE_CRM_ADMIN_EMAIL (bugs 8d20e779, 7debf355)",
|
|
394
|
+
"use update.askexe.com for exe-auth image in manifest 0.9.24 (bug 97f2d288)",
|
|
395
|
+
"ensure description field is never empty in feature request upstream payload (bug 0a8e16d0)",
|
|
396
|
+
"add WSL clip.exe detection to shipped tmux.conf (bug 3396fb26)",
|
|
397
|
+
"include node binary dir in exe-os-node shim PATH (bug 71adcb68)",
|
|
398
|
+
"add minimum daemon age guard to prevent crash-loop (bug 25faecf3)",
|
|
399
|
+
"digest-pin all 0.9.24 images + remove control-plane from customer manifest",
|
|
400
|
+
"resolve full UUID before upstream delivery — fixes update_bug/update_feature 400s (bug 31b1d2e3)",
|
|
401
|
+
"dual-key JWT verification — accept tokens signed by previous key (bug 2f5d6166)",
|
|
402
|
+
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
403
|
+
"accept digest-only official images in deploy gate",
|
|
383
404
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
384
405
|
"remove duplicate if-block causing TS build failure",
|
|
385
406
|
"watchdog self-heal + restart-intent propagation (belt & suspenders)",
|
|
386
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
387
|
-
"match user by deviceId when encryption secret lost",
|
|
388
|
-
"backfill api_key_hash on every /auth/activate call",
|
|
389
|
-
"allow dev-fallback storage secret for backfill (keys were encrypted with it)",
|
|
390
|
-
"cap model-instructions prompt under the API limit (was 1.6MB → 400)",
|
|
391
|
-
"mark keychain unavailable on write timeout; pass --session to codex/opencode",
|
|
392
|
-
"backfill api_key_hash for ALREADY encrypted keys",
|
|
393
|
-
"store api_key_hash on key upgrade — support validation works for all customers",
|
|
394
|
-
"name the target keychain on store to fix \"cannot be found\"",
|
|
395
|
-
"never re-prompt when the OS keychain is unavailable",
|
|
396
|
-
"GoTrue JWT payload decode fallback — support channel working",
|
|
397
|
-
"validate against GoTrue JWT — not just D1 license keys",
|
|
398
|
-
"stop master-key destruction on launch + fix codex --profile",
|
|
399
|
-
"clear all 25 moderate CVEs via OTel+protobufjs overrides; fix date-bomb test",
|
|
400
|
-
"auth is customer-facing (not control-plane)",
|
|
401
|
-
"patch hono HIGH CVE + fix stale worker-gate test",
|
|
402
|
-
"use hooks-free CODEX_HOME to prevent crash after 10 codex calls",
|
|
403
|
-
"per-chat runner + offset flag + execSync + clean env + GC",
|
|
404
|
-
"execFile instead of spawn, sequential loop, useOpenCode, 180s timeout",
|
|
405
|
-
"P1 CVE fixes + test alignment + tarball budget + env sync",
|
|
406
|
-
"exe-start COO_NAME resolution fails on npm install (not dev symlink)",
|
|
407
|
-
"fix FTS ambiguous column bug + CLaRa term sanitization"
|
|
407
|
+
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
408
408
|
],
|
|
409
409
|
"security": [],
|
|
410
410
|
"other": [
|
|
411
|
+
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
412
|
+
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
411
413
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
412
414
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
413
415
|
"service ownership matrix — dashboard is AskExe-only, not customer stack",
|
|
@@ -430,8 +432,7 @@
|
|
|
430
432
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
431
433
|
"Add daemon smoke gate",
|
|
432
434
|
"Publish Claude Fable model support as 0.9.272",
|
|
433
|
-
"Add Claude Fable model whitelist"
|
|
434
|
-
"Publish stack-update service resume as 0.9.271"
|
|
435
|
+
"Add Claude Fable model whitelist"
|
|
435
436
|
],
|
|
436
437
|
"migration_notes": []
|
|
437
438
|
}
|