@askexenow/exe-os 0.9.296 → 0.9.297

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.
@@ -1408,7 +1408,7 @@
1408
1408
  "description": "Monitoring Dashboard"
1409
1409
  },
1410
1410
  "auth": {
1411
- "image": "update.askexe.com/askexe/exe-auth:v0.1.1",
1411
+ "image": "update.askexe.com/askexe/exe-auth:v0.2.0@sha256:8e1a17e5aff92b844be08c82120d91da0a4eaf6757c1071aec25ab5d7b560ba9",
1412
1412
  "env": "AUTH_IMAGE_TAG",
1413
1413
  "composeService": "exe-auth",
1414
1414
  "healthUrl": "http://127.0.0.1:3300/",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-06-19T05:54:30.968Z",
3
+ "generatedAt": "2026-06-19T05:55:44.758Z",
4
4
  "hashes": {
5
5
  "bug-report-worker.js": "c10ff847bf83ea88f1f36c8ba3fb99d9dcdc37f93891003376ed1a890e9a898c",
6
6
  "codex-stop-task-finalizer.js": "a9508868c93792a71320064bbe81eb63ac22924f457d1ecfdebd85c7a3b06878",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.296",
3
+ "version": "0.9.297",
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.296",
2
+ "current": "0.9.297",
3
3
  "notes": {
4
+ "0.9.297": {
5
+ "version": "0.9.297",
6
+ "date": "2026-06-19",
7
+ "features": [
8
+ "add comment capability to bug reports (admin route + MCP add_comment) (#211)",
9
+ "unmerged-branch visibility (bug e324f244) (#208)",
10
+ "5 P2 features — embed health dashboard, support reconcile, CC updater protection, LKG cache, error correlation IDs",
11
+ "set CC autoUpdatesChannel to stable during install (feat 83552605)",
12
+ "auto-reconcile local files with upstream status (feat 070bc025)",
13
+ "expose embed worker fork status, PID, ready state in daemon health (feat 63c35469)",
14
+ "deploy validation tests — IP collision, manifest parity, image tags, env parity",
15
+ "session_deregister + session_cleanup — force-remove stale sessions (feat 2e55cbe4)",
16
+ "OOM crash-loop backoff — circuit breaker after 3 crashes in 10min (feat 8e976fe0)",
17
+ "Exe Embeddings v1.2 + Graph cross-repo contracts (features 36aa70d0, 9f6b3164)",
18
+ "bump daemon heap cap 2048→4096MB in launchd plist (feat 6ee417ca)",
19
+ "CI/CD Phase 3 — deploy validation + health gate tests + flaky test quarantine",
20
+ "add CI Phase 3 deploy validation — 5 static checks for compose/manifest",
21
+ "surface degradation/health in cloud_status, memory_audit, doctor (2c85e74b)",
22
+ "owner-scoped self-service bug-report updates (7ed54c42)",
23
+ "add image availability + platform verification to deploy gate",
24
+ "'Why did the daemon restart?' telemetry report [3caa55e9]",
25
+ "dark/light/system theme toggle on Exe Foundry Bold tokens [6df56277]",
26
+ "prospective memory as native 5th cognition layer (9261d452)",
27
+ "CPU-steal detection in health tooling (7b9386ad)",
28
+ "host-access consent gate for monitor agent (f7ebb1fa)",
29
+ "GoTrue JWT auth for MCP — exe-os login/logout/whoami",
30
+ "admin backfill endpoint for api_key_hash — fixes all encrypted keys",
31
+ "implement startMonitor for Slack/Discord/Telegram/WhatsApp + SMTP via nodemailer",
32
+ "add dashboard + auth + otel to manifest as control-plane services"
33
+ ],
34
+ "fixes": [
35
+ "single short-timeout daemon attempt + instant SQLite fallback (73s → <3s) (#224)",
36
+ "align worker RSS-kill with its heap + single config source of truth (0d5d5aa8/39a9174f) (#223)",
37
+ "wire unified-auth redirect into deployed stack (crm/wiki/erp → auth) (#222)",
38
+ "model loads ONLY in worker (own heap) + graceful degrade — daemon can never OOM on embeddings (P0) (#221)",
39
+ "reaper survives large output (ENOBUFS) — orphaned tasks spawn workers (#220)",
40
+ "force embed model to worker (P0 OOM) + persistent plist PATH + pre-restart backup cap (#219)",
41
+ "enable LLM routing when available + clarify fallback signal (#218)",
42
+ "reap ghost coordinator sessions (dead PID + absent tmux) (#217)",
43
+ "reliably detect DISABLE_AUTOUPDATER (no flap) (#216)",
44
+ "report real embed-worker state (no false 'stopped') (#215)",
45
+ "migrate new required env vars + non-destructive rollback (HYGO upgrade) (#214)",
46
+ "exe-auth backend network, cloudflared healthcheck, entrypoint port-conflict self-kill (HYGO) (#213)",
47
+ "template nginx server_name + CORS from env at container start (no askexe.com fallback) (#212)",
48
+ "submit message in Codex sessions (separate Enter keystroke, runtime-aware) (#210)",
49
+ "ghost root-cause — UUID on pull + NOT NULL/non-empty schema guard (P0 26688a14)",
50
+ "sync generateExampleEnv with .env.example (ERP final8 + backups/WAL block)",
51
+ "caller-scoped spawn + real dispatch failure surfacing + boot identity/env guards (#202)",
52
+ "atomic+verified launchd registration (correct heap flag) + crash-debris rotation",
53
+ "stop ghost-row generation + bulk-cleanable + sync-safe deletion (P0 8399e330) (#201)",
54
+ "fetch isolation guard + quarantine flaky ws-client/ws-auth tests",
55
+ "4 session/infra bugs — degraded boot, Explore loop, gate message, COO identity guard",
56
+ "update_bug resolves bug by ID against remote admin API (#200)",
57
+ "exe-os auth/SSO/GoTrue (domain-configurable gateway, GoTrue From + SMTP confirm, SSO redirect wiring) (#198)",
58
+ "exe-os core bugs (embed OOM throttle, EXE_EMBEDDINGS plumbing, starvation-aware self-heal, CC native-binary risk) (#197)",
59
+ "update task list identity message assertion to match code"
60
+ ],
61
+ "security": [],
62
+ "other": [
63
+ "bump v0.9.296 — exe-auth v0.2.0 SSO + redirect in manifest",
64
+ "release v0.9.296 — Jack/HYGO embed+infra avalanche fixes",
65
+ "bump v0.9.295 — exe-os daemon image v0.9.294 in manifest",
66
+ "bump v0.9.294 — exe-auth repo + CI/CD on all 8 repos + branch hygiene",
67
+ "pin actions to SHAs, drop stale disabled workflows, fail-closed release gate, manifest signing tool (#207)",
68
+ "bump v0.9.293 — 17 salvaged branches merged",
69
+ "bump v0.9.292 — 24 features shipped, CI/CD Phase 3, 10 bugs fixed",
70
+ "post-deploy health gate tests — verify container health, missing, crash-loop",
71
+ "bump v0.9.291 — 4 new features + CI fix",
72
+ "add health gate coverage — verifyComposeServicesRunning, timeout precedence, rollback preservation",
73
+ "bump v0.9.290 — wave 2 bug fixes (#173-#190)",
74
+ "bump v0.9.289 — 22 bug fixes merged (#150-#171)",
75
+ "bump v0.9.288 — wave 1 features + 114 auth tests + CI fixes",
76
+ "bump v0.9.287 — deploy gate auth fix + exe-erp v0.2.1",
77
+ "bump v0.9.286 — exe-erp final8 in manifest",
78
+ "add cross-service SSO + key rotation + daemon restart tests (35 tests)",
79
+ "45 tests for image validation, ${VAR:-default} resolution, platform checks",
80
+ "add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
81
+ "add 18 key rotation tests — dual-key verify, grace, fallback chain",
82
+ "bump v0.9.285 — deploy gate image verification",
83
+ "bump v0.9.284 — otel deploy gate fix",
84
+ "bump v0.9.283 — amd64 digest fix",
85
+ "bump v0.9.282 — daemon image v0.9.281 in manifest",
86
+ "prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
87
+ "bump v0.9.280 — GoTrue MCP auth, support fixes"
88
+ ],
89
+ "migration_notes": []
90
+ },
4
91
  "0.9.296": {
5
92
  "version": "0.9.296",
6
93
  "date": "2026-06-19",
@@ -348,93 +435,6 @@
348
435
  "document_aware retrieval guidance — when and why agents should use it"
349
436
  ],
350
437
  "migration_notes": []
351
- },
352
- "0.9.289": {
353
- "version": "0.9.289",
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
- "recognize configured coordinator name in live-tmux root fallback (bug bb601d8a)",
384
- "registry-auth tests call collectImageAvailabilityIssues directly (not via deploy gate)",
385
- "make /exe status brief on-request, not auto-fire every session",
386
- "add Phase 3 post-deploy container health verification",
387
- "honor limit param + add pagination to list_my_bugs/list_my_features",
388
- "reclaim full Docker space (all images + build cache)",
389
- "patch launchd plist on upgrade — carry EXE_EMBEDDINGS + cap heap at 2GB",
390
- "reply to server ping to stop 1006 connection flapping",
391
- "prevent stale DEGRADED BOOT warning after MCP reconnects",
392
- "per-service health timeout + stage erp-nginx/nginx.conf (bug d04cbc91)",
393
- "break circular exec loop on 'exe-os update' (bug 2222dc1d)",
394
- "resolve legacy model filenames so pre-rename installs find their GGUF",
395
- "accept GET /v1/support/{bug,feature}-reports as list aliases",
396
- "drop static container IPs + rollback restores prev compose",
397
- "bind MCP port early with 503 bootstrap to kill /mcp ConnectionRefused race",
398
- "never POST to live support API under test (stops CI/test spam) (#149)",
399
- "add --expose-gc to all daemon spawn paths to prevent OOM crashes",
400
- "fail-fast connect when daemon dead — boot no longer waits 4+ min",
401
- "stop embed worker inheriting --max-old-space-size — OOM crash-loop (bug 0cd186d0)",
402
- "reconcile docker-compose.yml from template on update",
403
- "start ERP compose sidecars (nginx/ws/queue/scheduler)",
404
- "ignore ghost coordinator registry entries in caller resolution",
405
- "resilient exe-erp-websocket realtime entry resolution (bug 35576eed)",
406
- "SIGKILL self on SIGTERM/SIGINT to avoid ggml Metal finalizer crash",
407
- "replace any with unknown in session-start hook"
408
- ],
409
- "security": [],
410
- "other": [
411
- "bump v0.9.289 — 22 bug fixes merged (#150-#171)",
412
- "bump v0.9.288 — wave 1 features + 114 auth tests + CI fixes",
413
- "bump v0.9.287 — deploy gate auth fix + exe-erp v0.2.1",
414
- "bump v0.9.286 — exe-erp final8 in manifest",
415
- "add cross-service SSO + key rotation + daemon restart tests (35 tests)",
416
- "45 tests for image validation, ${VAR:-default} resolution, platform checks",
417
- "add 16 activate fallback chain tests — covers bug 2f5d6166 failure modes",
418
- "add 18 key rotation tests — dual-key verify, grace, fallback chain",
419
- "bump v0.9.285 — deploy gate image verification",
420
- "bump v0.9.284 — otel deploy gate fix",
421
- "bump v0.9.283 — amd64 digest fix",
422
- "bump v0.9.282 — daemon image v0.9.281 in manifest",
423
- "prepare v0.9.281 — 50 bugs fixed, stack 0.9.24 fully deployable",
424
- "bump v0.9.280 — GoTrue MCP auth, support fixes",
425
- "bump v0.9.279 — stack v0.9.24, GoTrue support auth, optional services",
426
- "service ownership matrix — dashboard is AskExe-only, not customer stack",
427
- "bump version to 0.9.278",
428
- "API documentation for wiki.askexe.com (5 pages)",
429
- "consolidate platform procedures from 75 to 46 (37KB from 72KB) (#139)",
430
- "11 new platform procedures for v0.9.278 features",
431
- "document five-layer customization preservation model (a88c354b) (#137)",
432
- "bump version to 0.9.277",
433
- "document_aware retrieval guidance — when and why agents should use it",
434
- "session lifecycle — 3-layer automatic state preservation",
435
- "integrate session closeout, model registry, dreaming into platform procedures"
436
- ],
437
- "migration_notes": []
438
438
  }
439
439
  }
440
440
  }