From e54cef67e3f2bb7d1a013103d47d242b4fa7dd4d Mon Sep 17 00:00:00 2001 From: Debug Agent Date: Thu, 11 Jun 2026 15:11:28 +0200 Subject: [PATCH] fix: mirror claude-code supports_set_session_model=true Mirrors OpenHands/software-agent-sdk#3655 (claude-agent-acp 0.30.0 ignores _meta-based initial model selection; init now uses session/set_model). Co-Authored-By: Claude Fable 5 --- src/models/acp-providers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/acp-providers.json b/src/models/acp-providers.json index eb7953a..6b2a56f 100644 --- a/src/models/acp-providers.json +++ b/src/models/acp-providers.json @@ -7,7 +7,7 @@ "base_url_env_var": "ANTHROPIC_BASE_URL", "default_session_mode": "bypassPermissions", "agent_name_patterns": ["claude-agent"], - "supports_set_session_model": false, + "supports_set_session_model": true, "session_meta_key": "claudeCode", "available_models": [ {