@askexenow/exe-os 0.9.285 → 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/chunk-JUVZX5J5.js +369 -0
- package/dist/chunk-MOTE4CFR.js +14219 -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/support-outbox-P3RIIA4L.js +503 -0
- package/package.json +1 -1
- package/release-notes.json +43 -43
package/release-notes.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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
8
|
"add image availability + platform verification to deploy gate",
|
|
9
9
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -32,6 +32,14 @@
|
|
|
32
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,15 @@
|
|
|
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",
|
|
63
68
|
"bump v0.9.285 — deploy gate image verification",
|
|
64
69
|
"bump v0.9.284 — otel deploy gate fix",
|
|
65
70
|
"bump v0.9.283 — amd64 digest fix",
|
|
@@ -79,19 +84,15 @@
|
|
|
79
84
|
"integrate session closeout, model registry, dreaming into platform procedures",
|
|
80
85
|
"route all memory benchmarks through the embed daemon",
|
|
81
86
|
"make daemon smoke gate CI-safe under load (#96)",
|
|
82
|
-
"release: stack 0.9.23 — exe-gateway v0.9.21 (WhatsApp pipeline fixes)"
|
|
83
|
-
"expect Exe Embeddings v1 default modelFile",
|
|
84
|
-
"update release-notes.json",
|
|
85
|
-
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
86
|
-
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
87
|
-
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes"
|
|
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,8 +116,7 @@
|
|
|
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
122
|
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
],
|
|
148
148
|
"security": [],
|
|
149
149
|
"other": [
|
|
150
|
+
"bump v0.9.285 — deploy gate image verification",
|
|
150
151
|
"bump v0.9.284 — otel deploy gate fix",
|
|
151
152
|
"bump v0.9.283 — amd64 digest fix",
|
|
152
153
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
@@ -170,13 +171,12 @@
|
|
|
170
171
|
"update release-notes.json",
|
|
171
172
|
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
172
173
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
173
|
-
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes"
|
|
174
|
-
"Add daemon smoke gate"
|
|
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,7 @@
|
|
|
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",
|
|
209
210
|
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
210
211
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
211
212
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
@@ -229,11 +230,11 @@
|
|
|
229
230
|
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
230
231
|
"accept digest-only official images in deploy gate",
|
|
231
232
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
232
|
-
"remove duplicate if-block causing TS build failure"
|
|
233
|
-
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
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",
|
|
237
238
|
"bump v0.9.283 — amd64 digest fix",
|
|
238
239
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
239
240
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
@@ -257,13 +258,12 @@
|
|
|
257
258
|
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
258
259
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
259
260
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
260
|
-
"Add daemon smoke gate"
|
|
261
|
-
"Publish Claude Fable model support as 0.9.272"
|
|
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,7 @@
|
|
|
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)",
|
|
296
297
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
297
298
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
298
299
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
@@ -316,11 +317,11 @@
|
|
|
316
317
|
"accept digest-only official images in deploy gate",
|
|
317
318
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
318
319
|
"remove duplicate if-block causing TS build failure",
|
|
319
|
-
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
320
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
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",
|
|
324
325
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
325
326
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
326
327
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
@@ -344,13 +345,12 @@
|
|
|
344
345
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
345
346
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
346
347
|
"Add daemon smoke gate",
|
|
347
|
-
"Publish Claude Fable model support as 0.9.272"
|
|
348
|
-
"Add Claude Fable model whitelist"
|
|
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,6 +380,7 @@
|
|
|
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",
|
|
383
384
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
384
385
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
385
386
|
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
@@ -403,11 +404,11 @@
|
|
|
403
404
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
404
405
|
"remove duplicate if-block causing TS build failure",
|
|
405
406
|
"watchdog self-heal + restart-intent propagation (belt & suspenders)",
|
|
406
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
407
|
-
"match user by deviceId when encryption secret lost"
|
|
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",
|
|
411
412
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
412
413
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
413
414
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
@@ -431,8 +432,7 @@
|
|
|
431
432
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
432
433
|
"Add daemon smoke gate",
|
|
433
434
|
"Publish Claude Fable model support as 0.9.272",
|
|
434
|
-
"Add Claude Fable model whitelist"
|
|
435
|
-
"Publish stack-update service resume as 0.9.271"
|
|
435
|
+
"Add Claude Fable model whitelist"
|
|
436
436
|
],
|
|
437
437
|
"migration_notes": []
|
|
438
438
|
}
|