@askexenow/exe-os 0.9.395 → 0.9.396
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/dist/.dist-verified.json +3 -3
- package/dist/build-manifest.json +2 -2
- package/dist/hooks/manifest.json +1 -1
- package/package.json +12 -5
- package/release-notes.json +8 -63
- package/stack.release.json +3 -3
package/dist/.dist-verified.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"verified_at": "2026-09-
|
|
4
|
-
"manifest_sha256": "
|
|
5
|
-
"package_version": "0.9.
|
|
3
|
+
"verified_at": "2026-09-24T03:22:35.670Z",
|
|
4
|
+
"manifest_sha256": "882003bc67319c95ef5176b5ca31cc4cb8893171183ad87044b555d99cbbfb1e",
|
|
5
|
+
"package_version": "0.9.396"
|
|
6
6
|
}
|
package/dist/build-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"generated_at": "2026-09-
|
|
3
|
+
"generated_at": "2026-09-24T03:22:35.607Z",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
6
|
"path": "active-agent-6CIFLMKA.js",
|
|
@@ -2579,7 +2579,7 @@
|
|
|
2579
2579
|
},
|
|
2580
2580
|
{
|
|
2581
2581
|
"path": "hooks/manifest.json",
|
|
2582
|
-
"sha256": "
|
|
2582
|
+
"sha256": "2556ee4239ef1a967f656939361999f14e549a92d5ab7437409c5d0e70d26591",
|
|
2583
2583
|
"bytes": 1841
|
|
2584
2584
|
},
|
|
2585
2585
|
{
|
package/dist/hooks/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-24T03:22:35.345Z",
|
|
4
4
|
"hashes": {
|
|
5
5
|
"bug-report-worker.js": "d51de3d9014eac245af3d4313331a7dd7d6fff0178a9e45ef52814e69ac52069",
|
|
6
6
|
"codex-stop-task-finalizer.js": "fc508147202167503a48c8c11906dd89f04c16d86e7b061afa46e5b7ea71d4a8",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.396",
|
|
4
4
|
"description": "AI employee operating system \u2014 persistent memory, task management, and multi-agent coordination for Claude Code.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -83,8 +83,15 @@
|
|
|
83
83
|
"overrides": {
|
|
84
84
|
"protobufjs": ">=8.6.0",
|
|
85
85
|
"form-data": ">=4.0.6",
|
|
86
|
-
"nodemailer": "^
|
|
87
|
-
"tar": ">=7.5.
|
|
86
|
+
"nodemailer": "^10.0.10",
|
|
87
|
+
"tar": ">=7.5.21",
|
|
88
|
+
"axios": "^1.18.0",
|
|
89
|
+
"fast-uri": "^3.1.6",
|
|
90
|
+
"ip-address": "^10.3.1",
|
|
91
|
+
"nanoid": "^5.1.16",
|
|
92
|
+
"picomatch": "^4.0.4",
|
|
93
|
+
"sharp": "^0.35.4",
|
|
94
|
+
"undici": "^6.27.0",
|
|
88
95
|
"esbuild": ">=0.28.1",
|
|
89
96
|
"hono": ">=4.12.25",
|
|
90
97
|
"@opentelemetry/core": ">=2.8.0",
|
|
@@ -93,7 +100,7 @@
|
|
|
93
100
|
"@opentelemetry/sdk-metrics": ">=2.8.0",
|
|
94
101
|
"@opentelemetry/sdk-logs": ">=0.219.0",
|
|
95
102
|
"@opentelemetry/propagator-b3": ">=2.8.0",
|
|
96
|
-
"@opentelemetry/propagator-jaeger": ">=2.
|
|
103
|
+
"@opentelemetry/propagator-jaeger": ">=2.9.0",
|
|
97
104
|
"@opentelemetry/exporter-zipkin": ">=2.8.0",
|
|
98
105
|
"@opentelemetry/otlp-exporter-base": ">=0.219.0",
|
|
99
106
|
"@opentelemetry/otlp-transformer": ">=0.219.0",
|
|
@@ -203,7 +210,7 @@
|
|
|
203
210
|
"ink-text-input": "^6.0.0",
|
|
204
211
|
"jose": "^6.2.2",
|
|
205
212
|
"node-llama-cpp": "^3.18.1",
|
|
206
|
-
"nodemailer": "^
|
|
213
|
+
"nodemailer": "^10.0.10",
|
|
207
214
|
"openai": "^6.33.0",
|
|
208
215
|
"pg": "^8.20.0",
|
|
209
216
|
"react": "^19.2.4",
|
package/release-notes.json
CHANGED
|
@@ -1,74 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.396",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
4
|
+
"0.9.396": {
|
|
5
|
+
"version": "0.9.396",
|
|
6
6
|
"date": "2026-09-24",
|
|
7
|
-
"features": [
|
|
8
|
-
"ARC-1 verifier gate and isolated signer boundary (Phase 3, Track D) (#1187)",
|
|
9
|
-
"local CI triage — classify failing checks at zero token cost (#1441)",
|
|
10
|
-
"declare the runner fleet instead of remembering it (#1179)",
|
|
11
|
-
"ARC-1 release ledger, part 1 of 4 — core, leases and transitions (#1229)",
|
|
12
|
-
"bug census source of truth — per-status/per-product counts, surfaced at boot (#1270)",
|
|
13
|
-
"--scope flag reaches DEAD coordinator lanes' zombie queues (follow-up to bug 81c63b67) (#1405)",
|
|
14
|
-
"sign recoverable B3 invite proofs with native keys"
|
|
15
|
-
],
|
|
7
|
+
"features": [],
|
|
16
8
|
"fixes": [
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"keep Trivy database outside image build context",
|
|
20
|
-
"separate image tags from signed stack publication",
|
|
21
|
-
"resume interrupted digest-pinned blobs safely",
|
|
22
|
-
"binary-rename divergence, merge-commit attribution, stale-constant guard (cicd-pipeline-integrity) (#1506)",
|
|
23
|
-
"un-skip register-tools-empty-machine test with real 96df1a7f contract (5c65809b) (#1503)",
|
|
24
|
-
"render abandoned count and track cancelled-then-timed-out bodies (#1502)",
|
|
25
|
-
"partial-pull cluster — 409 recovery, apply-failure conflation, legacy cursor, state erasure, memory-batch binding (#1501)",
|
|
26
|
-
"list_bugs status filter silently ignored unknown values (e645822c) (#1494)",
|
|
27
|
-
"honor omitted default no-restart policy",
|
|
28
|
-
"honor completed one-shot dependencies in retained health",
|
|
29
|
-
"require critical container identity and preserve missing restart data",
|
|
30
|
-
"scope retained health to selected service and critical dependencies",
|
|
31
|
-
"compare override drift to signed snapshot",
|
|
32
|
-
"attest retained Compose override for scoped releases",
|
|
33
|
-
"no_raw excludes captured searches (bug 37353c88 residual a) (#1509)",
|
|
34
|
-
"cited-bug-id integrity guard (bug 2b74a91c); no pin change for bug 1f0fba70 (#1365)",
|
|
35
|
-
"an unreadable licence key or grandfather marker is not an absent one (bug d11c5049, G8) (#1321)",
|
|
36
|
-
"warm global-procedures cache on exe-call/exe-agent paths + durable guard (#1472)",
|
|
37
|
-
"purely additive target-keyed enforcement for every mutating tool (bug 4d7961b3) (#1279)",
|
|
38
|
-
"enforce shared-master exclusion at join, not only at publish (#1199 follow-up) (#1507)",
|
|
39
|
-
"supersession hygiene propagates importance in chain order (bug 692bd251) (#1508)",
|
|
40
|
-
"mix process.pid into the test-mode lock port (reopens 3c72aa45) (#1496)",
|
|
41
|
-
"linear f-string scan in policy evaluation (PR #1471 follow-up) (#1483)"
|
|
9
|
+
"isolate git subprocess tests in required PR and main gates",
|
|
10
|
+
"refresh vulnerable packages and image runtime for v0.9.396"
|
|
42
11
|
],
|
|
43
12
|
"security": [],
|
|
44
13
|
"other": [
|
|
45
|
-
"
|
|
46
|
-
"cover GHCR blob redirects during resume",
|
|
47
|
-
"Add fixed-source npm-only publisher for exe-os 0.9.394",
|
|
48
|
-
"Prepare signed CRM companion canary stack 0.9.55",
|
|
49
|
-
"Allow signed retained CRM web and worker image group",
|
|
50
|
-
"Prepare signed CRM DEMO canary stack 0.9.54",
|
|
51
|
-
"Add fixed-source npm-only publisher for exe-os 0.9.393",
|
|
52
|
-
"Prepare signed Dashboard canary stack 0.9.53 with scoped updater 0.9.393",
|
|
53
|
-
"assert required core failure in retained scope",
|
|
54
|
-
"release(npm): publish 0.9.392 from exact green main source",
|
|
55
|
-
"release(stack): sign Dashboard topology canary 0.9.52",
|
|
56
|
-
"release(stack): pin Dashboard v0.9.392 in canary 0.9.51 (#1511)",
|
|
57
|
-
"release: use declared control runner lane",
|
|
58
|
-
"release: run fixed-source npm gate on control lane",
|
|
59
|
-
"release: add fixed-source npm canary publisher",
|
|
60
|
-
"release(stack): pin CRM v0.9.66 in DEMO canary",
|
|
61
|
-
"remove three mac CI flakes (bugs 4fd3f86e, 3c72aa45, e8a0c254) (#1482)",
|
|
62
|
-
"Retain signed live compose for targeted image updates (#1478)",
|
|
63
|
-
"use valid X25519 keys in B3 fixtures",
|
|
64
|
-
"use HTTP/1.1 for full-history provenance checkout (#1480)",
|
|
65
|
-
"release(stack): add CRM DEMO canary 0.9.50 (#1475)",
|
|
66
|
-
"bound lock-owner waits on failure",
|
|
67
|
-
"sign targeted SSO edge asset v0.9.49"
|
|
14
|
+
"require isolated git tests in both workflow gates"
|
|
68
15
|
],
|
|
69
|
-
"migration_notes": [
|
|
70
|
-
"recall, query: deployment` let the skip group consume the real"
|
|
71
|
-
]
|
|
16
|
+
"migration_notes": []
|
|
72
17
|
},
|
|
73
18
|
"0.9.371": {
|
|
74
19
|
"version": "0.9.371",
|
package/stack.release.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"repo": "AskExe/exe-os",
|
|
5
5
|
"service": "exe-os",
|
|
6
6
|
"packageName": "@askexenow/exe-os",
|
|
7
|
-
"version": "0.9.
|
|
8
|
-
"image": "ghcr.io/askexe/exe-os:v0.9.
|
|
7
|
+
"version": "0.9.396",
|
|
8
|
+
"image": "ghcr.io/askexe/exe-os:v0.9.396",
|
|
9
9
|
"imageEnv": "EXE_OS_IMAGE_TAG",
|
|
10
10
|
"imageDigestTodo": "The top-level image names the forthcoming exe-os build and receives its digest after publication. Independently released components, including dashboard, retain verified digest pins; stack publication validates every service pin.",
|
|
11
11
|
"components": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
},
|
|
111
111
|
"deploymentScope": "customer",
|
|
112
112
|
"highGhostStack": "0.9.9",
|
|
113
|
-
"sourceVersion": "0.9.
|
|
113
|
+
"sourceVersion": "0.9.396"
|
|
114
114
|
}
|