agent-embassy 4.5.1 → 4.5.2

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/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
 
7
+ ## [4.5.2] - 2026-09-07
8
+
9
+ ### Changed
10
+ - Demo video re-made design-first (light palette, Newsreader headlines, recorded terminals as dispatch cards, illustrated SSH scene) with a new live exchange: a login-flow review. Both READMEs embed it; the Remotion project under `demo/` is updated.
11
+
7
12
  ## [4.5.1] - 2026-09-07
8
13
 
9
14
  ### Added
package/README.md CHANGED
@@ -28,7 +28,9 @@ command and receipt model.
28
28
 
29
29
 
30
30
 
31
- https://github.com/user-attachments/assets/1487b1e3-4579-49cd-8cdb-04772607e71f
31
+ https://github.com/user-attachments/assets/b401d807-d208-4dbd-84b0-a27d6d1c9540
32
+
33
+
32
34
 
33
35
 
34
36
  *40 seconds, recorded live: a Claude Code session asks a Codex agent for a review and gets the reply natively. If the player does not render here, [download the video](https://github.com/YuanpingSong/embassy/releases/latest/download/embassy-demo.mp4).*
@@ -1 +1 @@
1
- export declare const CORE_VERSION = "4.5.1";
1
+ export declare const CORE_VERSION = "4.5.2";
@@ -1,2 +1,2 @@
1
- export const CORE_VERSION = "4.5.1";
1
+ export const CORE_VERSION = "4.5.2";
2
2
  //# sourceMappingURL=core-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-embassy",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
4
4
  "description": "A local gateway for bidirectional messaging between Claude Code sessions and Codex tasks.",
5
5
  "license": "MIT",
6
6
  "repository": {