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"], } }