diff --git a/.github/workflows/build_registry.py b/.github/workflows/build_registry.py index 8ce97ece..5f1401d1 100644 --- a/.github/workflows/build_registry.py +++ b/.github/workflows/build_registry.py @@ -569,7 +569,7 @@ def build_registry(dry_run: bool = False): JETBRAINS_EXCLUDE_IDS = {"github-copilot-cli"} # Agents flagged as bundled in the JetBrains registry - JETBRAINS_BUNDLED_IDS = {"claude-acp"} + JETBRAINS_BUNDLED_IDS = {"claude-acp", "junie"} def patch_agent_for_jetbrains(agent): patched = copy.deepcopy(agent)