@askexenow/exe-os 0.9.356 → 0.9.357
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/hooks/manifest.json +1 -1
- package/package.json +1 -1
- package/release-notes.json +17 -16
package/dist/hooks/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-28T11:25:11.916Z",
|
|
4
4
|
"hashes": {
|
|
5
5
|
"bug-report-worker.js": "5d0d9dc3d2c866172d80eed57e066431cb7b1b727af26e8f4e0cc929efe59d28",
|
|
6
6
|
"codex-stop-task-finalizer.js": "4f789d041c94537331d56ca0258cf83b35e5330ee264a778430e2401a5883e84",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.357",
|
|
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",
|
package/release-notes.json
CHANGED
|
@@ -1,15 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.357",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
6
|
-
"date": "2026-07-
|
|
4
|
+
"0.9.357": {
|
|
5
|
+
"version": "0.9.357",
|
|
6
|
+
"date": "2026-07-28",
|
|
7
7
|
"features": [],
|
|
8
8
|
"fixes": [],
|
|
9
9
|
"security": [],
|
|
10
10
|
"other": [
|
|
11
|
-
"v0.9.
|
|
11
|
+
"v0.9.357 — image-pullability watchdog + upgrade.sh proxy login (#501)"
|
|
12
|
+
],
|
|
13
|
+
"migration_notes": []
|
|
14
|
+
},
|
|
15
|
+
"0.9.356": {
|
|
16
|
+
"version": "0.9.356",
|
|
17
|
+
"date": "2026-07-27",
|
|
18
|
+
"features": [],
|
|
19
|
+
"fixes": [
|
|
20
|
+
"memory reads no longer throw \"Database client not initialized\" — memory(search)/recall_my_memory/ask_team_memory now guard on a shared ensureReadDbReady() and return an empty result gracefully when the DB adapter is unregistered (daemon down / degraded fastDbInit no-op), instead of crashing (extends the #474 fix to the read paths) (8167b9aa) (#495)",
|
|
21
|
+
"spawn no longer emits a false \"Coordinator checkout refusal\" for worktree-isolated dispatch — the coordinator-cwd refusal now only fires for an explicit spawn_worktree=false opt-out into the coordinator's live checkout; the main-checkout branch-stomp protection is preserved downstream, so code-role agents can again be dispatched from the coordinator's own repo (7af6e4a1) (#496)"
|
|
12
22
|
],
|
|
23
|
+
"security": [],
|
|
24
|
+
"other": [],
|
|
13
25
|
"migration_notes": []
|
|
14
26
|
},
|
|
15
27
|
"0.9.355": {
|
|
@@ -49,17 +61,6 @@
|
|
|
49
61
|
"security": [],
|
|
50
62
|
"other": [],
|
|
51
63
|
"migration_notes": []
|
|
52
|
-
},
|
|
53
|
-
"0.9.352": {
|
|
54
|
-
"version": "0.9.352",
|
|
55
|
-
"date": "2026-07-25",
|
|
56
|
-
"features": [],
|
|
57
|
-
"fixes": [
|
|
58
|
-
"multi-coordinator session-scope correctness: an employee session now derives its coordinator from its OWN live tmux session name (davinci-yoda1 → yoda1), not the EXE_SESSION env baked at spawn — so with two live coordinators (yoda1+yoda2) a worker no longer mis-detects its coordinator, refuses its own task as a cross-session leak, or freezes reading another coordinator's signal dir (7eec74b7, 45a9f87e) (#476)"
|
|
59
|
-
],
|
|
60
|
-
"security": [],
|
|
61
|
-
"other": [],
|
|
62
|
-
"migration_notes": []
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
}
|