@askexenow/exe-os 0.9.282 → 0.9.284
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/stack-manifests/v0.9.json +2 -2
- package/dist/bin/stack-update.js +2 -2
- package/dist/bin/vps-health-gate.js +1 -1
- package/dist/chunk-AQPTGQYH.js +230 -0
- package/dist/chunk-OJQ34M77.js +1876 -0
- package/dist/hooks/manifest.json +1 -1
- package/dist/stack-update-TRZRI6V7.js +74 -0
- package/package.json +1 -1
- package/release-notes.json +142 -98
package/dist/hooks/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-06-17T08:
|
|
3
|
+
"generatedAt": "2026-06-17T08:59:46.167Z",
|
|
4
4
|
"hashes": {
|
|
5
5
|
"bug-report-worker.js": "16d6fab856fd34eeeb4406f0b63578abbab9b85a2c5b552918b2dc096bff45b2",
|
|
6
6
|
"codex-stop-task-finalizer.js": "2e1b30d86acf2359fe6e555e486ffc80c8b525ab43646c523e272b92d8cdaa93",
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ProgressReporter,
|
|
3
|
+
assertBreakingChangesAllowed,
|
|
4
|
+
assertDeploymentScopeAllowed,
|
|
5
|
+
assertHostReadyForApply,
|
|
6
|
+
assertProductionDeployGate,
|
|
7
|
+
bootstrapStackHost,
|
|
8
|
+
buildDefaultServiceSelection,
|
|
9
|
+
canonicalizeStackManifest,
|
|
10
|
+
collectProductionDeployGateIssues,
|
|
11
|
+
createStackUpdatePlan,
|
|
12
|
+
defaultStackPaths,
|
|
13
|
+
detectDanglingVolumes,
|
|
14
|
+
filterServicesBySelection,
|
|
15
|
+
findLatestBackupEnvFile,
|
|
16
|
+
hardenHost,
|
|
17
|
+
listAvailableVersions,
|
|
18
|
+
loadServiceSelection,
|
|
19
|
+
loadStackManifest,
|
|
20
|
+
pairMonitorAgent,
|
|
21
|
+
parseEnv,
|
|
22
|
+
parseStackManifest,
|
|
23
|
+
patchEnv,
|
|
24
|
+
printDanglingVolumes,
|
|
25
|
+
printVolumeCleanupResult,
|
|
26
|
+
readCurrentStackVersion,
|
|
27
|
+
removeDanglingVolumes,
|
|
28
|
+
rollbackStackUpdate,
|
|
29
|
+
runStackUpdate,
|
|
30
|
+
saveServiceSelection,
|
|
31
|
+
serviceSelectionPath,
|
|
32
|
+
verifyManifestImagesAvailable,
|
|
33
|
+
verifyReleaseHealth,
|
|
34
|
+
verifyStackManifestSignature
|
|
35
|
+
} from "./chunk-OJQ34M77.js";
|
|
36
|
+
import "./chunk-YMKUXZIG.js";
|
|
37
|
+
import "./chunk-T3B5RK4H.js";
|
|
38
|
+
import "./chunk-LYH5HE24.js";
|
|
39
|
+
import "./chunk-MLKGABMK.js";
|
|
40
|
+
export {
|
|
41
|
+
ProgressReporter,
|
|
42
|
+
assertBreakingChangesAllowed,
|
|
43
|
+
assertDeploymentScopeAllowed,
|
|
44
|
+
assertHostReadyForApply,
|
|
45
|
+
assertProductionDeployGate,
|
|
46
|
+
bootstrapStackHost,
|
|
47
|
+
buildDefaultServiceSelection,
|
|
48
|
+
canonicalizeStackManifest,
|
|
49
|
+
collectProductionDeployGateIssues,
|
|
50
|
+
createStackUpdatePlan,
|
|
51
|
+
defaultStackPaths,
|
|
52
|
+
detectDanglingVolumes,
|
|
53
|
+
filterServicesBySelection,
|
|
54
|
+
findLatestBackupEnvFile,
|
|
55
|
+
hardenHost,
|
|
56
|
+
listAvailableVersions,
|
|
57
|
+
loadServiceSelection,
|
|
58
|
+
loadStackManifest,
|
|
59
|
+
pairMonitorAgent,
|
|
60
|
+
parseEnv,
|
|
61
|
+
parseStackManifest,
|
|
62
|
+
patchEnv,
|
|
63
|
+
printDanglingVolumes,
|
|
64
|
+
printVolumeCleanupResult,
|
|
65
|
+
readCurrentStackVersion,
|
|
66
|
+
removeDanglingVolumes,
|
|
67
|
+
rollbackStackUpdate,
|
|
68
|
+
runStackUpdate,
|
|
69
|
+
saveServiceSelection,
|
|
70
|
+
serviceSelectionPath,
|
|
71
|
+
verifyManifestImagesAvailable,
|
|
72
|
+
verifyReleaseHealth,
|
|
73
|
+
verifyStackManifestSignature
|
|
74
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.284",
|
|
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",
|
package/release-notes.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.284",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
4
|
+
"0.9.284": {
|
|
5
|
+
"version": "0.9.284",
|
|
6
6
|
"date": "2026-06-17",
|
|
7
7
|
"features": [
|
|
8
8
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -32,6 +32,94 @@
|
|
|
32
32
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
33
33
|
],
|
|
34
34
|
"fixes": [
|
|
35
|
+
"add otel-collector to official image allowlist — unblocks stack-update",
|
|
36
|
+
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
37
|
+
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
38
|
+
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
39
|
+
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
40
|
+
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
41
|
+
"rotate signing key to match Worker secret (bug 834ffb70)",
|
|
42
|
+
"add exe-auth service to main compose + fix image reference to update.askexe.com",
|
|
43
|
+
"align compose default image tags with manifest 0.9.24 (bug 79168bac)",
|
|
44
|
+
"isDaemonAlive falls back to socket check when PID file missing (bug b5fb9404)",
|
|
45
|
+
"correct exe-erp image tag final7→final3 in manifests 0.9.23 + 0.9.24 (bug ff960d31)",
|
|
46
|
+
"create exe_erp login role in init-db.sql (bug 9d452322)",
|
|
47
|
+
"CRM_SERVER_URL uses crm. subdomain + add EXE_CRM_ADMIN_EMAIL (bugs 8d20e779, 7debf355)",
|
|
48
|
+
"use update.askexe.com for exe-auth image in manifest 0.9.24 (bug 97f2d288)",
|
|
49
|
+
"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"
|
|
60
|
+
],
|
|
61
|
+
"security": [],
|
|
62
|
+
"other": [
|
|
63
|
+
"bump v0.9.284 — otel deploy gate fix",
|
|
64
|
+
"bump v0.9.283 — amd64 digest fix",
|
|
65
|
+
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
66
|
+
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
67
|
+
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
68
|
+
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
69
|
+
"service ownership matrix — dashboard is AskExe-only, not customer stack",
|
|
70
|
+
"bump version to 0.9.278",
|
|
71
|
+
"API documentation for wiki.askexe.com (5 pages)",
|
|
72
|
+
"consolidate platform procedures from 75 to 46 (37KB from 72KB) (#139)",
|
|
73
|
+
"11 new platform procedures for v0.9.278 features",
|
|
74
|
+
"document five-layer customization preservation model (a88c354b) (#137)",
|
|
75
|
+
"bump version to 0.9.277",
|
|
76
|
+
"document_aware retrieval guidance — when and why agents should use it",
|
|
77
|
+
"session lifecycle — 3-layer automatic state preservation",
|
|
78
|
+
"integrate session closeout, model registry, dreaming into platform procedures",
|
|
79
|
+
"route all memory benchmarks through the embed daemon",
|
|
80
|
+
"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"
|
|
88
|
+
],
|
|
89
|
+
"migration_notes": []
|
|
90
|
+
},
|
|
91
|
+
"0.9.283": {
|
|
92
|
+
"version": "0.9.283",
|
|
93
|
+
"date": "2026-06-17",
|
|
94
|
+
"features": [
|
|
95
|
+
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
96
|
+
"admin backfill endpoint for api_key_hash — fixes all encrypted keys",
|
|
97
|
+
"implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
|
|
98
|
+
"add dashboard + auth + otel to manifest as control-plane services",
|
|
99
|
+
"CLI service selection + exe-build removal from customer stack",
|
|
100
|
+
"automatic ERP invoice generation on top-up + monthly",
|
|
101
|
+
"deploy OTLP collector on VPS",
|
|
102
|
+
"real per-model pricing for 40+ models + default → kimi-k2.7-code",
|
|
103
|
+
"ERP trigger engine wiring + profile sync via GoTrue user_metadata",
|
|
104
|
+
"v0.9.24 manifest — optional services + exe-build removed",
|
|
105
|
+
"usage alerts (webhook + email) + email verification /confirm page",
|
|
106
|
+
"welcome email, low balance alerts, password reset, Stripe portal",
|
|
107
|
+
"wire Stripe checkout → D1 credit_ledger (closes billing loop)",
|
|
108
|
+
"add Create Account tab — full sign-up flow on auth.askexe.com",
|
|
109
|
+
"add stable/canary/pinned update channels for progressive rollout (45a55727) (#138)",
|
|
110
|
+
"discovery hooks — auto-wire MCP tool hints into agent context (2fe666fb) (#136)",
|
|
111
|
+
"on-demand document→knowledge-graph concept extraction (1514443a) (#135)",
|
|
112
|
+
"agent capability cards — A2A-style JSON manifests (5774904f) (#134)",
|
|
113
|
+
"surface retrieval health in cloud_status, memory_audit, mcp_ping (2c85e74b) (#133)",
|
|
114
|
+
"executable memories as reflex behavior suggestions (9bd99f2a) (#132)",
|
|
115
|
+
"emotional baselines per agent role (dbfbe67f) (#131)",
|
|
116
|
+
"split exe-os into server (~200MB) and worker (~1GB) images (#130)",
|
|
117
|
+
"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)"
|
|
120
|
+
],
|
|
121
|
+
"fixes": [
|
|
122
|
+
"correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
|
|
35
123
|
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
36
124
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
37
125
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
@@ -55,11 +143,11 @@
|
|
|
55
143
|
"accept digest-only official images in deploy gate",
|
|
56
144
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
57
145
|
"remove duplicate if-block causing TS build failure",
|
|
58
|
-
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
59
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
146
|
+
"watchdog self-heal + restart-intent propagation (belt & suspenders)"
|
|
60
147
|
],
|
|
61
148
|
"security": [],
|
|
62
149
|
"other": [
|
|
150
|
+
"bump v0.9.283 — amd64 digest fix",
|
|
63
151
|
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
64
152
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
65
153
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
@@ -83,13 +171,12 @@
|
|
|
83
171
|
"release: stack 0.9.22 — exe-os v0.9.270, exe-crm v0.9.48, exe-gateway v0.9.18 (digest-pinned)",
|
|
84
172
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
85
173
|
"Add daemon smoke gate",
|
|
86
|
-
"Publish Claude Fable model support as 0.9.272"
|
|
87
|
-
"Add Claude Fable model whitelist"
|
|
174
|
+
"Publish Claude Fable model support as 0.9.272"
|
|
88
175
|
],
|
|
89
176
|
"migration_notes": []
|
|
90
177
|
},
|
|
91
|
-
"0.9.
|
|
92
|
-
"version": "0.9.
|
|
178
|
+
"0.9.282": {
|
|
179
|
+
"version": "0.9.282",
|
|
93
180
|
"date": "2026-06-17",
|
|
94
181
|
"features": [
|
|
95
182
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -119,6 +206,7 @@
|
|
|
119
206
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
120
207
|
],
|
|
121
208
|
"fixes": [
|
|
209
|
+
"update exe-os daemon image to v0.9.281 in manifest 0.9.24",
|
|
122
210
|
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
123
211
|
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
124
212
|
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
@@ -142,11 +230,11 @@
|
|
|
142
230
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
143
231
|
"remove duplicate if-block causing TS build failure",
|
|
144
232
|
"watchdog self-heal + restart-intent propagation (belt & suspenders)",
|
|
145
|
-
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
146
|
-
"match user by deviceId when encryption secret lost"
|
|
233
|
+
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB"
|
|
147
234
|
],
|
|
148
235
|
"security": [],
|
|
149
236
|
"other": [
|
|
237
|
+
"bump v0.9.282 — daemon image v0.9.281 in manifest",
|
|
150
238
|
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
151
239
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
152
240
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
@@ -170,13 +258,12 @@
|
|
|
170
258
|
"bump 0.9.273 — graph/send_whatsapp/phantom-notif fixes",
|
|
171
259
|
"Add daemon smoke gate",
|
|
172
260
|
"Publish Claude Fable model support as 0.9.272",
|
|
173
|
-
"Add Claude Fable model whitelist"
|
|
174
|
-
"Publish stack-update service resume as 0.9.271"
|
|
261
|
+
"Add Claude Fable model whitelist"
|
|
175
262
|
],
|
|
176
263
|
"migration_notes": []
|
|
177
264
|
},
|
|
178
|
-
"0.9.
|
|
179
|
-
"version": "0.9.
|
|
265
|
+
"0.9.281": {
|
|
266
|
+
"version": "0.9.281",
|
|
180
267
|
"date": "2026-06-17",
|
|
181
268
|
"features": [
|
|
182
269
|
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
@@ -206,34 +293,35 @@
|
|
|
206
293
|
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
207
294
|
],
|
|
208
295
|
"fixes": [
|
|
296
|
+
"mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
|
|
297
|
+
"add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
|
|
298
|
+
"ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
|
|
299
|
+
"rotate signing key to match Worker secret (bug 834ffb70)",
|
|
300
|
+
"add exe-auth service to main compose + fix image reference to update.askexe.com",
|
|
301
|
+
"align compose default image tags with manifest 0.9.24 (bug 79168bac)",
|
|
302
|
+
"isDaemonAlive falls back to socket check when PID file missing (bug b5fb9404)",
|
|
303
|
+
"correct exe-erp image tag final7→final3 in manifests 0.9.23 + 0.9.24 (bug ff960d31)",
|
|
304
|
+
"create exe_erp login role in init-db.sql (bug 9d452322)",
|
|
305
|
+
"CRM_SERVER_URL uses crm. subdomain + add EXE_CRM_ADMIN_EMAIL (bugs 8d20e779, 7debf355)",
|
|
306
|
+
"use update.askexe.com for exe-auth image in manifest 0.9.24 (bug 97f2d288)",
|
|
307
|
+
"ensure description field is never empty in feature request upstream payload (bug 0a8e16d0)",
|
|
308
|
+
"add WSL clip.exe detection to shipped tmux.conf (bug 3396fb26)",
|
|
309
|
+
"include node binary dir in exe-os-node shim PATH (bug 71adcb68)",
|
|
310
|
+
"add minimum daemon age guard to prevent crash-loop (bug 25faecf3)",
|
|
311
|
+
"digest-pin all 0.9.24 images + remove control-plane from customer manifest",
|
|
312
|
+
"resolve full UUID before upstream delivery — fixes update_bug/update_feature 400s (bug 31b1d2e3)",
|
|
313
|
+
"dual-key JWT verification — accept tokens signed by previous key (bug 2f5d6166)",
|
|
314
|
+
"add sync_meta to SQL guard allowlist — fixes cloud sync (bug 9fbbe145)",
|
|
315
|
+
"accept digest-only official images in deploy gate",
|
|
209
316
|
"prevent empty/duplicate company_procedure rows at the source",
|
|
210
317
|
"remove duplicate if-block causing TS build failure",
|
|
211
318
|
"watchdog self-heal + restart-intent propagation (belt & suspenders)",
|
|
212
319
|
"skip junk/empty company_procedure rows that bloated prompts to 1.6MB",
|
|
213
|
-
"match user by deviceId when encryption secret lost"
|
|
214
|
-
"backfill api_key_hash on every /auth/activate call",
|
|
215
|
-
"allow dev-fallback storage secret for backfill (keys were encrypted with it)",
|
|
216
|
-
"cap model-instructions prompt under the API limit (was 1.6MB → 400)",
|
|
217
|
-
"mark keychain unavailable on write timeout; pass --session to codex/opencode",
|
|
218
|
-
"backfill api_key_hash for ALREADY encrypted keys",
|
|
219
|
-
"store api_key_hash on key upgrade — support validation works for all customers",
|
|
220
|
-
"name the target keychain on store to fix \"cannot be found\"",
|
|
221
|
-
"never re-prompt when the OS keychain is unavailable",
|
|
222
|
-
"GoTrue JWT payload decode fallback — support channel working",
|
|
223
|
-
"validate against GoTrue JWT — not just D1 license keys",
|
|
224
|
-
"stop master-key destruction on launch + fix codex --profile",
|
|
225
|
-
"clear all 25 moderate CVEs via OTel+protobufjs overrides; fix date-bomb test",
|
|
226
|
-
"auth is customer-facing (not control-plane)",
|
|
227
|
-
"patch hono HIGH CVE + fix stale worker-gate test",
|
|
228
|
-
"use hooks-free CODEX_HOME to prevent crash after 10 codex calls",
|
|
229
|
-
"per-chat runner + offset flag + execSync + clean env + GC",
|
|
230
|
-
"execFile instead of spawn, sequential loop, useOpenCode, 180s timeout",
|
|
231
|
-
"P1 CVE fixes + test alignment + tarball budget + env sync",
|
|
232
|
-
"exe-start COO_NAME resolution fails on npm install (not dev symlink)",
|
|
233
|
-
"fix FTS ambiguous column bug + CLaRa term sanitization"
|
|
320
|
+
"match user by deviceId when encryption secret lost"
|
|
234
321
|
],
|
|
235
322
|
"security": [],
|
|
236
323
|
"other": [
|
|
324
|
+
"prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
|
|
237
325
|
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
238
326
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
239
327
|
"service ownership matrix — dashboard is AskExe-only, not customer stack",
|
|
@@ -261,10 +349,12 @@
|
|
|
261
349
|
],
|
|
262
350
|
"migration_notes": []
|
|
263
351
|
},
|
|
264
|
-
"0.9.
|
|
265
|
-
"version": "0.9.
|
|
352
|
+
"0.9.280": {
|
|
353
|
+
"version": "0.9.280",
|
|
266
354
|
"date": "2026-06-17",
|
|
267
355
|
"features": [
|
|
356
|
+
"GoTrue JWT auth for MCP — exe-os login/logout/whoami",
|
|
357
|
+
"admin backfill endpoint for api_key_hash — fixes all encrypted keys",
|
|
268
358
|
"implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
|
|
269
359
|
"add dashboard + auth + otel to manifest as control-plane services",
|
|
270
360
|
"CLI service selection + exe-build removal from customer stack",
|
|
@@ -287,11 +377,20 @@
|
|
|
287
377
|
"split exe-os into server (~200MB) and worker (~1GB) images (#130)",
|
|
288
378
|
"out-of-process socket watchdog (c3b287cc) (#129)",
|
|
289
379
|
"hot-path session summary — compress last checkpoint into ~200 tokens at boot (edaf4eb3) (#128)",
|
|
290
|
-
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
291
|
-
"wire dashboard → api.askexe.com billing API (7 endpoints)",
|
|
292
|
-
"dashboard.askexe.com — customer developer portal"
|
|
380
|
+
"cloud-synced cross-device reminders via Cloudflare Worker KV (a4195632) (#127)"
|
|
293
381
|
],
|
|
294
382
|
"fixes": [
|
|
383
|
+
"prevent empty/duplicate company_procedure rows at the source",
|
|
384
|
+
"remove duplicate if-block causing TS build failure",
|
|
385
|
+
"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",
|
|
295
394
|
"name the target keychain on store to fix \"cannot be found\"",
|
|
296
395
|
"never re-prompt when the OS keychain is unavailable",
|
|
297
396
|
"GoTrue JWT payload decode fallback — support channel working",
|
|
@@ -305,21 +404,11 @@
|
|
|
305
404
|
"execFile instead of spawn, sequential loop, useOpenCode, 180s timeout",
|
|
306
405
|
"P1 CVE fixes + test alignment + tarball budget + env sync",
|
|
307
406
|
"exe-start COO_NAME resolution fails on npm install (not dev symlink)",
|
|
308
|
-
"fix FTS ambiguous column bug + CLaRa term sanitization"
|
|
309
|
-
"document cloud_action param in consolidated procedures (customer-readiness gate)",
|
|
310
|
-
"typecheck errors (session-summary undefined, unused import)",
|
|
311
|
-
"graceful exit on missing GHCR_TOKEN prevents crash-loop (bug 3416cead) (#141)",
|
|
312
|
-
"graceful exit on missing GHCR_TOKEN prevents crash-loop (bug 3416cead) (#140)",
|
|
313
|
-
"exe-build is askexe-control-plane, not customer-deployable",
|
|
314
|
-
"unquarantine gateway-client WS tests — clear NODE_OPTIONS + CI-aware timeouts (bug d51015bb) (#119)",
|
|
315
|
-
"typecheck errors from subagent code (failover undefined model, unused vars)",
|
|
316
|
-
"config-search-cloud reconciliation + Keychain-aware boot (bugs 370587e3, e3fd2319, 6bce0a70, 6727e213) (#109)",
|
|
317
|
-
"SSE stale-session recovery + eviction notification + headless session isolation (bugs 5b601250, 56caa668, 17882f71) (#108)",
|
|
318
|
-
"platform-aware RAM gate, dynamic worker cap, dirty worktree aging (bugs a3eb23d2, ed1fb3d2) (#107)",
|
|
319
|
-
"orchestration bugs — reviewer loop, session isolation, Desktop reaper (57b06092, b313fec5, 6b3a7810) (#106)"
|
|
407
|
+
"fix FTS ambiguous column bug + CLaRa term sanitization"
|
|
320
408
|
],
|
|
321
409
|
"security": [],
|
|
322
410
|
"other": [
|
|
411
|
+
"bump v0.9.280 — GoTrue MCP auth, support fixes",
|
|
323
412
|
"bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
|
|
324
413
|
"service ownership matrix — dashboard is AskExe-only, not customer stack",
|
|
325
414
|
"bump version to 0.9.278",
|
|
@@ -345,51 +434,6 @@
|
|
|
345
434
|
"Publish stack-update service resume as 0.9.271"
|
|
346
435
|
],
|
|
347
436
|
"migration_notes": []
|
|
348
|
-
},
|
|
349
|
-
"0.9.278": {
|
|
350
|
-
"version": "0.9.278",
|
|
351
|
-
"date": "2026-06-15",
|
|
352
|
-
"features": [
|
|
353
|
-
"Document-aware retrieval (retrieval_mode=document_aware) — neighbor chunks, affinity boost, debug scoring",
|
|
354
|
-
"Hot-path session summary — 200-token compressed context injected at boot",
|
|
355
|
-
"Reflex behaviors — trigger→action p0 suggestions with ⚡ prefix",
|
|
356
|
-
"Emotional baselines — per-role tone profiles + drift detection in dreaming",
|
|
357
|
-
"Agent capability cards — A2A-style JSON manifests via config(action=capability_cards)",
|
|
358
|
-
"Discovery hooks — tool catalog at boot + contextual hints per prompt",
|
|
359
|
-
"Doc→graph auto-extraction — ingested documents populate knowledge graph",
|
|
360
|
-
"Session closeout MCP action — config(action=closeout) for programmatic session end",
|
|
361
|
-
"Out-of-process daemon watchdog — MCP downtime capped at 30s",
|
|
362
|
-
"Docker image split — server ~200MB + worker ~1GB (from ~6GB monolith)",
|
|
363
|
-
"Canary/stable/pinned update channels — exe-os channel CLI",
|
|
364
|
-
"Daemon smoke test gate — RSS, MCP latency, event loop assertions at boot",
|
|
365
|
-
"Cloud-synced reminders via Cloudflare KV",
|
|
366
|
-
"Stack-update progress stream with N/M counters + volume cleanup",
|
|
367
|
-
"Support file attachments on bug reports + feature requests",
|
|
368
|
-
"Model registry — Opus 4.8, Sonnet 4.8, Fable",
|
|
369
|
-
"Degraded-boot banner with actionable fix steps",
|
|
370
|
-
"Event-loop-aware mcp_ping + retrieval health in diagnostics",
|
|
371
|
-
"Dynamic roster injection at boot",
|
|
372
|
-
"Worktree collision guard",
|
|
373
|
-
"SectionState UX across all repos (monitor, gateway, erp, wiki, crm)",
|
|
374
|
-
"CRM API key CLI (--list, --revoke)",
|
|
375
|
-
"Gateway per-section health endpoint + contract resync",
|
|
376
|
-
"Projection status API + data flows in exe-db",
|
|
377
|
-
"Customization preservation docs + 17 enforcement tests"
|
|
378
|
-
],
|
|
379
|
-
"fixes": [
|
|
380
|
-
"15 daemon/MCP bugs — SSE recovery, session isolation, project-dir resolution, RAM gate, worktree aging",
|
|
381
|
-
"CI WS test unquarantined (NODE_OPTIONS fix)",
|
|
382
|
-
"exe-update crash-loop on missing GHCR_TOKEN",
|
|
383
|
-
"Config reconciliation, hybrid search warning, cloud guard, Keychain boot",
|
|
384
|
-
"API router update_bug/update_feature 500 errors"
|
|
385
|
-
],
|
|
386
|
-
"improvements": [
|
|
387
|
-
"Platform procedures consolidated 75→46 (-49% context overhead, ~7K fewer tokens per session)",
|
|
388
|
-
"CLaRa query expansion documented in procedures"
|
|
389
|
-
],
|
|
390
|
-
"security": [],
|
|
391
|
-
"other": [],
|
|
392
|
-
"migration_notes": []
|
|
393
437
|
}
|
|
394
438
|
}
|
|
395
439
|
}
|