From 2de7151892cfe896983a8faaf61480eb7bd3f088 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 25 Feb 2026 10:28:56 +0900 Subject: [PATCH 1/5] add xsfire-camp registry entry --- xsfire-camp/agent.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 xsfire-camp/agent.json diff --git a/xsfire-camp/agent.json b/xsfire-camp/agent.json new file mode 100644 index 00000000..602e0cc7 --- /dev/null +++ b/xsfire-camp/agent.json @@ -0,0 +1,39 @@ +{ + "id": "xsfire-camp", + "name": "xsfire-camp", + "version": "0.9.16", + "description": "ACP bridge for Codex CLI with Codex, Claude Code, and Gemini backend support.", + "repository": "https://github.com/theprometheusxyz/xsfire-camp", + "authors": [ + "haegyung " + ], + "license": "CC-BY-NC-SA-4.0", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-aarch64-apple-darwin.tar.gz", + "cmd": "./xsfire-camp" + }, + "darwin-x86_64": { + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-x86_64-apple-darwin.tar.gz", + "cmd": "./xsfire-camp" + }, + "linux-aarch64": { + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-aarch64-unknown-linux-gnu.tar.gz", + "cmd": "./xsfire-camp" + }, + "linux-x86_64": { + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-x86_64-unknown-linux-gnu.tar.gz", + "cmd": "./xsfire-camp" + }, + "windows-aarch64": { + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-aarch64-pc-windows-msvc.zip", + "cmd": "./xsfire-camp.exe" + }, + "windows-x86_64": { + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-x86_64-pc-windows-msvc.zip", + "cmd": "./xsfire-camp.exe" + } + } + } +} From 42cfd209d8ff0560a8c9f6546871162dd6f76a11 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 26 Feb 2026 21:47:33 +0900 Subject: [PATCH 2/5] Add xsfire-camp icon for ACP registry entry --- xsfire-camp/icon.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xsfire-camp/icon.svg diff --git a/xsfire-camp/icon.svg b/xsfire-camp/icon.svg new file mode 100644 index 00000000..b051430e --- /dev/null +++ b/xsfire-camp/icon.svg @@ -0,0 +1,3 @@ + + + From 9e739719aff292e552100797b47fcf3f23bdf953 Mon Sep 17 00:00:00 2001 From: "Steve (haegyung)" Date: Sat, 14 Mar 2026 00:36:06 +0900 Subject: [PATCH 3/5] chore: refresh xsfire-camp entry to v0.9.17 --- xsfire-camp/agent.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/xsfire-camp/agent.json b/xsfire-camp/agent.json index 602e0cc7..9d036716 100644 --- a/xsfire-camp/agent.json +++ b/xsfire-camp/agent.json @@ -1,37 +1,35 @@ { "id": "xsfire-camp", "name": "xsfire-camp", - "version": "0.9.16", + "version": "0.9.17", "description": "ACP bridge for Codex CLI with Codex, Claude Code, and Gemini backend support.", "repository": "https://github.com/theprometheusxyz/xsfire-camp", - "authors": [ - "haegyung " - ], + "authors": ["haegyung "], "license": "CC-BY-NC-SA-4.0", "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-aarch64-apple-darwin.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-aarch64-apple-darwin.tar.gz", "cmd": "./xsfire-camp" }, "darwin-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-x86_64-apple-darwin.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-x86_64-apple-darwin.tar.gz", "cmd": "./xsfire-camp" }, "linux-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-aarch64-unknown-linux-gnu.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-aarch64-unknown-linux-gnu.tar.gz", "cmd": "./xsfire-camp" }, "linux-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-x86_64-unknown-linux-gnu.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-x86_64-unknown-linux-gnu.tar.gz", "cmd": "./xsfire-camp" }, "windows-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-aarch64-pc-windows-msvc.zip", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-aarch64-pc-windows-msvc.zip", "cmd": "./xsfire-camp.exe" }, "windows-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.16/xsfire-camp-0.9.16-x86_64-pc-windows-msvc.zip", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-x86_64-pc-windows-msvc.zip", "cmd": "./xsfire-camp.exe" } } From 5c2d3f79df11b295b8a6630f39b9ef7e7481ce03 Mon Sep 17 00:00:00 2001 From: "Steve (haegyung)" Date: Sun, 15 Mar 2026 16:51:57 +0900 Subject: [PATCH 4/5] chore: refresh xsfire-camp entry to v0.9.18 --- xsfire-camp/agent.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xsfire-camp/agent.json b/xsfire-camp/agent.json index 9d036716..e05911bb 100644 --- a/xsfire-camp/agent.json +++ b/xsfire-camp/agent.json @@ -1,7 +1,7 @@ { "id": "xsfire-camp", "name": "xsfire-camp", - "version": "0.9.17", + "version": "0.9.18", "description": "ACP bridge for Codex CLI with Codex, Claude Code, and Gemini backend support.", "repository": "https://github.com/theprometheusxyz/xsfire-camp", "authors": ["haegyung "], @@ -9,27 +9,27 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-aarch64-apple-darwin.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-aarch64-apple-darwin.tar.gz", "cmd": "./xsfire-camp" }, "darwin-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-x86_64-apple-darwin.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-x86_64-apple-darwin.tar.gz", "cmd": "./xsfire-camp" }, "linux-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-aarch64-unknown-linux-gnu.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-aarch64-unknown-linux-gnu.tar.gz", "cmd": "./xsfire-camp" }, "linux-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-x86_64-unknown-linux-gnu.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-x86_64-unknown-linux-gnu.tar.gz", "cmd": "./xsfire-camp" }, "windows-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-aarch64-pc-windows-msvc.zip", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-aarch64-pc-windows-msvc.zip", "cmd": "./xsfire-camp.exe" }, "windows-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.17/xsfire-camp-0.9.17-x86_64-pc-windows-msvc.zip", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-x86_64-pc-windows-msvc.zip", "cmd": "./xsfire-camp.exe" } } From 86612fb5cf38f0de821a01b2f2f4551478213bb5 Mon Sep 17 00:00:00 2001 From: "Steve (haegyung)" Date: Sun, 22 Mar 2026 19:43:20 +0900 Subject: [PATCH 5/5] chore: refresh xsfire-camp entry to v0.9.19 --- xsfire-camp/agent.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xsfire-camp/agent.json b/xsfire-camp/agent.json index e05911bb..6792e054 100644 --- a/xsfire-camp/agent.json +++ b/xsfire-camp/agent.json @@ -1,35 +1,35 @@ { "id": "xsfire-camp", "name": "xsfire-camp", - "version": "0.9.18", - "description": "ACP bridge for Codex CLI with Codex, Claude Code, and Gemini backend support.", + "version": "0.9.19", + "description": "Binary-distributed ACP bridge for Codex CLI, with Claude Code and Gemini as lightweight backends that require preinstalled/authenticated upstream CLIs.", "repository": "https://github.com/theprometheusxyz/xsfire-camp", "authors": ["haegyung "], "license": "CC-BY-NC-SA-4.0", "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-aarch64-apple-darwin.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.19/xsfire-camp-0.9.19-aarch64-apple-darwin.tar.gz", "cmd": "./xsfire-camp" }, "darwin-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-x86_64-apple-darwin.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.19/xsfire-camp-0.9.19-x86_64-apple-darwin.tar.gz", "cmd": "./xsfire-camp" }, "linux-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-aarch64-unknown-linux-gnu.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.19/xsfire-camp-0.9.19-aarch64-unknown-linux-gnu.tar.gz", "cmd": "./xsfire-camp" }, "linux-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-x86_64-unknown-linux-gnu.tar.gz", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.19/xsfire-camp-0.9.19-x86_64-unknown-linux-gnu.tar.gz", "cmd": "./xsfire-camp" }, "windows-aarch64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-aarch64-pc-windows-msvc.zip", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.19/xsfire-camp-0.9.19-aarch64-pc-windows-msvc.zip", "cmd": "./xsfire-camp.exe" }, "windows-x86_64": { - "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.18/xsfire-camp-0.9.18-x86_64-pc-windows-msvc.zip", + "archive": "https://github.com/theprometheusxyz/xsfire-camp/releases/download/v0.9.19/xsfire-camp-0.9.19-x86_64-pc-windows-msvc.zip", "cmd": "./xsfire-camp.exe" } }