@askexenow/exe-os 0.9.146 → 0.9.148
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/.env.customer.example +1 -1
- package/deploy/compose/.env.default +1 -1
- package/deploy/compose/.env.example +1 -1
- package/deploy/compose/README.md +1 -1
- package/deploy/compose/docker-compose.yml +16 -14
- package/dist/{backfill-metadata-5JOQOIN2.js → backfill-metadata-KMDWLDXU.js} +1 -1
- package/dist/bin/agentic-ontology-backfill.js +1 -1
- package/dist/bin/agentic-reflection-backfill.js +1 -1
- package/dist/bin/agentic-semantic-label.js +1 -1
- package/dist/bin/backfill-conversations.js +1 -1
- package/dist/bin/backfill-responses.js +1 -1
- package/dist/bin/backfill-vectors.js +1 -1
- package/dist/bin/bulk-sync-postgres.js +1 -1
- package/dist/bin/cleanup-stale-review-tasks.js +1 -1
- package/dist/bin/cli.js +5 -5
- package/dist/bin/customer-readiness.js +45 -7
- package/dist/bin/exe-agent.js +3 -3
- package/dist/bin/exe-assign.js +1 -1
- package/dist/bin/exe-boot.js +8 -6
- package/dist/bin/exe-call.js +3 -3
- package/dist/bin/exe-dispatch.js +1 -1
- package/dist/bin/exe-doctor.js +1 -1
- package/dist/bin/exe-export-behaviors.js +2 -2
- package/dist/bin/exe-forget.js +3 -3
- package/dist/bin/exe-gateway.js +1 -1
- package/dist/bin/exe-heartbeat.js +1 -1
- package/dist/bin/exe-kill.js +2 -2
- package/dist/bin/exe-launch-agent.js +5 -5
- package/dist/bin/exe-new-employee.js +3 -3
- package/dist/bin/exe-pending-messages.js +1 -1
- package/dist/bin/exe-pending-notifications.js +1 -1
- package/dist/bin/exe-pending-reviews.js +1 -1
- package/dist/bin/exe-rename.js +3 -3
- package/dist/bin/exe-review.js +2 -2
- package/dist/bin/exe-search.js +2 -2
- package/dist/bin/exe-session-cleanup.js +3 -3
- package/dist/bin/exe-start-codex.js +2 -2
- package/dist/bin/exe-start-opencode.js +1 -1
- package/dist/bin/exe-status.js +2 -2
- package/dist/bin/exe-team.js +1 -1
- package/dist/bin/git-sweep.js +1 -1
- package/dist/bin/graph-backfill.js +1 -1
- package/dist/bin/graph-export.js +2 -2
- package/dist/bin/intercom-check.js +1 -1
- package/dist/bin/pre-publish.js +1 -1
- package/dist/bin/scan-tasks.js +1 -1
- package/dist/bin/setup.js +1 -1
- package/dist/bin/shard-migrate.js +1 -1
- package/dist/bin/stack-update.js +1 -1
- package/dist/{catchup-brief-7HTF254M.js → catchup-brief-IPNSW7RQ.js} +2 -2
- package/dist/{chunk-KJFCQUQP.js → chunk-3MLGUSKS.js} +1 -1
- package/dist/{chunk-4LUI7MMY.js → chunk-4EINMZNO.js} +1 -1
- package/dist/{chunk-AAZ3MQIA.js → chunk-AGFWOII2.js} +1 -1
- package/dist/{chunk-CAXNZ4KN.js → chunk-FNMNKYVH.js} +12 -12
- package/dist/{chunk-HJWNO7MX.js → chunk-JF3Q5YKI.js} +1 -1
- package/dist/{chunk-IYDFOUK4.js → chunk-MKUVEDUE.js} +1 -1
- package/dist/{chunk-7J6OKCQX.js → chunk-NJKERRSG.js} +1 -1
- package/dist/{chunk-CVUFSWGC.js → chunk-UPMKSFBU.js} +1 -1
- package/dist/{chunk-GKFSZKUD.js → chunk-XWQKCCCO.js} +1 -1
- package/dist/{chunk-PMUKZYTR.js → chunk-Y6TS42WD.js} +1 -1
- package/dist/{chunk-6CSCJTGT.js → chunk-ZMJHXDZR.js} +1 -1
- package/dist/{chunk-4XO2533K.js → chunk-ZUAXTH6Z.js} +1 -1
- package/dist/{exe-export-C7GZLJJ2.js → exe-export-ADSWDE5U.js} +3 -3
- package/dist/{exe-import-E3ZOLEAC.js → exe-import-WFLNGJZP.js} +3 -3
- package/dist/{fast-db-init-JI5U4KWG.js → fast-db-init-HVAVS35N.js} +1 -1
- package/dist/gateway/index.js +2 -2
- package/dist/{git-task-sweep-EVITTAZE.js → git-task-sweep-RSRASAHB.js} +1 -1
- package/dist/{global-procedures-YJLTJ7EZ.js → global-procedures-EKYSVONR.js} +2 -2
- package/dist/hooks/bug-report-worker.js +1 -1
- package/dist/hooks/codex-stop-task-finalizer.js +1 -1
- package/dist/hooks/commit-complete.js +2 -2
- package/dist/hooks/error-recall.js +2 -2
- package/dist/hooks/instructions-loaded.js +1 -1
- package/dist/hooks/notification.js +1 -1
- package/dist/hooks/post-compact.js +1 -1
- package/dist/hooks/post-tool-combined.js +1 -1
- package/dist/hooks/pre-compact.js +1 -1
- package/dist/hooks/pre-tool-use.js +3 -3
- package/dist/hooks/prompt-submit.js +4 -4
- package/dist/hooks/session-end.js +3 -3
- package/dist/hooks/session-start.js +2 -2
- package/dist/hooks/stop.js +3 -3
- package/dist/hooks/subagent-stop.js +1 -1
- package/dist/hooks/summary-worker.js +1 -1
- package/dist/index.js +3 -3
- package/dist/lib/consolidation.js +2 -2
- package/dist/lib/employee-templates.js +3 -3
- package/dist/lib/hybrid-search.js +2 -2
- package/dist/lib/schedules.js +2 -2
- package/dist/lib/store.js +1 -1
- package/dist/mcp/register-tools.js +12 -12
- package/dist/mcp/server.js +12 -12
- package/dist/runtime/index.js +1 -1
- package/dist/{setup-wizard-3GVBHKHG.js → setup-wizard-QVNTI3T4.js} +1 -1
- package/dist/tui/App.js +3 -3
- package/package.json +1 -1
- package/release-notes.json +173 -173
- /package/dist/{chunk-UU6YYTYH.js → chunk-7B5DQGXG.js} +0 -0
- /package/dist/{chunk-I7KGNSNR.js → chunk-B4HAUSVQ.js} +0 -0
- /package/dist/{chunk-IGRIWAV4.js → chunk-CGQ5PWS3.js} +0 -0
- /package/dist/{chunk-RMSDKMFD.js → chunk-HHMHL4FB.js} +0 -0
- /package/dist/{chunk-44XTE6NK.js → chunk-UJMDHPIN.js} +0 -0
- /package/dist/{core-memory-KF6T4PMU.js → core-memory-C3JLISAU.js} +0 -0
- /package/dist/{exe-key-4275KC6R.js → exe-key-4L32R46F.js} +0 -0
package/release-notes.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.148",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
4
|
+
"0.9.148": {
|
|
5
|
+
"version": "0.9.148",
|
|
6
6
|
"date": "2026-05-28",
|
|
7
7
|
"features": [
|
|
8
8
|
"graph auto-extract from ARCHITECTURE.md — regex-based entity/relationship extraction",
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"stale review auto-cleanup + file-copy size limit (features 5, 6)"
|
|
33
33
|
],
|
|
34
34
|
"fixes": [
|
|
35
|
+
"ONE postgres — replace crm-postgres with exe-db across entire stack",
|
|
36
|
+
"smart session-scoping gate + last boot cleanup leak + triage_bug docs",
|
|
37
|
+
"add shipped_version to support triage + clean platform procedures",
|
|
35
38
|
"close remaining session-scoping findings from Bob's audit",
|
|
36
39
|
"close 3 more session-scoping leaks from Bob's audit (LEAK-4, LEAK-7, LEAK-8)",
|
|
37
40
|
"close 8 session-scoping leaks — daemon ALS trust + review cleanup + close-task + inbox",
|
|
@@ -53,10 +56,7 @@
|
|
|
53
56
|
"replace require() with ESM import in shouldAutoInstance",
|
|
54
57
|
"intercom-check passes project_name to scanFromDb — prevents cross-project task pollution",
|
|
55
58
|
"periodic WAL checkpoint (TRUNCATE) every 5 minutes in daemon",
|
|
56
|
-
"orphan task routing + cloud push content hash (cherry-pick from tom4)"
|
|
57
|
-
"upgrade code_context platform procedure to P0 + add graph tools",
|
|
58
|
-
"defer initStore() to background — MCP startup is now instant",
|
|
59
|
-
"multi-project session isolation in create-task dispatch"
|
|
59
|
+
"orphan task routing + cloud push content hash (cherry-pick from tom4)"
|
|
60
60
|
],
|
|
61
61
|
"security": [
|
|
62
62
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -104,62 +104,62 @@
|
|
|
104
104
|
"exe-daemon.ts kills old embed.pid process and cleans up"
|
|
105
105
|
]
|
|
106
106
|
},
|
|
107
|
-
"0.9.
|
|
108
|
-
"version": "0.9.
|
|
109
|
-
"date": "2026-05-
|
|
107
|
+
"0.9.147": {
|
|
108
|
+
"version": "0.9.147",
|
|
109
|
+
"date": "2026-05-28",
|
|
110
110
|
"features": [
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
111
|
+
"graph auto-extract from ARCHITECTURE.md — regex-based entity/relationship extraction",
|
|
112
|
+
"migrate cloud.askexe.com → api.askexe.com as canonical endpoint",
|
|
113
|
+
"federated recall — code_context + graph fallback when memory results weak",
|
|
114
|
+
"migrate cloud.askexe.com → api.askexe.com across all src/ defaults",
|
|
115
|
+
"rolling restart in stack-update — one service at a time with health verification",
|
|
116
|
+
"DMR benchmark harness + LoCoMo improvements for v0.9.145 evaluation",
|
|
117
|
+
"Windows/WSL support — WezTerm config + WSL detection in setup wizard",
|
|
118
|
+
"queryTaskRows() consolidation — single scoped query path for all task list operations",
|
|
119
|
+
"review signal files — reliable reviewer notification on update_task(done)",
|
|
120
|
+
"Ghostty-native notifications via OSC 9 — no more Script Editor popup",
|
|
121
|
+
"device-scoped behaviors — device_id column + filter in loading",
|
|
122
|
+
"dispatch reliability — 45s boot timeout, dispatch ack signals, agent heartbeat",
|
|
123
|
+
"setup wizard headless mode + daemon health check after restart",
|
|
124
|
+
"device-scoped behaviors — add device_id column + filter on load",
|
|
125
|
+
"gateway prompt injection defense — 3-tier security hardening",
|
|
126
|
+
"add diagnostics(action=\"merge_agent_memories\") for reassigning memories across agent IDs",
|
|
127
|
+
"add task dependency tree visualization (action=dependency_tree)",
|
|
128
|
+
"graceful COO auto-relaunch after context-full exit",
|
|
129
|
+
"desktop push notifications on task completion (macOS/Linux)",
|
|
130
|
+
"rename GHCR image exed → exe-os across all deploy/stack references",
|
|
131
|
+
"passive daemon-restart detection — agents get one-time /mcp notice",
|
|
132
|
+
"daemon restart orchestrator — single authority for all restart decisions",
|
|
133
|
+
"query router cache tuning + cross-session tasks + shared skills",
|
|
134
|
+
"socket health probe + tmux env guard + reviewer queue fallback (features 1, 2)",
|
|
135
|
+
"stale review auto-cleanup + file-copy size limit (features 5, 6)"
|
|
136
136
|
],
|
|
137
137
|
"fixes": [
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"remaining
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
138
|
+
"smart session-scoping gate + last boot cleanup leak + triage_bug docs",
|
|
139
|
+
"add shipped_version to support triage + clean platform procedures",
|
|
140
|
+
"close remaining session-scoping findings from Bob's audit",
|
|
141
|
+
"close 3 more session-scoping leaks from Bob's audit (LEAK-4, LEAK-7, LEAK-8)",
|
|
142
|
+
"close 8 session-scoping leaks — daemon ALS trust + review cleanup + close-task + inbox",
|
|
143
|
+
"correct graph column names in federated recall query",
|
|
144
|
+
"diagnostics check_update ENOENT + healthcheck timeout",
|
|
145
|
+
"review notifications never reached reviewer — signal file gate was dead code",
|
|
146
|
+
"remove osascript fallback — desktop notifications use OSC 9 only on macOS",
|
|
147
|
+
"generate valid UUIDs in projection worker stableId + add wiki.* projection",
|
|
148
|
+
"RSS backpressure + safe Metal shutdown for embedding daemon OOM",
|
|
149
|
+
"multi-Tom dispatch — per-task signal files + atomic claim + herd prevention",
|
|
150
|
+
"restrict project_name='all' to coordinators only in list_tasks",
|
|
151
|
+
"CRM Dockerfile multi-arch — BUILDPLATFORM for build stages, rebuild bcrypt",
|
|
152
|
+
"enhance intercom log with caller/task/trigger metadata for tracing",
|
|
153
|
+
"project-scope review queries — no more cross-project review pollution",
|
|
154
|
+
"remove unused getActiveAgent import in list-tasks",
|
|
155
|
+
"project-scope ALL task queries — prevents cross-project pollution",
|
|
156
|
+
"hash-based cloud pull conflict detection + indentation-aware Python/Rust chunker",
|
|
157
|
+
"add sessionScopeFilter to worker-gate + create-task queries",
|
|
158
|
+
"replace require() with ESM import in shouldAutoInstance",
|
|
159
|
+
"intercom-check passes project_name to scanFromDb — prevents cross-project task pollution",
|
|
160
|
+
"periodic WAL checkpoint (TRUNCATE) every 5 minutes in daemon",
|
|
161
|
+
"orphan task routing + cloud push content hash (cherry-pick from tom4)",
|
|
162
|
+
"upgrade code_context platform procedure to P0 + add graph tools"
|
|
163
163
|
],
|
|
164
164
|
"security": [
|
|
165
165
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -176,7 +176,15 @@
|
|
|
176
176
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
177
177
|
],
|
|
178
178
|
"other": [
|
|
179
|
+
"bump to v0.9.146 for publish",
|
|
180
|
+
"Windows support architecture — WezTerm + WSL decision (2026-05-27)",
|
|
181
|
+
"Merge branch 'tom4-work' — device-scoped behaviors + push-notification fix",
|
|
182
|
+
"bump to v0.9.145 for publish",
|
|
183
|
+
"revert: keep workflow files unchanged — GitHub OAuth blocks workflow scope",
|
|
184
|
+
"stage remaining Yoshi fixes — features + bug cleanup",
|
|
185
|
+
"add tests for daemon restart orchestrator module",
|
|
179
186
|
"publish v0.9.144 — ESM require() fix + reliable task signals + OAuth 2.1",
|
|
187
|
+
"add MCP tool tests for message, cloud-sync, and file-copy",
|
|
180
188
|
"add coverage for send_message, cloud_sync, file_copy MCP tools (Track A)",
|
|
181
189
|
"Recover MCP sessions after daemon restart",
|
|
182
190
|
"publish v0.9.143 — all fixes live",
|
|
@@ -192,77 +200,69 @@
|
|
|
192
200
|
"roadmap: Cross-Repo Ontology — Palantir-level graph (PG-1 through PG-10)",
|
|
193
201
|
"capture mcp restart self-healing roadmap",
|
|
194
202
|
"Enforce chain of command task review parity",
|
|
195
|
-
"document raw SQL fallback in orchestrator auto-approve path"
|
|
196
|
-
"Finalize orchestration rollout fixes",
|
|
197
|
-
"Scope device governance task queries",
|
|
198
|
-
"bump v0.9.138 — 7 critical bug fixes, 10 features, 16 commits",
|
|
199
|
-
"bump v0.9.137 — Memanto typed schema, push notifications, lazy consolidation",
|
|
200
|
-
"bump v0.9.136 — daemon OOM fix, process monitor, auto-notify reviewer",
|
|
201
|
-
"bump v0.9.135 — code debt cleanup, 28 new tests, full observability",
|
|
202
|
-
"Codex MCP regression tests (18) + DB singleton integration tests (10)",
|
|
203
|
-
"release notes for v0.9.134"
|
|
203
|
+
"document raw SQL fallback in orchestrator auto-approve path"
|
|
204
204
|
],
|
|
205
205
|
"migration_notes": [
|
|
206
206
|
"If daemon goes down, agents will now fail instead of silently",
|
|
207
207
|
"exe-daemon.ts kills old embed.pid process and cleans up"
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
|
-
"0.9.
|
|
211
|
-
"version": "0.9.
|
|
212
|
-
"date": "2026-05-
|
|
210
|
+
"0.9.146": {
|
|
211
|
+
"version": "0.9.146",
|
|
212
|
+
"date": "2026-05-28",
|
|
213
213
|
"features": [
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
214
|
+
"graph auto-extract from ARCHITECTURE.md — regex-based entity/relationship extraction",
|
|
215
|
+
"migrate cloud.askexe.com → api.askexe.com as canonical endpoint",
|
|
216
|
+
"federated recall — code_context + graph fallback when memory results weak",
|
|
217
|
+
"migrate cloud.askexe.com → api.askexe.com across all src/ defaults",
|
|
218
|
+
"rolling restart in stack-update — one service at a time with health verification",
|
|
219
|
+
"DMR benchmark harness + LoCoMo improvements for v0.9.145 evaluation",
|
|
220
|
+
"Windows/WSL support — WezTerm config + WSL detection in setup wizard",
|
|
221
|
+
"queryTaskRows() consolidation — single scoped query path for all task list operations",
|
|
222
|
+
"review signal files — reliable reviewer notification on update_task(done)",
|
|
223
|
+
"Ghostty-native notifications via OSC 9 — no more Script Editor popup",
|
|
224
|
+
"device-scoped behaviors — device_id column + filter in loading",
|
|
225
|
+
"dispatch reliability — 45s boot timeout, dispatch ack signals, agent heartbeat",
|
|
226
|
+
"setup wizard headless mode + daemon health check after restart",
|
|
227
|
+
"device-scoped behaviors — add device_id column + filter on load",
|
|
228
|
+
"gateway prompt injection defense — 3-tier security hardening",
|
|
229
|
+
"add diagnostics(action=\"merge_agent_memories\") for reassigning memories across agent IDs",
|
|
230
|
+
"add task dependency tree visualization (action=dependency_tree)",
|
|
231
|
+
"graceful COO auto-relaunch after context-full exit",
|
|
232
|
+
"desktop push notifications on task completion (macOS/Linux)",
|
|
233
|
+
"rename GHCR image exed → exe-os across all deploy/stack references",
|
|
234
|
+
"passive daemon-restart detection — agents get one-time /mcp notice",
|
|
235
|
+
"daemon restart orchestrator — single authority for all restart decisions",
|
|
236
|
+
"query router cache tuning + cross-session tasks + shared skills",
|
|
237
|
+
"socket health probe + tmux env guard + reviewer queue fallback (features 1, 2)",
|
|
238
|
+
"stale review auto-cleanup + file-copy size limit (features 5, 6)"
|
|
239
239
|
],
|
|
240
240
|
"fixes": [
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
241
|
+
"close remaining session-scoping findings from Bob's audit",
|
|
242
|
+
"close 3 more session-scoping leaks from Bob's audit (LEAK-4, LEAK-7, LEAK-8)",
|
|
243
|
+
"close 8 session-scoping leaks — daemon ALS trust + review cleanup + close-task + inbox",
|
|
244
|
+
"correct graph column names in federated recall query",
|
|
245
|
+
"diagnostics check_update ENOENT + healthcheck timeout",
|
|
246
|
+
"review notifications never reached reviewer — signal file gate was dead code",
|
|
247
|
+
"remove osascript fallback — desktop notifications use OSC 9 only on macOS",
|
|
248
|
+
"generate valid UUIDs in projection worker stableId + add wiki.* projection",
|
|
249
|
+
"RSS backpressure + safe Metal shutdown for embedding daemon OOM",
|
|
250
|
+
"multi-Tom dispatch — per-task signal files + atomic claim + herd prevention",
|
|
251
|
+
"restrict project_name='all' to coordinators only in list_tasks",
|
|
252
|
+
"CRM Dockerfile multi-arch — BUILDPLATFORM for build stages, rebuild bcrypt",
|
|
253
|
+
"enhance intercom log with caller/task/trigger metadata for tracing",
|
|
254
|
+
"project-scope review queries — no more cross-project review pollution",
|
|
255
|
+
"remove unused getActiveAgent import in list-tasks",
|
|
256
|
+
"project-scope ALL task queries — prevents cross-project pollution",
|
|
257
|
+
"hash-based cloud pull conflict detection + indentation-aware Python/Rust chunker",
|
|
258
|
+
"add sessionScopeFilter to worker-gate + create-task queries",
|
|
259
|
+
"replace require() with ESM import in shouldAutoInstance",
|
|
260
|
+
"intercom-check passes project_name to scanFromDb — prevents cross-project task pollution",
|
|
261
|
+
"periodic WAL checkpoint (TRUNCATE) every 5 minutes in daemon",
|
|
262
|
+
"orphan task routing + cloud push content hash (cherry-pick from tom4)",
|
|
263
|
+
"upgrade code_context platform procedure to P0 + add graph tools",
|
|
264
|
+
"defer initStore() to background — MCP startup is now instant",
|
|
265
|
+
"multi-project session isolation in create-task dispatch"
|
|
266
266
|
],
|
|
267
267
|
"security": [
|
|
268
268
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -279,6 +279,16 @@
|
|
|
279
279
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
280
280
|
],
|
|
281
281
|
"other": [
|
|
282
|
+
"bump to v0.9.146 for publish",
|
|
283
|
+
"Windows support architecture — WezTerm + WSL decision (2026-05-27)",
|
|
284
|
+
"Merge branch 'tom4-work' — device-scoped behaviors + push-notification fix",
|
|
285
|
+
"bump to v0.9.145 for publish",
|
|
286
|
+
"revert: keep workflow files unchanged — GitHub OAuth blocks workflow scope",
|
|
287
|
+
"stage remaining Yoshi fixes — features + bug cleanup",
|
|
288
|
+
"add tests for daemon restart orchestrator module",
|
|
289
|
+
"publish v0.9.144 — ESM require() fix + reliable task signals + OAuth 2.1",
|
|
290
|
+
"add MCP tool tests for message, cloud-sync, and file-copy",
|
|
291
|
+
"add coverage for send_message, cloud_sync, file_copy MCP tools (Track A)",
|
|
282
292
|
"Recover MCP sessions after daemon restart",
|
|
283
293
|
"publish v0.9.143 — all fixes live",
|
|
284
294
|
"publish v0.9.142",
|
|
@@ -293,25 +303,15 @@
|
|
|
293
303
|
"roadmap: Cross-Repo Ontology — Palantir-level graph (PG-1 through PG-10)",
|
|
294
304
|
"capture mcp restart self-healing roadmap",
|
|
295
305
|
"Enforce chain of command task review parity",
|
|
296
|
-
"document raw SQL fallback in orchestrator auto-approve path"
|
|
297
|
-
"Finalize orchestration rollout fixes",
|
|
298
|
-
"Scope device governance task queries",
|
|
299
|
-
"bump v0.9.138 — 7 critical bug fixes, 10 features, 16 commits",
|
|
300
|
-
"bump v0.9.137 — Memanto typed schema, push notifications, lazy consolidation",
|
|
301
|
-
"bump v0.9.136 — daemon OOM fix, process monitor, auto-notify reviewer",
|
|
302
|
-
"bump v0.9.135 — code debt cleanup, 28 new tests, full observability",
|
|
303
|
-
"Codex MCP regression tests (18) + DB singleton integration tests (10)",
|
|
304
|
-
"release notes for v0.9.134",
|
|
305
|
-
"benchmark score entry for f95b862",
|
|
306
|
-
"add GitHub Actions CI pipeline — build + test on push"
|
|
306
|
+
"document raw SQL fallback in orchestrator auto-approve path"
|
|
307
307
|
],
|
|
308
308
|
"migration_notes": [
|
|
309
309
|
"If daemon goes down, agents will now fail instead of silently",
|
|
310
310
|
"exe-daemon.ts kills old embed.pid process and cleans up"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
|
-
"0.9.
|
|
314
|
-
"version": "0.9.
|
|
313
|
+
"0.9.144": {
|
|
314
|
+
"version": "0.9.144",
|
|
315
315
|
"date": "2026-05-26",
|
|
316
316
|
"features": [
|
|
317
317
|
"close_task auto-merges PR + pulls main + builds + prunes + respawns",
|
|
@@ -341,8 +341,16 @@
|
|
|
341
341
|
"memory poisoning defense — trust levels, anomaly detection, quarantine"
|
|
342
342
|
],
|
|
343
343
|
"fixes": [
|
|
344
|
+
"remove unused test imports blocking publish",
|
|
345
|
+
"resolve all typecheck errors — await-in-sync + type mismatches",
|
|
346
|
+
"remaining require() → ESM imports in daemon (db-backup, intercom, shutdown)",
|
|
347
|
+
"eliminate CJS require() from ESM daemon + reliable task signal delivery",
|
|
348
|
+
"migrate critical writeFileSync to atomicWrite — prevent corruption on crash (Track C)",
|
|
349
|
+
"security hardening — SQL injection lint + TUI input sanitize + MCP rate limiter (Track D)",
|
|
350
|
+
"clear public launch readiness blockers",
|
|
344
351
|
"prune old worktree on close_task before respawning fresh",
|
|
345
352
|
"exe-launch-agent resolves multi-instance names — tom2/tom3 no longer rejected",
|
|
353
|
+
"worktree isolation for all runtimes + token budget enforcement + atomic memory versioning",
|
|
346
354
|
"cross-device sync dedup — cooldown key prevents duplicate pushes",
|
|
347
355
|
"merge gate checks branch name not git author — was silently passing",
|
|
348
356
|
"resume_employee uses autoInstance — spawns tom2/tom3 for parallel",
|
|
@@ -357,15 +365,7 @@
|
|
|
357
365
|
"heap pressure alarm was false positive — compared heapUsed/heapTotal instead of heapUsed/heapLimit",
|
|
358
366
|
"strengthen scoped SQL audit — cover UPDATE/INSERT, expand exemptions",
|
|
359
367
|
"hard block tmux send-keys for non-coordinator agents",
|
|
360
|
-
"MCP disconnect procedure — explicitly block tmux send-keys workaround"
|
|
361
|
-
"file_copy MCP tool — path boundary enforcement + symlink traversal block",
|
|
362
|
-
"cloud sync task pull uses ON CONFLICT upsert with updated_at guard",
|
|
363
|
-
"multi-instance Tom dispatch — create_task fans out to tom2, tom3",
|
|
364
|
-
"atomic writes for agent-config.json, roster (orchestration + rename)",
|
|
365
|
-
"atomic JSON writes + config.json corruption recovery",
|
|
366
|
-
"boot poll timeout no longer fails dispatch — session exists, task pending",
|
|
367
|
-
"master key clobber guard + COO naming in user-facing strings",
|
|
368
|
-
"MCP port retry + instant embed skip when OOM marker set"
|
|
368
|
+
"MCP disconnect procedure — explicitly block tmux send-keys workaround"
|
|
369
369
|
],
|
|
370
370
|
"security": [
|
|
371
371
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -382,6 +382,11 @@
|
|
|
382
382
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
383
383
|
],
|
|
384
384
|
"other": [
|
|
385
|
+
"publish v0.9.144 — ESM require() fix + reliable task signals + OAuth 2.1",
|
|
386
|
+
"add coverage for send_message, cloud_sync, file_copy MCP tools (Track A)",
|
|
387
|
+
"Recover MCP sessions after daemon restart",
|
|
388
|
+
"publish v0.9.143 — all fixes live",
|
|
389
|
+
"publish v0.9.142",
|
|
385
390
|
"publish v0.9.141",
|
|
386
391
|
"ops: journalctl rotation + certbot expiry alerting",
|
|
387
392
|
"revert: daemon heap back to 33% of RAM — no artificial cap",
|
|
@@ -401,22 +406,20 @@
|
|
|
401
406
|
"bump v0.9.136 — daemon OOM fix, process monitor, auto-notify reviewer",
|
|
402
407
|
"bump v0.9.135 — code debt cleanup, 28 new tests, full observability",
|
|
403
408
|
"Codex MCP regression tests (18) + DB singleton integration tests (10)",
|
|
404
|
-
"release notes for v0.9.134"
|
|
405
|
-
"benchmark score entry for f95b862",
|
|
406
|
-
"add GitHub Actions CI pipeline — build + test on push",
|
|
407
|
-
"gitignore GitHub workflows — add via web UI instead",
|
|
408
|
-
"remove ci.yml — GitHub token lacks workflow scope, will add via web UI",
|
|
409
|
-
"gitignore — add dist-next, db.sqlite, .wrangler; remove temp scripts"
|
|
409
|
+
"release notes for v0.9.134"
|
|
410
410
|
],
|
|
411
411
|
"migration_notes": [
|
|
412
412
|
"If daemon goes down, agents will now fail instead of silently",
|
|
413
413
|
"exe-daemon.ts kills old embed.pid process and cleans up"
|
|
414
414
|
]
|
|
415
415
|
},
|
|
416
|
-
"0.9.
|
|
417
|
-
"version": "0.9.
|
|
416
|
+
"0.9.143": {
|
|
417
|
+
"version": "0.9.143",
|
|
418
418
|
"date": "2026-05-26",
|
|
419
419
|
"features": [
|
|
420
|
+
"close_task auto-merges PR + pulls main + builds + prunes + respawns",
|
|
421
|
+
"auto-respawn Tom after close_task if more tasks queued",
|
|
422
|
+
"message WAL fallback — messages survive daemon downtime",
|
|
420
423
|
"entity type hierarchy — subtypes with rollup queries (PG-2)",
|
|
421
424
|
"temporal validity windows for graph queries (PG-3)",
|
|
422
425
|
"backup restore CLI + restoreBackup function",
|
|
@@ -438,12 +441,20 @@
|
|
|
438
441
|
"multi-modal memory — media attachments on memories",
|
|
439
442
|
"comprehensive \"last 20%\" integration tests + audit_trail read path",
|
|
440
443
|
"wire memory poisoning defense into writeMemory() pipeline",
|
|
441
|
-
"memory poisoning defense — trust levels, anomaly detection, quarantine"
|
|
442
|
-
"VPS Phase 4 — media→R2 bridge + cross-product queries + migration CLI",
|
|
443
|
-
"Palantir typed ontology — schema, validation, temporal edges",
|
|
444
|
-
"R2 media storage client — shared upload/download for all products"
|
|
444
|
+
"memory poisoning defense — trust levels, anomaly detection, quarantine"
|
|
445
445
|
],
|
|
446
446
|
"fixes": [
|
|
447
|
+
"prune old worktree on close_task before respawning fresh",
|
|
448
|
+
"exe-launch-agent resolves multi-instance names — tom2/tom3 no longer rejected",
|
|
449
|
+
"worktree isolation for all runtimes + token budget enforcement + atomic memory versioning",
|
|
450
|
+
"cross-device sync dedup — cooldown key prevents duplicate pushes",
|
|
451
|
+
"merge gate checks branch name not git author — was silently passing",
|
|
452
|
+
"resume_employee uses autoInstance — spawns tom2/tom3 for parallel",
|
|
453
|
+
"security hardening — fail-closed behavior auth gates",
|
|
454
|
+
"send_message intercom uses force:true — bypass 5-min debounce",
|
|
455
|
+
"global session cap 10→50 — match MCP session cap",
|
|
456
|
+
"/exe-call ALWAYS fires + tmux send-keys blocked for ALL agents",
|
|
457
|
+
"SIGTERM graceful shutdown — remove process.exit(0) from initMetrics",
|
|
447
458
|
"stale task escalation — surface alive-but-stalled agents to COO",
|
|
448
459
|
"cloud sync upsert + entity type hierarchy + temporal validity + file_copy security",
|
|
449
460
|
"daemon memory leak + duplicate watchdog + HTTP body limit + WAL flush",
|
|
@@ -457,18 +468,7 @@
|
|
|
457
468
|
"atomic writes for agent-config.json, roster (orchestration + rename)",
|
|
458
469
|
"atomic JSON writes + config.json corruption recovery",
|
|
459
470
|
"boot poll timeout no longer fails dispatch — session exists, task pending",
|
|
460
|
-
"master key clobber guard + COO naming in user-facing strings"
|
|
461
|
-
"MCP port retry + instant embed skip when OOM marker set",
|
|
462
|
-
"install.ts uses spawn lock + SIGTERM grace + restart cooldown",
|
|
463
|
-
"daemon restart hardening — OOM guard + 60s cooldown + health check guard",
|
|
464
|
-
"stop daemon crash loop — embed client no longer kills daemon when OOM marker set",
|
|
465
|
-
"support endpoints askexe.com → cloud.askexe.com (bypass CF WAF)",
|
|
466
|
-
"reduce any types 68→52, typed adapter factories + HTTP responses",
|
|
467
|
-
"pg pool limits, queue overflow health log, any reduction 71→68",
|
|
468
|
-
"reduce any types 81→71, tighten lint budget to 72",
|
|
469
|
-
"/exe-afk detects non-tmux sessions, suggests /loop instead",
|
|
470
|
-
"cross-repo boundary — platform procedure + pre-tool-use guard",
|
|
471
|
-
"UNIQUE dedup index + dependency hygiene + ESM import fix"
|
|
471
|
+
"master key clobber guard + COO naming in user-facing strings"
|
|
472
472
|
],
|
|
473
473
|
"security": [
|
|
474
474
|
"fix shell injection, SSRF, socket leaks, backup validation",
|
|
@@ -485,6 +485,10 @@
|
|
|
485
485
|
"fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
|
|
486
486
|
],
|
|
487
487
|
"other": [
|
|
488
|
+
"Recover MCP sessions after daemon restart",
|
|
489
|
+
"publish v0.9.143 — all fixes live",
|
|
490
|
+
"publish v0.9.142",
|
|
491
|
+
"publish v0.9.141",
|
|
488
492
|
"ops: journalctl rotation + certbot expiry alerting",
|
|
489
493
|
"revert: daemon heap back to 33% of RAM — no artificial cap",
|
|
490
494
|
"v0.9.140 publish + heap cap 4GB (was 33% unbounded)",
|
|
@@ -505,11 +509,7 @@
|
|
|
505
509
|
"Codex MCP regression tests (18) + DB singleton integration tests (10)",
|
|
506
510
|
"release notes for v0.9.134",
|
|
507
511
|
"benchmark score entry for f95b862",
|
|
508
|
-
"add GitHub Actions CI pipeline — build + test on push"
|
|
509
|
-
"gitignore GitHub workflows — add via web UI instead",
|
|
510
|
-
"remove ci.yml — GitHub token lacks workflow scope, will add via web UI",
|
|
511
|
-
"gitignore — add dist-next, db.sqlite, .wrangler; remove temp scripts",
|
|
512
|
-
"accumulated fixes — hooks, adapters, config, cloud-sync, rate-limiter, CI pipeline"
|
|
512
|
+
"add GitHub Actions CI pipeline — build + test on push"
|
|
513
513
|
],
|
|
514
514
|
"migration_notes": [
|
|
515
515
|
"If daemon goes down, agents will now fail instead of silently",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|