@raysonmeng/agentbridge 0.1.28 → 0.1.30

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.
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "name": "agentbridge",
14
14
  "description": "Bridge Claude Code and Codex through a shared daemon, push channel delivery, and reply/get_messages tools.",
15
- "version": "0.1.28",
15
+ "version": "0.1.30",
16
16
  "author": {
17
17
  "name": "AgentBridge Contributors",
18
18
  "email": "raysonmeng@qq.com"
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <p align="center"><img src="site/assets/logo.svg" width="72" alt="AgentBridge logo" /></p>
2
+
1
3
  # AgentBridge
2
4
 
3
5
  [![CI](https://github.com/raysonmeng/agent-bridge/actions/workflows/ci.yml/badge.svg)](https://github.com/raysonmeng/agent-bridge/actions/workflows/ci.yml)
@@ -5,6 +7,8 @@
5
7
 
6
8
  [中文文档](README.zh-CN.md)
7
9
 
10
+ **🌐 Website: [quilin-ai.github.io/agent-bridge](https://quilin-ai.github.io/agent-bridge/)** — with a live animated demo of a real session.
11
+
8
12
  Local bridge for bidirectional communication between Claude Code and Codex inside the same working session.
9
13
 
10
14
  What that buys you, concretely:
@@ -14,6 +18,7 @@ What that buys you, concretely:
14
18
  - **Quota relay for overnight runs** — when one side's subscription window runs dry, it stops cleanly at a turn boundary and hands the task off to the other side, so a long job keeps moving instead of dying at a limit.
15
19
 
16
20
  <!-- TODO: assets/demo.gif — see docs/demo/RECORDING.md -->
21
+ ▶ **[Watch the demo on the website](https://quilin-ai.github.io/agent-bridge/)** — an animated replay of a real session: Codex's reply pushed into Claude's live session, a mid-turn injection into Codex, and a quota handoff.
17
22
 
18
23
  > **This tool was largely built by Claude Code and Codex collaborating through it.**
19
24
  > **Every PR written by one agent was reviewed by the other.** AgentBridge is its own proof of concept.
package/README.zh-CN.md CHANGED
@@ -1,3 +1,5 @@
1
+ <p align="center"><img src="site/assets/logo.svg" width="72" alt="AgentBridge logo" /></p>
2
+
1
3
  # AgentBridge
2
4
 
3
5
  English version: [README.md](README.md)
@@ -5,6 +7,8 @@ English version: [README.md](README.md)
5
7
  [![CI](https://github.com/raysonmeng/agent-bridge/actions/workflows/ci.yml/badge.svg)](https://github.com/raysonmeng/agent-bridge/actions/workflows/ci.yml)
6
8
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
9
 
10
+ **🌐 官网:[quilin-ai.github.io/agent-bridge/zh/](https://quilin-ai.github.io/agent-bridge/zh/)** —— 附真实会话的动画演示。
11
+
8
12
  让 Claude Code 和 Codex 在同一个工作会话中进行双向通信的本地 Bridge。
9
13
 
10
14
  具体能换来什么:
@@ -14,6 +18,7 @@ English version: [README.md](README.md)
14
18
  - **通宵任务的额度接力** —— 一侧订阅额度窗口烧到线时,它在回合边界干净停下,把任务交接给另一侧,让长任务继续跑,而不是撞到上限就死掉。
15
19
 
16
20
  <!-- TODO: assets/demo.gif — see docs/demo/RECORDING.md -->
21
+ ▶ **[在官网看演示](https://quilin-ai.github.io/agent-bridge/zh/)** —— 真实会话的动画重放:Codex 回复推进 Claude 活跃会话、回合中途插入、额度接力。
17
22
 
18
23
  > **这个工具很大程度上就是 Claude Code 和 Codex 通过它本身协作写出来的。**
19
24
  > **一个 agent 写的每个 PR,都由另一个 agent review。** AgentBridge 就是它自己的 proof of concept。
package/dist/cli.js CHANGED
@@ -179,7 +179,7 @@ function parsePositiveIntEnv(name, fallback, log = () => {}, env = process.env)
179
179
  var require_package = __commonJS((exports, module) => {
180
180
  module.exports = {
181
181
  name: "@raysonmeng/agentbridge",
182
- version: "0.1.28",
182
+ version: "0.1.30",
183
183
  description: "Bridge between Claude Code and Codex \u2014 bidirectional agent communication via MCP Channel + JSON-RPC",
184
184
  type: "module",
185
185
  packageManager: "bun@1.3.11",
@@ -1708,11 +1708,11 @@ function formatBuildInfo(build) {
1708
1708
  var CODE_HASH_SENTINEL = "source", BUILD_INFO;
1709
1709
  var init_build_info = __esm(() => {
1710
1710
  BUILD_INFO = Object.freeze({
1711
- version: defineString("0.1.28", "0.0.0-source"),
1712
- commit: defineString("e4c7f6b", "source"),
1711
+ version: defineString("0.1.30", "0.0.0-source"),
1712
+ commit: defineString("55120e8", "source"),
1713
1713
  bundle: defineBundle("dist"),
1714
1714
  contractVersion: defineNumber(1, CONTRACT_VERSION),
1715
- codeHash: defineString("6e06df360fe8", "source")
1715
+ codeHash: defineString("0cb79932198b", "source")
1716
1716
  });
1717
1717
  });
1718
1718
 
package/dist/daemon.js CHANGED
@@ -29,11 +29,11 @@ function defineNumber(value, fallback) {
29
29
  return typeof value === "number" && Number.isFinite(value) ? value : fallback;
30
30
  }
31
31
  var BUILD_INFO = Object.freeze({
32
- version: defineString("0.1.28", "0.0.0-source"),
33
- commit: defineString("e4c7f6b", "source"),
32
+ version: defineString("0.1.30", "0.0.0-source"),
33
+ commit: defineString("55120e8", "source"),
34
34
  bundle: defineBundle("dist"),
35
35
  contractVersion: defineNumber(1, CONTRACT_VERSION),
36
- codeHash: defineString("6e06df360fe8", "source")
36
+ codeHash: defineString("0cb79932198b", "source")
37
37
  });
38
38
  function daemonStatusBuildInfo() {
39
39
  return { ...BUILD_INFO };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raysonmeng/agentbridge",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "Bridge between Claude Code and Codex — bidirectional agent communication via MCP Channel + JSON-RPC",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.11",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentbridge",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "Bridge Claude Code and Codex with a shared daemon, push channel delivery, and bidirectional reply tooling.",
5
5
  "author": {
6
6
  "name": "AgentBridge Contributors",
@@ -14706,11 +14706,11 @@ function defineNumber(value, fallback) {
14706
14706
  return typeof value === "number" && Number.isFinite(value) ? value : fallback;
14707
14707
  }
14708
14708
  var BUILD_INFO = Object.freeze({
14709
- version: defineString("0.1.28", "0.0.0-source"),
14710
- commit: defineString("e4c7f6b", "source"),
14709
+ version: defineString("0.1.30", "0.0.0-source"),
14710
+ commit: defineString("55120e8", "source"),
14711
14711
  bundle: defineBundle("plugin"),
14712
14712
  contractVersion: defineNumber(1, CONTRACT_VERSION),
14713
- codeHash: defineString("6e06df360fe8", "source")
14713
+ codeHash: defineString("0cb79932198b", "source")
14714
14714
  });
14715
14715
  function sameRuntimeContract(a, b) {
14716
14716
  if (!a || !b)
@@ -29,11 +29,11 @@ function defineNumber(value, fallback) {
29
29
  return typeof value === "number" && Number.isFinite(value) ? value : fallback;
30
30
  }
31
31
  var BUILD_INFO = Object.freeze({
32
- version: defineString("0.1.28", "0.0.0-source"),
33
- commit: defineString("e4c7f6b", "source"),
32
+ version: defineString("0.1.30", "0.0.0-source"),
33
+ commit: defineString("55120e8", "source"),
34
34
  bundle: defineBundle("plugin"),
35
35
  contractVersion: defineNumber(1, CONTRACT_VERSION),
36
- codeHash: defineString("6e06df360fe8", "source")
36
+ codeHash: defineString("0cb79932198b", "source")
37
37
  });
38
38
  function daemonStatusBuildInfo() {
39
39
  return { ...BUILD_INFO };