@askexenow/exe-os 0.9.294 → 0.9.295

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.
@@ -1346,7 +1346,7 @@
1346
1346
  "breakingChanges": [],
1347
1347
  "services": {
1348
1348
  "exe-os": {
1349
- "image": "update.askexe.com/askexe/exe-os:v0.9.281@sha256:f5926c281b9f158063128daed39c1d296eec29e986e88ec33686440c177e5c4e",
1349
+ "image": "update.askexe.com/askexe/exe-os:v0.9.294@sha256:cb89b04278beafc1596dd7b7c0012cbb75ce58a8e4c0ea2c1ffa5efffd5a03d7",
1350
1350
  "env": "EXE_OS_IMAGE_TAG",
1351
1351
  "composeService": "exe-os",
1352
1352
  "healthUrl": "http://127.0.0.1:8765/health",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-06-18T10:47:33.333Z",
3
+ "generatedAt": "2026-06-18T12:21:11.072Z",
4
4
  "hashes": {
5
5
  "bug-report-worker.js": "07fb8b17e2cabd989cdcd6c0c1253239986915d84a0ebcc18e9ea2ed77232768",
6
6
  "codex-stop-task-finalizer.js": "776b9b0940f84fbe6988ce18212c530f2efa4466a5cd16f3c26dcc508d131504",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.294",
3
+ "version": "0.9.295",
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",
@@ -1,6 +1,93 @@
1
1
  {
2
- "current": "0.9.294",
2
+ "current": "0.9.295",
3
3
  "notes": {
4
+ "0.9.295": {
5
+ "version": "0.9.295",
6
+ "date": "2026-06-18",
7
+ "features": [
8
+ "unmerged-branch visibility (bug e324f244) (#208)",
9
+ "5 P2 features — embed health dashboard, support reconcile, CC updater protection, LKG cache, error correlation IDs",
10
+ "set CC autoUpdatesChannel to stable during install (feat 83552605)",
11
+ "auto-reconcile local files with upstream status (feat 070bc025)",
12
+ "expose embed worker fork status, PID, ready state in daemon health (feat 63c35469)",
13
+ "deploy validation tests — IP collision, manifest parity, image tags, env parity",
14
+ "session_deregister + session_cleanup — force-remove stale sessions (feat 2e55cbe4)",
15
+ "OOM crash-loop backoff — circuit breaker after 3 crashes in 10min (feat 8e976fe0)",
16
+ "Exe Embeddings v1.2 + Graph cross-repo contracts (features 36aa70d0, 9f6b3164)",
17
+ "bump daemon heap cap 2048→4096MB in launchd plist (feat 6ee417ca)",
18
+ "CI/CD Phase 3 — deploy validation + health gate tests + flaky test quarantine",
19
+ "add CI Phase 3 deploy validation — 5 static checks for compose/manifest",
20
+ "surface degradation/health in cloud_status, memory_audit, doctor (2c85e74b)",
21
+ "owner-scoped self-service bug-report updates (7ed54c42)",
22
+ "add image availability + platform verification to deploy gate",
23
+ "'Why did the daemon restart?' telemetry report [3caa55e9]",
24
+ "dark/light/system theme toggle on Exe Foundry Bold tokens [6df56277]",
25
+ "prospective memory as native 5th cognition layer (9261d452)",
26
+ "CPU-steal detection in health tooling (7b9386ad)",
27
+ "host-access consent gate for monitor agent (f7ebb1fa)",
28
+ "GoTrue JWT auth for MCP — exe-os login/logout/whoami",
29
+ "admin backfill endpoint for api_key_hash — fixes all encrypted keys",
30
+ "implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
31
+ "add dashboard + auth + otel to manifest as control-plane services",
32
+ "CLI service selection + exe-build removal from customer stack"
33
+ ],
34
+ "fixes": [
35
+ "ghost root-cause — UUID on pull + NOT NULL/non-empty schema guard (P0 26688a14)",
36
+ "sync generateExampleEnv with .env.example (ERP final8 + backups/WAL block)",
37
+ "caller-scoped spawn + real dispatch failure surfacing + boot identity/env guards (#202)",
38
+ "atomic+verified launchd registration (correct heap flag) + crash-debris rotation",
39
+ "stop ghost-row generation + bulk-cleanable + sync-safe deletion (P0 8399e330) (#201)",
40
+ "fetch isolation guard + quarantine flaky ws-client/ws-auth tests",
41
+ "4 session/infra bugs — degraded boot, Explore loop, gate message, COO identity guard",
42
+ "update_bug resolves bug by ID against remote admin API (#200)",
43
+ "exe-os auth/SSO/GoTrue (domain-configurable gateway, GoTrue From + SMTP confirm, SSO redirect wiring) (#198)",
44
+ "exe-os core bugs (embed OOM throttle, EXE_EMBEDDINGS plumbing, starvation-aware self-heal, CC native-binary risk) (#197)",
45
+ "update task list identity message assertion to match code",
46
+ "exe-os stack hardening — per-service secrets, off-box backup, WAL/PITR + encrypted volumes, backup-script failure handling, ERP image bump",
47
+ "green main — repair support-status-update + doctor degradations tests",
48
+ "surface real MCP disconnects, intercom failures & consistent daemon status",
49
+ "stop flagging expected stale-env tmux override as MISMATCH",
50
+ "exe-os cloud status hangs and never exits (exit 124)",
51
+ "recover retry-exhausted raw_events instead of dead-lettering forever",
52
+ "wire `exe-os settings` CLI subcommand (was a silent no-op)",
53
+ "task(list) no longer silently returns empty on ambiguous agent identity",
54
+ "wire exe-os healthcheck subcommand",
55
+ "stop scheduling vector backfill when embeddings are off",
56
+ "consolidation auth — accept OAuth token, fail loud on dead layer",
57
+ "label memory count taxonomy so layers reconcile",
58
+ "cap embed backfill retries with persistent dead-letter + per-run failure bound",
59
+ "reclaim orphaned .tmp snapshots + cap daily backups"
60
+ ],
61
+ "security": [],
62
+ "other": [
63
+ "bump v0.9.295 — exe-os daemon image v0.9.294 in manifest",
64
+ "bump v0.9.294 — exe-auth repo + CI/CD on all 8 repos + branch hygiene",
65
+ "pin actions to SHAs, drop stale disabled workflows, fail-closed release gate, manifest signing tool (#207)",
66
+ "bump v0.9.293 — 17 salvaged branches merged",
67
+ "bump v0.9.292 — 24 features shipped, CI/CD Phase 3, 10 bugs fixed",
68
+ "post-deploy health gate tests — verify container health, missing, crash-loop",
69
+ "bump v0.9.291 — 4 new features + CI fix",
70
+ "add health gate coverage — verifyComposeServicesRunning, timeout precedence, rollback preservation",
71
+ "bump v0.9.290 — wave 2 bug fixes (#173-#190)",
72
+ "bump v0.9.289 — 22 bug fixes merged (#150-#171)",
73
+ "bump v0.9.288 — wave 1 features + 114 auth tests + CI fixes",
74
+ "bump v0.9.287 — deploy gate auth fix + exe-erp v0.2.1",
75
+ "bump v0.9.286 — exe-erp final8 in manifest",
76
+ "add cross-service SSO + key rotation + daemon restart tests (35 tests)",
77
+ "45 tests for image validation, ${VAR:-default} resolution, platform checks",
78
+ "add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
79
+ "add 18 key rotation tests — dual-key verify, grace, fallback chain",
80
+ "bump v0.9.285 — deploy gate image verification",
81
+ "bump v0.9.284 — otel deploy gate fix",
82
+ "bump v0.9.283 — amd64 digest fix",
83
+ "bump v0.9.282 — daemon image v0.9.281 in manifest",
84
+ "prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
85
+ "bump v0.9.280 — GoTrue MCP auth, support fixes",
86
+ "bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
87
+ "service ownership matrix — dashboard is AskExe-only, not customer stack"
88
+ ],
89
+ "migration_notes": []
90
+ },
4
91
  "0.9.294": {
5
92
  "version": "0.9.294",
6
93
  "date": "2026-06-18",
@@ -348,93 +435,6 @@
348
435
  "integrate session closeout, model registry, dreaming into platform procedures"
349
436
  ],
350
437
  "migration_notes": []
351
- },
352
- "0.9.288": {
353
- "version": "0.9.288",
354
- "date": "2026-06-18",
355
- "features": [
356
- "surface degradation/health in cloud_status, memory_audit, doctor (2c85e74b)",
357
- "owner-scoped self-service bug-report updates (7ed54c42)",
358
- "add image availability + platform verification to deploy gate",
359
- "'Why did the daemon restart?' telemetry report [3caa55e9]",
360
- "dark/light/system theme toggle on Exe Foundry Bold tokens [6df56277]",
361
- "prospective memory as native 5th cognition layer (9261d452)",
362
- "CPU-steal detection in health tooling (7b9386ad)",
363
- "host-access consent gate for monitor agent (f7ebb1fa)",
364
- "GoTrue JWT auth for MCP — exe-os login/logout/whoami",
365
- "admin backfill endpoint for api_key_hash — fixes all encrypted keys",
366
- "implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
367
- "add dashboard + auth + otel to manifest as control-plane services",
368
- "CLI service selection + exe-build removal from customer stack",
369
- "automatic ERP invoice generation on top-up + monthly",
370
- "deploy OTLP collector on VPS",
371
- "real per-model pricing for 40+ models + default → kimi-k2.7-code",
372
- "ERP trigger engine wiring + profile sync via GoTrue user_metadata",
373
- "v0.9.24 manifest — optional services + exe-build removed",
374
- "usage alerts (webhook + email) + email verification /confirm page",
375
- "welcome email, low balance alerts, password reset, Stripe portal",
376
- "wire Stripe checkout → D1 credit_ledger (closes billing loop)",
377
- "add Create Account tab — full sign-up flow on auth.askexe.com",
378
- "add stable/canary/pinned update channels for progressive rollout (45a55727) (#138)",
379
- "discovery hooks — auto-wire MCP tool hints into agent context (2fe666fb) (#136)",
380
- "on-demand document→knowledge-graph concept extraction (1514443a) (#135)"
381
- ],
382
- "fixes": [
383
- "registry-auth tests call collectImageAvailabilityIssues directly (not via deploy gate)",
384
- "never POST to live support API under test (stops CI/test spam) (#149)",
385
- "replace any with unknown in session-start hook",
386
- "green main — remove pre-deploy image check (needs auth), update tests for rate-limit + nginx port",
387
- "skip image-availability check for private registry + exe-erp v0.2.1",
388
- "exe-erp v0.2.0-final8 with socketio.js + realtime/ baked in",
389
- "erp-nginx backend IP .32 (not .28, taken by erp-queue)",
390
- "unique frontend IPs — auth 10.43.0.35, erp-nginx 10.43.0.28 (no collisions)",
391
- "frontend subnet 10.43.0.x (not 10.42.1.x) for erp-nginx + auth",
392
- "erp-nginx port 8000→80 (nginx listens on 80, not 8000) + fix frontend subnet",
393
- "ERP_PORT→ERP_API_PORT + port :80→:8000 + CRM version in test (bug 23ee1ab2)",
394
- "lift rate limits — resolve merge conflicts",
395
- "lift rate limits on bug/feature filing — every report matters",
396
- "add otel-collector to official image allowlist — unblocks stack-update",
397
- "correct exe-os + exe-auth digests for amd64 in manifest 0.9.24 (bug e0c3b3fb)",
398
- "update exe-os daemon image to v0.9.281 in manifest 0.9.24",
399
- "mcp_ping reports alive when running inside daemon process (bug b5fb9404)",
400
- "add exe-erp-nginx for static assets + remove direct gunicorn port (bug 6776edf0)",
401
- "ERP healthcheck Host header + websocket path for Frappe 17 (bugs 7c905474, 468cc508)",
402
- "rotate signing key to match Worker secret (bug 834ffb70)",
403
- "add exe-auth service to main compose + fix image reference to update.askexe.com",
404
- "align compose default image tags with manifest 0.9.24 (bug 79168bac)",
405
- "isDaemonAlive falls back to socket check when PID file missing (bug b5fb9404)",
406
- "correct exe-erp image tag final7→final3 in manifests 0.9.23 + 0.9.24 (bug ff960d31)",
407
- "create exe_erp login role in init-db.sql (bug 9d452322)"
408
- ],
409
- "security": [],
410
- "other": [
411
- "bump v0.9.288 — wave 1 features + 114 auth tests + CI fixes",
412
- "bump v0.9.287 — deploy gate auth fix + exe-erp v0.2.1",
413
- "bump v0.9.286 — exe-erp final8 in manifest",
414
- "add cross-service SSO + key rotation + daemon restart tests (35 tests)",
415
- "45 tests for image validation, ${VAR:-default} resolution, platform checks",
416
- "add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
417
- "add 18 key rotation tests — dual-key verify, grace, fallback chain",
418
- "bump v0.9.285 — deploy gate image verification",
419
- "bump v0.9.284 — otel deploy gate fix",
420
- "bump v0.9.283 — amd64 digest fix",
421
- "bump v0.9.282 — daemon image v0.9.281 in manifest",
422
- "prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
423
- "bump v0.9.280 — GoTrue MCP auth, support fixes",
424
- "bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
425
- "service ownership matrix — dashboard is AskExe-only, not customer stack",
426
- "bump version to 0.9.278",
427
- "API documentation for wiki.askexe.com (5 pages)",
428
- "consolidate platform procedures from 75 to 46 (37KB from 72KB) (#139)",
429
- "11 new platform procedures for v0.9.278 features",
430
- "document five-layer customization preservation model (a88c354b) (#137)",
431
- "bump version to 0.9.277",
432
- "document_aware retrieval guidance — when and why agents should use it",
433
- "session lifecycle — 3-layer automatic state preservation",
434
- "integrate session closeout, model registry, dreaming into platform procedures",
435
- "route all memory benchmarks through the embed daemon"
436
- ],
437
- "migration_notes": []
438
438
  }
439
439
  }
440
440
  }