Skip to content

Commit e85cbb9

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 6e57b63 commit e85cbb9

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
@@ -147,7 +147,6 @@ def _make_dummy_llm() -> LLM:
147147
# src/thread.rs: build_prompt_items() image → UserInput::Image
148148
_ACP_VISION_PROVIDER_MARKERS: dict[str, bool] = {
149149
"claude-agent-acp": True,
150-
"claude-code-acp": True, # legacy name, kept for completeness
151150
"gemini-cli": True,
152151
"codex-acp": True,
153152
}

0 commit comments

Comments
 (0)