Skip to content

Commit 0288dd6

Browse files
Debug Agentclaude
andcommitted
fix(acp): drop speculative claude-code-acp marker
Only two mentions of "claude-code-acp" exist in-tree, both in comments about the v0.1.x stdout-log quirk — nobody installs or launches a package by that name today. Keep the map to actually-shipping servers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 01c995d commit 0288dd6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

openhands-sdk/openhands/sdk/agent/acp_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def _make_dummy_llm() -> LLM:
155155
# src/thread.rs: build_prompt_items() image → UserInput::Image
156156
_ACP_VISION_PROVIDER_MARKERS: dict[str, bool] = {
157157
"claude-agent-acp": True,
158-
"claude-code-acp": True, # legacy name, kept for completeness
159158
"gemini-cli": True,
160159
"codex-acp": True,
161160
}

0 commit comments

Comments
 (0)