@askexenow/exe-os 0.9.368 → 0.9.369

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "verified_at": "2026-08-13T18:16:32.191Z",
4
- "manifest_sha256": "5325b23b8030d7245f4757a7ba74e6113708fd68b7d052d79bc0dbed2164815a",
5
- "package_version": "0.9.368"
3
+ "verified_at": "2026-08-13T19:51:08.245Z",
4
+ "manifest_sha256": "377076945803a96653252484affb1ac1ba02328fd499e557279af64170c0e397",
5
+ "package_version": "0.9.369"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "generated_at": "2026-08-13T18:16:31.934Z",
3
+ "generated_at": "2026-08-13T19:51:07.993Z",
4
4
  "files": [
5
5
  {
6
6
  "path": "active-agent-6WNC756A.js",
@@ -2309,7 +2309,7 @@
2309
2309
  },
2310
2310
  {
2311
2311
  "path": "hooks/manifest.json",
2312
- "sha256": "0bd432ddaac935bd9e9270f62be01aa4702248f13d65179427be4ddfcd74db0d",
2312
+ "sha256": "b6ff2fe42c44e322d35150b61469b76e8dd33ece90514f707a7b9816d6f6e5de",
2313
2313
  "bytes": 1841
2314
2314
  },
2315
2315
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-08-13T18:16:31.862Z",
3
+ "generatedAt": "2026-08-13T19:51:07.917Z",
4
4
  "hashes": {
5
5
  "bug-report-worker.js": "499d4e411f2725bffb988d7a4b9166ab03241425a33fabc727440a8f04ada0b7",
6
6
  "codex-stop-task-finalizer.js": "d8037dcea9319c7a33cddaa8bdd89f27477555de572411178f54c462316c97ad",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.368",
3
+ "version": "0.9.369",
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",
@@ -1,17 +1,44 @@
1
1
  {
2
- "current": "0.9.368",
2
+ "current": "0.9.369",
3
3
  "notes": {
4
- "0.9.368": {
5
- "version": "0.9.368",
4
+ "0.9.369": {
5
+ "version": "0.9.369",
6
6
  "date": "2026-08-13",
7
7
  "features": [],
8
8
  "fixes": [],
9
9
  "security": [],
10
10
  "other": [
11
- "v0.9.368 (#716)"
11
+ "v0.9.369 — API key revocation (#718)"
12
12
  ],
13
13
  "migration_notes": []
14
14
  },
15
+ "0.9.368": {
16
+ "version": "0.9.368",
17
+ "date": "2026-08-14",
18
+ "features": [
19
+ "approve/deny on a privileged action now actually decides whether it runs — previously the prompt was cosmetic: no server handler existed, the safety classifier had no caller, and the wait flag was ignored (exe-build #165)",
20
+ "dashboard gains a Drive tab — an admin lens over Exe Drive (#709)",
21
+ "delivery truth: the system now tracks the gap between merged and actually delivered, with liveness checked on a clock rather than assumed (#707)",
22
+ "the watchdog now counts the self-heals it declines to make, so a restart it chose NOT to perform is visible instead of silent (#708)"
23
+ ],
24
+ "fixes": [
25
+ "cloud sync no longer starves every stage after the memory push: a deferred slice used to return early with no signal, so the daemon idled a full interval and the fifteen later stages — including DB backup — never ran, while every run reported success (#715)",
26
+ "closing a bug now genuinely requires a verification artifact — the gate existed and was correct, but was never reachable from the client everyone uses, so nothing was ever refused (#710)",
27
+ "behavior-injection truncation is loud instead of silent: agents were storing corrections that were dropped at spawn with no warning, so lessons appeared saved and were never applied (#701)",
28
+ "the installer refuses to run from a linked git worktree, detected structurally, so a temp checkout can no longer re-point global hooks at a directory that will not outlive it (#706)",
29
+ "create_task no longer reports success for a dispatch nobody received (#705)",
30
+ "Codex sessions launch again — we stopped pinning a flag OpenAI's CLI removed, and now feature-detect its flag surface instead (#704)",
31
+ "PreToolUse worktree isolation was inert inside .claude/worktrees (#712)",
32
+ "stopped shipping the crashlooping exe-monitor v0.9.5 build (#711)",
33
+ "admin bug updates: evidence-only updates no longer 400, corrections reach upstream, and oversize text is refused rather than silently truncated (#713, #714)",
34
+ "the dashboard image can serve askexe.com — the one domain it never could (#703)",
35
+ "release gate asserts required contexts off the x64 lane, so a release can no longer deadlock waiting on a runner it is occupying (#700)",
36
+ "device-token chat persists instead of losing every message: device identities carried no org, so writes were refused; the connection now resolves a real tenant or is refused outright (exe-build #164, #166)"
37
+ ],
38
+ "security": [],
39
+ "other": [],
40
+ "migration_notes": []
41
+ },
15
42
  "0.9.367": {
16
43
  "version": "0.9.367",
17
44
  "date": "2026-08-13",
@@ -102,35 +129,6 @@
102
129
  "security": [],
103
130
  "other": [],
104
131
  "migration_notes": []
105
- },
106
- "0.9.364": {
107
- "version": "0.9.364",
108
- "date": "2026-08-12",
109
- "features": [
110
- "scheduled CI sweeper: green agent PRs merge automatically and their git worktrees are pruned in the same action, so completed work can no longer sit unmerged and worktrees cannot accumulate",
111
- "permanent gates for four recurring defect classes, with a monotone inventory that fails when a fix leaves a stale allowlist entry behind"
112
- ],
113
- "fixes": [
114
- "orphan reaper (P0): the daemon reaper matched free text and killed live agent work — two Codex agents and a shell were destroyed mid-run. It now positively identifies a process by argv identity (node-wrapped CLIs resolve to the real CLI) and requires an anchored pattern match",
115
- "memory (P0): supersede writes are scoped to the calling agent, closing two cross-agent scope leaks; a silently-ignored agent_id is now rejected instead of ignored",
116
- "cloud sync: the daemon socket leaked after a successful sync, keeping the process alive until SIGTERM; it is now disconnected on cleanup and on SIGTERM",
117
- "cloud sync: require a reliable daemon DB init instead of syncing against a no-op client",
118
- "cli: short-lived binaries exit instead of hanging on the daemon socket",
119
- "agent config: correct Claude 5 model ids, drop a phantom Sonnet 4.8, and accept future claude models instead of failing on a hardcoded list",
120
- "agent defs: internal Claude model ids are translated to Claude Code frontmatter aliases",
121
- "registry proxy: routes are classified at a single choke point and unknown paths fail closed",
122
- "daemon: repeated dirty-worktree archive failures are bounded instead of retrying forever",
123
- "boot brief: open work that nothing is executing is now surfaced instead of being silently lost; section and brief timeouts are separated and fail loud",
124
- "sso-edge: the healthcheck probes the exempt /healthz rather than the gated /",
125
- "worker: a missing API_KEY_STORAGE_SECRET no longer turns a successful auth into a 500 with an unwritten api_key_hash"
126
- ],
127
- "infrastructure": [
128
- "local-first Linux CI: linux-build-check, api-router, worker and smoke run on local arm64 Linux VMs (linux-build-check went from 5-6 min to ~1m17s). The x64 Linux matrix still runs on main-push and still gates release, so x64 coverage is preserved",
129
- "per-SHA concurrency restored on main so a release commit can never lose its CI run to a later push"
130
- ],
131
- "security": [],
132
- "other": [],
133
- "migration_notes": []
134
132
  }
135
133
  }
136
134
  }