@askexenow/exe-os 0.9.246 → 0.9.247
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 +53 -1
- package/dist/hooks/manifest.json +1 -1
- package/package.json +1 -1
- package/release-notes.json +59 -59
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"latest": "0.9.
|
|
3
|
+
"latest": "0.9.17",
|
|
4
4
|
"stacks": {
|
|
5
5
|
"0.9.0": {
|
|
6
6
|
"version": "0.9.0",
|
|
@@ -926,6 +926,58 @@
|
|
|
926
926
|
"required": false
|
|
927
927
|
}
|
|
928
928
|
}
|
|
929
|
+
},
|
|
930
|
+
"0.9.17": {
|
|
931
|
+
"version": "0.9.17",
|
|
932
|
+
"releasedAt": "2026-06-09T00:00:00Z",
|
|
933
|
+
"notes": "gateway v0.9.16: fix: WhatsApp pairing — stale auth clearing + version fetch timeout",
|
|
934
|
+
"npmVersion": "0.9.247",
|
|
935
|
+
"breakingChanges": [],
|
|
936
|
+
"services": {
|
|
937
|
+
"crm": {
|
|
938
|
+
"image": "update.askexe.com/askexe/exe-crm:v0.9.46",
|
|
939
|
+
"env": "CRM_IMAGE_TAG",
|
|
940
|
+
"composeService": "exe-crm",
|
|
941
|
+
"healthUrl": "http://127.0.0.1:3000/healthz"
|
|
942
|
+
},
|
|
943
|
+
"wiki": {
|
|
944
|
+
"image": "update.askexe.com/askexe/exe-wiki:v0.9.21",
|
|
945
|
+
"env": "WIKI_IMAGE_TAG",
|
|
946
|
+
"composeService": "exe-wiki",
|
|
947
|
+
"healthUrl": "http://127.0.0.1:3001/api/ping"
|
|
948
|
+
},
|
|
949
|
+
"exe-os": {
|
|
950
|
+
"image": "update.askexe.com/askexe/exe-os:v0.9.243",
|
|
951
|
+
"env": "EXE_OS_IMAGE_TAG",
|
|
952
|
+
"composeService": "exe-os",
|
|
953
|
+
"healthUrl": "http://127.0.0.1:8765/health"
|
|
954
|
+
},
|
|
955
|
+
"gateway": {
|
|
956
|
+
"image": "update.askexe.com/askexe/exe-gateway:v0.9.16",
|
|
957
|
+
"env": "GATEWAY_IMAGE_TAG",
|
|
958
|
+
"composeService": "exe-gateway",
|
|
959
|
+
"healthUrl": "http://127.0.0.1:3100/health"
|
|
960
|
+
},
|
|
961
|
+
"monitorAgent": {
|
|
962
|
+
"image": "update.askexe.com/askexe/exe-monitor-agent:v0.9.4",
|
|
963
|
+
"env": "MONITOR_AGENT_IMAGE_TAG",
|
|
964
|
+
"composeService": "exe-monitor-agent"
|
|
965
|
+
},
|
|
966
|
+
"monitorHub": {
|
|
967
|
+
"image": "update.askexe.com/askexe/exe-monitor-hub:v0.9.4",
|
|
968
|
+
"env": "MONITOR_HUB_IMAGE_TAG",
|
|
969
|
+
"composeService": "exe-monitor-hub",
|
|
970
|
+
"healthUrl": "http://127.0.0.1:8090/api/health"
|
|
971
|
+
},
|
|
972
|
+
"erp": {
|
|
973
|
+
"image": "update.askexe.com/askexe/exe-erp:v0.2.0-final3",
|
|
974
|
+
"env": "ERP_IMAGE_TAG",
|
|
975
|
+
"composeService": "exe-erp",
|
|
976
|
+
"healthUrl": "http://127.0.0.1:8069/api/method/ping",
|
|
977
|
+
"deploymentScope": "customer",
|
|
978
|
+
"required": false
|
|
979
|
+
}
|
|
980
|
+
}
|
|
929
981
|
}
|
|
930
982
|
}
|
|
931
983
|
}
|
package/dist/hooks/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-06-09T11:
|
|
3
|
+
"generatedAt": "2026-06-09T11:56:27.769Z",
|
|
4
4
|
"hashes": {
|
|
5
5
|
"bug-report-worker.js": "9c001c51d975b408b18b77b8aaabfbc33955b683f9c527d650df8c42a1ca65fc",
|
|
6
6
|
"codex-stop-task-finalizer.js": "50f93c3f66cc893a2c1a63c7beec4a3a937f4648310ed22e3439b1414565eb87",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.247",
|
|
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.247",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
4
|
+
"0.9.247": {
|
|
5
|
+
"version": "0.9.247",
|
|
6
6
|
"date": "2026-06-09",
|
|
7
7
|
"features": [
|
|
8
8
|
"Entity Profile UI — knowledge graph explorer + entity detail view",
|
|
@@ -73,6 +73,8 @@
|
|
|
73
73
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
74
74
|
],
|
|
75
75
|
"other": [
|
|
76
|
+
"bump v0.9.247 for stack manifest release",
|
|
77
|
+
"stack release v0.9.17",
|
|
76
78
|
"cover singleton employee spawn lock",
|
|
77
79
|
"cover registry proxy license auth fallbacks",
|
|
78
80
|
"update release notes for v0.9.243",
|
|
@@ -95,14 +97,12 @@
|
|
|
95
97
|
"GoTrue JWT unified auth architecture — founder directive 2026-06-08",
|
|
96
98
|
"Thread + Graph Discovery architecture — unified knowledge view",
|
|
97
99
|
"move heavy jobs to 9 PM — GraphRAG, skill sweep, backup",
|
|
98
|
-
"Mode 3 Client-Side RAG architecture — memories never leave device"
|
|
99
|
-
"bump to v0.9.230 — P0 WAL backup corruption fix for Jack",
|
|
100
|
-
"bump to v0.9.225"
|
|
100
|
+
"Mode 3 Client-Side RAG architecture — memories never leave device"
|
|
101
101
|
],
|
|
102
102
|
"migration_notes": []
|
|
103
103
|
},
|
|
104
|
-
"0.9.
|
|
105
|
-
"version": "0.9.
|
|
104
|
+
"0.9.246": {
|
|
105
|
+
"version": "0.9.246",
|
|
106
106
|
"date": "2026-06-09",
|
|
107
107
|
"features": [
|
|
108
108
|
"Entity Profile UI — knowledge graph explorer + entity detail view",
|
|
@@ -132,6 +132,9 @@
|
|
|
132
132
|
"add `exe-os boot --project X` CLI command for project boot verification"
|
|
133
133
|
],
|
|
134
134
|
"fixes": [
|
|
135
|
+
"spawn lock dedup, MCP recovery mutex, health timeout 60→180s",
|
|
136
|
+
"exclude release-note chores from generated notes",
|
|
137
|
+
"dedupe stale MCP session recovery",
|
|
135
138
|
"embeddings OFF by default for all users — opt-in via EXE_EMBEDDINGS=1",
|
|
136
139
|
"keep generated env templates in sync",
|
|
137
140
|
"bootstrap monitor env and lazy-init recall memory",
|
|
@@ -153,10 +156,7 @@
|
|
|
153
156
|
"skip duplicate initStore in WS client — prevents 2-8s event loop block",
|
|
154
157
|
"add session scope imports to dreaming, project-boot, telemetry-upload",
|
|
155
158
|
"resolve typecheck errors for npm publish",
|
|
156
|
-
"add setImmediate yields to Graph→PG sync — prevent event loop blocking"
|
|
157
|
-
"convert SQLite short hex IDs to valid UUIDs for PostgreSQL projection",
|
|
158
|
-
"delay initial graph sync tick to 60s + add debug logging",
|
|
159
|
-
"share DB init state between MCP HTTP and timer ticks"
|
|
159
|
+
"add setImmediate yields to Graph→PG sync — prevent event loop blocking"
|
|
160
160
|
],
|
|
161
161
|
"security": [
|
|
162
162
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -173,9 +173,7 @@
|
|
|
173
173
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
174
174
|
],
|
|
175
175
|
"other": [
|
|
176
|
-
"
|
|
177
|
-
"sync v0.9.244 published artifacts",
|
|
178
|
-
"bump v0.9.244",
|
|
176
|
+
"cover singleton employee spawn lock",
|
|
179
177
|
"cover registry proxy license auth fallbacks",
|
|
180
178
|
"update release notes for v0.9.243",
|
|
181
179
|
"stack release v0.9.16",
|
|
@@ -197,12 +195,14 @@
|
|
|
197
195
|
"GoTrue JWT unified auth architecture — founder directive 2026-06-08",
|
|
198
196
|
"Thread + Graph Discovery architecture — unified knowledge view",
|
|
199
197
|
"move heavy jobs to 9 PM — GraphRAG, skill sweep, backup",
|
|
200
|
-
"Mode 3 Client-Side RAG architecture — memories never leave device"
|
|
198
|
+
"Mode 3 Client-Side RAG architecture — memories never leave device",
|
|
199
|
+
"bump to v0.9.230 — P0 WAL backup corruption fix for Jack",
|
|
200
|
+
"bump to v0.9.225"
|
|
201
201
|
],
|
|
202
202
|
"migration_notes": []
|
|
203
203
|
},
|
|
204
|
-
"0.9.
|
|
205
|
-
"version": "0.9.
|
|
204
|
+
"0.9.245": {
|
|
205
|
+
"version": "0.9.245",
|
|
206
206
|
"date": "2026-06-09",
|
|
207
207
|
"features": [
|
|
208
208
|
"Entity Profile UI — knowledge graph explorer + entity detail view",
|
|
@@ -232,6 +232,9 @@
|
|
|
232
232
|
"add `exe-os boot --project X` CLI command for project boot verification"
|
|
233
233
|
],
|
|
234
234
|
"fixes": [
|
|
235
|
+
"embeddings OFF by default for all users — opt-in via EXE_EMBEDDINGS=1",
|
|
236
|
+
"keep generated env templates in sync",
|
|
237
|
+
"bootstrap monitor env and lazy-init recall memory",
|
|
235
238
|
"registry proxy accepts license keys + stack-update reads .env license",
|
|
236
239
|
"stack-release uses defaultBranch per repo (wiki uses master)",
|
|
237
240
|
"prevent stale task intercom prompts",
|
|
@@ -253,10 +256,7 @@
|
|
|
253
256
|
"add setImmediate yields to Graph→PG sync — prevent event loop blocking",
|
|
254
257
|
"convert SQLite short hex IDs to valid UUIDs for PostgreSQL projection",
|
|
255
258
|
"delay initial graph sync tick to 60s + add debug logging",
|
|
256
|
-
"share DB init state between MCP HTTP and timer ticks"
|
|
257
|
-
"allow VPS daemon to run in PostgreSQL-only mode (no encryption key)",
|
|
258
|
-
"detect response body failures — build pass ≠ feature works",
|
|
259
|
-
"coordinators see all tasks cross-session by default"
|
|
259
|
+
"share DB init state between MCP HTTP and timer ticks"
|
|
260
260
|
],
|
|
261
261
|
"security": [
|
|
262
262
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -273,6 +273,8 @@
|
|
|
273
273
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
274
274
|
],
|
|
275
275
|
"other": [
|
|
276
|
+
"bump v0.9.245",
|
|
277
|
+
"sync v0.9.244 published artifacts",
|
|
276
278
|
"bump v0.9.244",
|
|
277
279
|
"cover registry proxy license auth fallbacks",
|
|
278
280
|
"update release notes for v0.9.243",
|
|
@@ -295,14 +297,12 @@
|
|
|
295
297
|
"GoTrue JWT unified auth architecture — founder directive 2026-06-08",
|
|
296
298
|
"Thread + Graph Discovery architecture — unified knowledge view",
|
|
297
299
|
"move heavy jobs to 9 PM — GraphRAG, skill sweep, backup",
|
|
298
|
-
"Mode 3 Client-Side RAG architecture — memories never leave device"
|
|
299
|
-
"bump to v0.9.230 — P0 WAL backup corruption fix for Jack",
|
|
300
|
-
"bump to v0.9.225"
|
|
300
|
+
"Mode 3 Client-Side RAG architecture — memories never leave device"
|
|
301
301
|
],
|
|
302
302
|
"migration_notes": []
|
|
303
303
|
},
|
|
304
|
-
"0.9.
|
|
305
|
-
"version": "0.9.
|
|
304
|
+
"0.9.244": {
|
|
305
|
+
"version": "0.9.244",
|
|
306
306
|
"date": "2026-06-09",
|
|
307
307
|
"features": [
|
|
308
308
|
"Entity Profile UI — knowledge graph explorer + entity detail view",
|
|
@@ -332,6 +332,7 @@
|
|
|
332
332
|
"add `exe-os boot --project X` CLI command for project boot verification"
|
|
333
333
|
],
|
|
334
334
|
"fixes": [
|
|
335
|
+
"registry proxy accepts license keys + stack-update reads .env license",
|
|
335
336
|
"stack-release uses defaultBranch per repo (wiki uses master)",
|
|
336
337
|
"prevent stale task intercom prompts",
|
|
337
338
|
"v0.9.241 — 13 more bug fixes (28 total this session)",
|
|
@@ -355,8 +356,7 @@
|
|
|
355
356
|
"share DB init state between MCP HTTP and timer ticks",
|
|
356
357
|
"allow VPS daemon to run in PostgreSQL-only mode (no encryption key)",
|
|
357
358
|
"detect response body failures — build pass ≠ feature works",
|
|
358
|
-
"coordinators see all tasks cross-session by default"
|
|
359
|
-
"self-improvement uses Cloudflare support API, not local tasks"
|
|
359
|
+
"coordinators see all tasks cross-session by default"
|
|
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
|
+
"bump v0.9.244",
|
|
377
|
+
"cover registry proxy license auth fallbacks",
|
|
378
|
+
"update release notes for v0.9.243",
|
|
376
379
|
"stack release v0.9.16",
|
|
377
380
|
"bump v0.9.243 for stack release",
|
|
378
381
|
"bump v0.9.242 for stack release",
|
|
@@ -394,17 +397,15 @@
|
|
|
394
397
|
"move heavy jobs to 9 PM — GraphRAG, skill sweep, backup",
|
|
395
398
|
"Mode 3 Client-Side RAG architecture — memories never leave device",
|
|
396
399
|
"bump to v0.9.230 — P0 WAL backup corruption fix for Jack",
|
|
397
|
-
"bump to v0.9.225"
|
|
398
|
-
"bump to v0.9.223",
|
|
399
|
-
"boot time 18.9s → 2.2s — query daemon socket instead of opening DB",
|
|
400
|
-
"add event loop yielding to heavy daemon timers"
|
|
400
|
+
"bump to v0.9.225"
|
|
401
401
|
],
|
|
402
402
|
"migration_notes": []
|
|
403
403
|
},
|
|
404
|
-
"0.9.
|
|
405
|
-
"version": "0.9.
|
|
404
|
+
"0.9.243": {
|
|
405
|
+
"version": "0.9.243",
|
|
406
406
|
"date": "2026-06-09",
|
|
407
407
|
"features": [
|
|
408
|
+
"Entity Profile UI — knowledge graph explorer + entity detail view",
|
|
408
409
|
"log MCP session open/close to stderr for docker logs visibility",
|
|
409
410
|
"Graph→PostgreSQL sync timer — automatic SQLite→exe-db projection",
|
|
410
411
|
"project GraphRAG data to PostgreSQL during cloud sync pull",
|
|
@@ -428,10 +429,22 @@
|
|
|
428
429
|
"auto-run dreaming cycle on session end — zero-touch self-improvement",
|
|
429
430
|
"add dreaming system + structured handoffs to platform procedures",
|
|
430
431
|
"add snapshot + boot to platform procedures and operating procedures",
|
|
431
|
-
"add `exe-os boot --project X` CLI command for project boot verification"
|
|
432
|
-
"add `exe-os snapshot` CLI command for session state capture"
|
|
432
|
+
"add `exe-os boot --project X` CLI command for project boot verification"
|
|
433
433
|
],
|
|
434
434
|
"fixes": [
|
|
435
|
+
"stack-release uses defaultBranch per repo (wiki uses master)",
|
|
436
|
+
"prevent stale task intercom prompts",
|
|
437
|
+
"v0.9.241 — 13 more bug fixes (28 total this session)",
|
|
438
|
+
"sync lockfile for Docker build — npm ci --omit=dev works again",
|
|
439
|
+
"keep review notifications session-local and test-safe",
|
|
440
|
+
"CI Dockerfile reference — Dockerfile.exed → Dockerfile.exe-os",
|
|
441
|
+
"v0.9.240 — 15 bug fixes across HYGO, Jack, platform (stack v0.9.15)",
|
|
442
|
+
"keep daemon memory recall FTS bounded",
|
|
443
|
+
"keep daemon cloud sync off CRDT heap path",
|
|
444
|
+
"suppress ENOBUFS in reapers + skip boot-time sync execution",
|
|
445
|
+
"MCP health probe in prompt hook + Docker image build tolerance",
|
|
446
|
+
"plug MCP session memory leak — zombie McpServer instances accumulated",
|
|
447
|
+
"lower RSS watchdog to 1.5/2.5GB + add GC after heavy operations",
|
|
435
448
|
"snapshot crash — daemon fallback + dreaming scope binding",
|
|
436
449
|
"skip duplicate initStore in WS client — prevents 2-8s event loop block",
|
|
437
450
|
"add session scope imports to dreaming, project-boot, telemetry-upload",
|
|
@@ -443,20 +456,7 @@
|
|
|
443
456
|
"allow VPS daemon to run in PostgreSQL-only mode (no encryption key)",
|
|
444
457
|
"detect response body failures — build pass ≠ feature works",
|
|
445
458
|
"coordinators see all tasks cross-session by default",
|
|
446
|
-
"self-improvement uses Cloudflare support API, not local tasks"
|
|
447
|
-
"self-improvement uses MCP tasks for review, not WhatsApp",
|
|
448
|
-
"harden investigation tracker — 3 more issues from second audit",
|
|
449
|
-
"self-improvement creates PRs, never pushes to main",
|
|
450
|
-
"harden investigation tracker — 11 issues from audit at 10K users",
|
|
451
|
-
"clear ghost notifications on task cancel/close",
|
|
452
|
-
"remove timeout requirement from tmux capture-pane hook",
|
|
453
|
-
"remove unused hLine variable + clean 3 stale worktrees",
|
|
454
|
-
"replace CJS require() with ESM imports — daemon DB init crash",
|
|
455
|
-
"resolveExeSession — match agent name to coordinator session",
|
|
456
|
-
"remove SITES_PATH from compose — handled in exe-erp entrypoint",
|
|
457
|
-
"self-heal missing task .md files to stop false consistencyMismatches (#76)",
|
|
458
|
-
"add SITES_PATH=./sites for exe-erp — Frappe site resolution",
|
|
459
|
-
"last CJS require() + launchd spawn storm prevention"
|
|
459
|
+
"self-improvement uses Cloudflare support API, not local tasks"
|
|
460
460
|
],
|
|
461
461
|
"security": [
|
|
462
462
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -473,6 +473,13 @@
|
|
|
473
473
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
474
474
|
],
|
|
475
475
|
"other": [
|
|
476
|
+
"stack release v0.9.16",
|
|
477
|
+
"bump v0.9.243 for stack release",
|
|
478
|
+
"bump v0.9.242 for stack release",
|
|
479
|
+
"add STACK-RELEASE.md — full release process documentation",
|
|
480
|
+
"claurst competitive analysis — npm distribution + free-tier mode",
|
|
481
|
+
"bump stack.release.json to v0.9.240 for CI image build",
|
|
482
|
+
"update release notes for v0.9.238-239",
|
|
476
483
|
"release: stack v0.9.14 — gateway audit fixes",
|
|
477
484
|
"release: stack v0.9.13 — HYGO deployment readiness",
|
|
478
485
|
"incremental Graph→PG sync — 86K rows → deltas only",
|
|
@@ -490,14 +497,7 @@
|
|
|
490
497
|
"bump to v0.9.225",
|
|
491
498
|
"bump to v0.9.223",
|
|
492
499
|
"boot time 18.9s → 2.2s — query daemon socket instead of opening DB",
|
|
493
|
-
"add event loop yielding to heavy daemon timers"
|
|
494
|
-
"update package-lock.json from npm audit fix",
|
|
495
|
-
"reduce agent_data_refresh from 10min to 1hr — prevents MCP stalls",
|
|
496
|
-
"capture deferred architecture items (NOT this year)",
|
|
497
|
-
"bump to v0.9.222",
|
|
498
|
-
"bump to v0.9.221",
|
|
499
|
-
"sync release notes for v0.9.220",
|
|
500
|
-
"bump to v0.9.220"
|
|
500
|
+
"add event loop yielding to heavy daemon timers"
|
|
501
501
|
],
|
|
502
502
|
"migration_notes": []
|
|
503
503
|
}
|