@raysonmeng/agentbridge 0.1.23 → 0.1.24
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/.claude-plugin/marketplace.json +1 -1
- package/README.md +7 -7
- package/README.zh-CN.md +7 -7
- package/dist/cli.js +4 -4
- package/dist/daemon.js +3 -3
- package/package.json +1 -1
- package/plugins/agentbridge/.claude-plugin/plugin.json +1 -1
- package/plugins/agentbridge/server/bridge-server.js +3 -3
- package/plugins/agentbridge/server/daemon.js +3 -3
|
@@ -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.
|
|
15
|
+
"version": "0.1.24",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "AgentBridge Contributors",
|
|
18
18
|
"email": "raysonmeng@qq.com"
|
package/README.md
CHANGED
|
@@ -217,11 +217,11 @@ agent_bridge/
|
|
|
217
217
|
│ ├── pull_request_template.md
|
|
218
218
|
│ └── workflows/ci.yml # GitHub Actions CI
|
|
219
219
|
├── assets/ # Static assets (images, etc.)
|
|
220
|
-
├── docs/ #
|
|
221
|
-
│ ├── 01
|
|
222
|
-
│ ├── 02-
|
|
223
|
-
│ ├── 03-08
|
|
224
|
-
│ └──
|
|
220
|
+
├── docs/ # Project growth timeline (stages 01-09; index: docs/README.md)
|
|
221
|
+
│ ├── 01-起步与v1协作核心.md # Stage 1: bidirectional bridge + v1 collaboration core
|
|
222
|
+
│ ├── 02-Phase3产品化.md # Stage 2: two-process architecture + CLI + plugin
|
|
223
|
+
│ ├── …(03-08) # release / reliability / multi-pair / protocol v2 / budget / v2 vision
|
|
224
|
+
│ └── 09-v3协作系统规格.md # Stage 9: latest v3 cross-network collaboration spec
|
|
225
225
|
├── plugins/agentbridge/ # Claude Code plugin bundle
|
|
226
226
|
│ ├── .claude-plugin/plugin.json
|
|
227
227
|
│ ├── commands/init.md
|
|
@@ -347,8 +347,8 @@ Codex runs in a sandboxed environment that **blocks all writes to the `.git` dir
|
|
|
347
347
|
|
|
348
348
|
## Roadmap
|
|
349
349
|
|
|
350
|
-
- **v1.x (current)**: Improve the single-bridge experience without architectural refactoring -- less noise, better turn discipline, and clearer collaboration modes. See [docs/
|
|
351
|
-
- **v2 (planned)**: Introduce the multi-agent foundation -- room-scoped collaboration, stable identity, a formal control protocol, and stronger recovery semantics. See [docs/
|
|
350
|
+
- **v1.x (current)**: Improve the single-bridge experience without architectural refactoring -- less noise, better turn discipline, and clearer collaboration modes. See [docs/01-起步与v1协作核心.md](docs/01-起步与v1协作核心.md).
|
|
351
|
+
- **v2 (planned)**: Introduce the multi-agent foundation -- room-scoped collaboration, stable identity, a formal control protocol, and stronger recovery semantics. See [docs/08-v2架构愿景.md](docs/08-v2架构愿景.md).
|
|
352
352
|
- **v3+ (longer term)**: Explore smarter collaboration, richer policies, and more advanced orchestration across runtimes.
|
|
353
353
|
|
|
354
354
|
## How This Project Was Built
|
package/README.zh-CN.md
CHANGED
|
@@ -215,11 +215,11 @@ agent_bridge/
|
|
|
215
215
|
│ ├── pull_request_template.md
|
|
216
216
|
│ └── workflows/ci.yml # GitHub Actions CI
|
|
217
217
|
├── assets/ # 图片资源
|
|
218
|
-
├── docs/ #
|
|
219
|
-
│ ├── 01
|
|
220
|
-
│ ├── 02-
|
|
221
|
-
│ ├── 03-08
|
|
222
|
-
│ └──
|
|
218
|
+
├── docs/ # 项目成长编年史(阶段 01-09,索引见 docs/README.md)
|
|
219
|
+
│ ├── 01-起步与v1协作核心.md # 阶段 1:双向桥 + v1 协作核心
|
|
220
|
+
│ ├── 02-Phase3产品化.md # 阶段 2:两进程架构 + CLI + 插件
|
|
221
|
+
│ ├── …(03-08) # 发布 / 可靠性 / 多对 / 协作协议 v2 / 额度 / v2 架构愿景
|
|
222
|
+
│ └── 09-v3协作系统规格.md # 阶段 9:最新 v3 跨网协作系统规格
|
|
223
223
|
├── plugins/agentbridge/ # Claude Code 插件包
|
|
224
224
|
│ ├── .claude-plugin/plugin.json
|
|
225
225
|
│ ├── commands/init.md
|
|
@@ -341,8 +341,8 @@ Codex 运行在沙箱环境中,**禁止对 `.git` 目录进行任何写操作*
|
|
|
341
341
|
|
|
342
342
|
## Roadmap
|
|
343
343
|
|
|
344
|
-
- **v1.x(当前)**:在不改变架构的前提下优化单桥体验 -- 降噪、控回合、定角色。详见 [docs/
|
|
345
|
-
- **v2(规划中)**:引入多 Agent 基础设施 -- Room 作用域协作、稳定身份、正式控制协议、更强的恢复语义。详见 [docs/
|
|
344
|
+
- **v1.x(当前)**:在不改变架构的前提下优化单桥体验 -- 降噪、控回合、定角色。详见 [docs/01-起步与v1协作核心.md](docs/01-起步与v1协作核心.md)。
|
|
345
|
+
- **v2(规划中)**:引入多 Agent 基础设施 -- Room 作用域协作、稳定身份、正式控制协议、更强的恢复语义。详见 [docs/08-v2架构愿景.md](docs/08-v2架构愿景.md)。
|
|
346
346
|
- **v3+(远期)**:更智能的协作、更丰富的策略、跨 runtime 的高级编排。
|
|
347
347
|
|
|
348
348
|
## 这个项目是怎么建成的
|
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.
|
|
182
|
+
version: "0.1.24",
|
|
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.
|
|
1712
|
-
commit: defineString("
|
|
1711
|
+
version: defineString("0.1.24", "0.0.0-source"),
|
|
1712
|
+
commit: defineString("39a46f1", "source"),
|
|
1713
1713
|
bundle: defineBundle("dist"),
|
|
1714
1714
|
contractVersion: defineNumber(1, CONTRACT_VERSION),
|
|
1715
|
-
codeHash: defineString("
|
|
1715
|
+
codeHash: defineString("aeb64ca4c8b6", "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.
|
|
33
|
-
commit: defineString("
|
|
32
|
+
version: defineString("0.1.24", "0.0.0-source"),
|
|
33
|
+
commit: defineString("39a46f1", "source"),
|
|
34
34
|
bundle: defineBundle("dist"),
|
|
35
35
|
contractVersion: defineNumber(1, CONTRACT_VERSION),
|
|
36
|
-
codeHash: defineString("
|
|
36
|
+
codeHash: defineString("aeb64ca4c8b6", "source")
|
|
37
37
|
});
|
|
38
38
|
function daemonStatusBuildInfo() {
|
|
39
39
|
return { ...BUILD_INFO };
|
package/package.json
CHANGED
|
@@ -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.
|
|
14710
|
-
commit: defineString("
|
|
14709
|
+
version: defineString("0.1.24", "0.0.0-source"),
|
|
14710
|
+
commit: defineString("39a46f1", "source"),
|
|
14711
14711
|
bundle: defineBundle("plugin"),
|
|
14712
14712
|
contractVersion: defineNumber(1, CONTRACT_VERSION),
|
|
14713
|
-
codeHash: defineString("
|
|
14713
|
+
codeHash: defineString("aeb64ca4c8b6", "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.
|
|
33
|
-
commit: defineString("
|
|
32
|
+
version: defineString("0.1.24", "0.0.0-source"),
|
|
33
|
+
commit: defineString("39a46f1", "source"),
|
|
34
34
|
bundle: defineBundle("plugin"),
|
|
35
35
|
contractVersion: defineNumber(1, CONTRACT_VERSION),
|
|
36
|
-
codeHash: defineString("
|
|
36
|
+
codeHash: defineString("aeb64ca4c8b6", "source")
|
|
37
37
|
});
|
|
38
38
|
function daemonStatusBuildInfo() {
|
|
39
39
|
return { ...BUILD_INFO };
|