From 6fd490dda642965e05830d6671ff958da26ce9b7 Mon Sep 17 00:00:00 2001 From: Alexandr Suhinin Date: Tue, 23 Jun 2026 11:49:58 +0300 Subject: [PATCH] Update codex-acp in jb repository to latest version --- .github/workflows/build_registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_registry.py b/.github/workflows/build_registry.py index fcc609bb..ff13651f 100644 --- a/.github/workflows/build_registry.py +++ b/.github/workflows/build_registry.py @@ -655,12 +655,12 @@ def patch_agent_for_jetbrains(agent): patched["distribution"]["npx"].setdefault("args", []).append("--hide-claude-auth") if patched["id"] == "codex-acp": patched["name"] = "Codex" - patched["version"] = "0.0.46" + patched["version"] = "1.0.0" patched["repository"] = "https://github.com/agentclientprotocol/codex-acp" patched["authors"] = ["OpenAI", "JetBrains s.r.o."] patched["distribution"] = { "npx": { - "package": "@agentclientprotocol/codex-acp@0.0.46", + "package": "@agentclientprotocol/codex-acp@1.0.0", "args": ["-acp"], } }