@askexenow/exe-os 0.9.285 → 0.9.287
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-ASL5PHCT.js +1934 -0
- package/dist/chunk-JUVZX5J5.js +369 -0
- package/dist/chunk-MOTE4CFR.js +14219 -0
- package/dist/chunk-XLF5F55U.js +230 -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-45SNTDZ6.js +76 -0
- package/dist/support-outbox-P3RIIA4L.js +503 -0
- package/package.json +1 -1
- package/release-notes.json +67 -67
package/release-notes.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.287",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
6
|
-
"date": "2026-06-
|
|
4
|
+
"0.9.287": {
|
|
5
|
+
"version": "0.9.287",
|
|
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,15 @@
|
|
|
32
32
|
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
33
33
|
],
|
|
34
34
|
"fixes": [
|
|
35
|
+
"skip image-availability check for private registry + exe-erp v0.2.1",
|
|
36
|
+
"exe-erp v0.2.0-final8 with socketio.js + realtime/ baked in",
|
|
37
|
+
"erp-nginx backend IP .32 (not .28, taken by erp-queue)",
|
|
38
|
+
"unique frontend IPs — auth 10.43.0.35, erp-nginx 10.43.0.28 (no collisions)",
|
|
39
|
+
"frontend subnet 10.43.0.x (not 10.42.1.x) for erp-nginx + auth",
|
|
40
|
+
"erp-nginx port 8000→80 (nginx listens on 80, not 8000) + fix frontend subnet",
|
|
41
|
+
"ERP_PORT→ERP_API_PORT + port :80→:8000 + CRM version in test (bug 23ee1ab2)",
|
|
42
|
+
"lift rate limits — resolve merge conflicts",
|
|
43
|
+
"lift rate limits on bug/feature filing — every report matters",
|
|
35
44
|
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
36
45
|
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
37
46
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
@@ -47,19 +56,16 @@
|
|
|
47
56
|
"CRM_SERVER_URL uses crm. subdomain + add EXE_CRM_ADMIN_EMAIL (bugs 8d20e779, 7debf355)",
|
|
48
57
|
"use update.askexe.com for exe-auth image in manifest 0.9.24 (bug 97f2d288)",
|
|
49
58
|
"ensure description field is never empty in feature request upstream payload (bug 0a8e16d0)",
|
|
50
|
-
"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
|
+
"add WSL clip.exe detection to shipped tmux.conf (bug 3396fb26)"
|
|
60
60
|
],
|
|
61
61
|
"security": [],
|
|
62
62
|
"other": [
|
|
63
|
+
"bump v0.9.287 — deploy gate auth fix + exe-erp v0.2.1",
|
|
64
|
+
"bump v0.9.286 — exe-erp final8 in manifest",
|
|
65
|
+
"add cross-service SSO + key rotation + daemon restart tests (35 tests)",
|
|
66
|
+
"45 tests for image validation, ${VAR:-default} resolution, platform checks",
|
|
67
|
+
"add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
|
|
68
|
+
"add 18 key rotation tests — dual-key verify, grace, fallback chain",
|
|
63
69
|
"bump v0.9.285 — deploy gate image verification",
|
|
64
70
|
"bump v0.9.284 — otel deploy gate fix",
|
|
65
71
|
"bump v0.9.283 — amd64 digest fix",
|
|
@@ -78,20 +84,15 @@
|
|
|
78
84
|
"session lifecycle — 3-layer automatic state preservation",
|
|
79
85
|
"integrate session closeout, model registry, dreaming into platform procedures",
|
|
80
86
|
"route all memory benchmarks through the embed daemon",
|
|
81
|
-
"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
|
+
"make daemon smoke gate CI-safe under load (#96)"
|
|
88
88
|
],
|
|
89
89
|
"migration_notes": []
|
|
90
90
|
},
|
|
91
|
-
"0.9.
|
|
92
|
-
"version": "0.9.
|
|
93
|
-
"date": "2026-06-
|
|
91
|
+
"0.9.286": {
|
|
92
|
+
"version": "0.9.286",
|
|
93
|
+
"date": "2026-06-18",
|
|
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,17 @@
|
|
|
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
|
+
"exe-erp v0.2.0-final8 with socketio.js + realtime/ baked in",
|
|
123
|
+
"erp-nginx backend IP .32 (not .28, taken by erp-queue)",
|
|
124
|
+
"unique frontend IPs — auth 10.43.0.35, erp-nginx 10.43.0.28 (no collisions)",
|
|
125
|
+
"frontend subnet 10.43.0.x (not 10.42.1.x) for erp-nginx + auth",
|
|
126
|
+
"erp-nginx port 8000→80 (nginx listens on 80, not 8000) + fix frontend subnet",
|
|
127
|
+
"ERP_PORT→ERP_API_PORT + port :80→:8000 + CRM version in test (bug 23ee1ab2)",
|
|
128
|
+
"lift rate limits — resolve merge conflicts",
|
|
129
|
+
"lift rate limits on bug/feature filing — every report matters",
|
|
122
130
|
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
123
131
|
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
124
132
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
@@ -135,18 +143,16 @@
|
|
|
135
143
|
"use update.askexe.com for exe-auth image in manifest 0.9.24 (bug 97f2d288)",
|
|
136
144
|
"ensure description field is never empty in feature request upstream payload (bug 0a8e16d0)",
|
|
137
145
|
"add WSL clip.exe detection to shipped tmux.conf (bug 3396fb26)",
|
|
138
|
-
"include node binary dir in exe-os-node shim PATH (bug 71adcb68)"
|
|
139
|
-
"add minimum daemon age guard to prevent crash-loop (bug 25faecf3)",
|
|
140
|
-
"digest-pin all 0.9.24 images + remove control-plane from customer manifest",
|
|
141
|
-
"resolve full UUID before upstream delivery — fixes update_bug/update_feature 400s (bug 31b1d2e3)",
|
|
142
|
-
"dual-key JWT verification — accept tokens signed by previous key (bug 2f5d6166)",
|
|
143
|
-
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
144
|
-
"accept digest-only official images in deploy gate",
|
|
145
|
-
"prevent empty/duplicate company_procedure rows at the source",
|
|
146
|
-
"remove duplicate if-block causing TS build failure"
|
|
146
|
+
"include node binary dir in exe-os-node shim PATH (bug 71adcb68)"
|
|
147
147
|
],
|
|
148
148
|
"security": [],
|
|
149
149
|
"other": [
|
|
150
|
+
"bump v0.9.286 — exe-erp final8 in manifest",
|
|
151
|
+
"add cross-service SSO + key rotation + daemon restart tests (35 tests)",
|
|
152
|
+
"45 tests for image validation, ${VAR:-default} resolution, platform checks",
|
|
153
|
+
"add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
|
|
154
|
+
"add 18 key rotation tests — dual-key verify, grace, fallback chain",
|
|
155
|
+
"bump v0.9.285 — deploy gate image verification",
|
|
150
156
|
"bump v0.9.284 — otel deploy gate fix",
|
|
151
157
|
"bump v0.9.283 — amd64 digest fix",
|
|
152
158
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
@@ -165,20 +171,15 @@
|
|
|
165
171
|
"integrate session closeout, model registry, dreaming into platform procedures",
|
|
166
172
|
"route all memory benchmarks through the embed daemon",
|
|
167
173
|
"make daemon smoke gate CI-safe under load (#96)",
|
|
168
|
-
"release: stack 0.9.23 — exe-gateway v0.9.21 (WhatsApp pipeline fixes)"
|
|
169
|
-
"expect Exe Embeddings v1 default modelFile",
|
|
170
|
-
"update release-notes.json",
|
|
171
|
-
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
172
|
-
"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
|
+
"release: stack 0.9.23 — exe-gateway v0.9.21 (WhatsApp pipeline fixes)"
|
|
175
175
|
],
|
|
176
176
|
"migration_notes": []
|
|
177
177
|
},
|
|
178
|
-
"0.9.
|
|
179
|
-
"version": "0.9.
|
|
178
|
+
"0.9.285": {
|
|
179
|
+
"version": "0.9.285",
|
|
180
180
|
"date": "2026-06-17",
|
|
181
181
|
"features": [
|
|
182
|
+
"add image availability + platform verification to deploy gate",
|
|
182
183
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
183
184
|
"admin backfill endpoint for api_key_hash — fixes all encrypted keys",
|
|
184
185
|
"implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
|
|
@@ -202,10 +203,10 @@
|
|
|
202
203
|
"emotional baselines per agent role (dbfbe67f) (#131)",
|
|
203
204
|
"split exe-os into server (~200MB) and worker (~1GB) images (#130)",
|
|
204
205
|
"out-of-process socket watchdog (c3b287cc) (#129)",
|
|
205
|
-
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
206
|
-
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
206
|
+
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)"
|
|
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,12 @@
|
|
|
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.285 — deploy gate image verification",
|
|
238
|
+
"bump v0.9.284 — otel deploy gate fix",
|
|
237
239
|
"bump v0.9.283 — amd64 digest fix",
|
|
238
240
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
239
241
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
@@ -256,14 +258,12 @@
|
|
|
256
258
|
"update release-notes.json",
|
|
257
259
|
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
258
260
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
259
|
-
"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
|
+
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes"
|
|
262
262
|
],
|
|
263
263
|
"migration_notes": []
|
|
264
264
|
},
|
|
265
|
-
"0.9.
|
|
266
|
-
"version": "0.9.
|
|
265
|
+
"0.9.284": {
|
|
266
|
+
"version": "0.9.284",
|
|
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
|
+
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
297
|
+
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
296
298
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
297
299
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
298
300
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
@@ -315,12 +317,12 @@
|
|
|
315
317
|
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
316
318
|
"accept digest-only official images in deploy gate",
|
|
317
319
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
318
|
-
"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
|
+
"remove duplicate if-block causing TS build failure"
|
|
321
321
|
],
|
|
322
322
|
"security": [],
|
|
323
323
|
"other": [
|
|
324
|
+
"bump v0.9.284 — otel deploy gate fix",
|
|
325
|
+
"bump v0.9.283 — amd64 digest fix",
|
|
324
326
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
325
327
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
326
328
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
@@ -343,14 +345,12 @@
|
|
|
343
345
|
"bump 0.9.275 — bundle stack 0.9.22 manifest for stack-update",
|
|
344
346
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
345
347
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
346
|
-
"Add daemon smoke gate"
|
|
347
|
-
"Publish Claude Fable model support as 0.9.272",
|
|
348
|
-
"Add Claude Fable model whitelist"
|
|
348
|
+
"Add daemon smoke gate"
|
|
349
349
|
],
|
|
350
350
|
"migration_notes": []
|
|
351
351
|
},
|
|
352
|
-
"0.9.
|
|
353
|
-
"version": "0.9.
|
|
352
|
+
"0.9.283": {
|
|
353
|
+
"version": "0.9.283",
|
|
354
354
|
"date": "2026-06-17",
|
|
355
355
|
"features": [
|
|
356
356
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -380,6 +380,8 @@
|
|
|
380
380
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
381
381
|
],
|
|
382
382
|
"fixes": [
|
|
383
|
+
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
384
|
+
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
383
385
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
384
386
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
385
387
|
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
@@ -402,12 +404,12 @@
|
|
|
402
404
|
"accept digest-only official images in deploy gate",
|
|
403
405
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
404
406
|
"remove duplicate if-block causing TS build failure",
|
|
405
|
-
"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
|
+
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
408
408
|
],
|
|
409
409
|
"security": [],
|
|
410
410
|
"other": [
|
|
411
|
+
"bump v0.9.283 — amd64 digest fix",
|
|
412
|
+
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
411
413
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
412
414
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
413
415
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
@@ -430,9 +432,7 @@
|
|
|
430
432
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
431
433
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
432
434
|
"Add daemon smoke gate",
|
|
433
|
-
"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
|
+
"Publish Claude Fable model support as 0.9.272"
|
|
436
436
|
],
|
|
437
437
|
"migration_notes": []
|
|
438
438
|
}
|