v1.24.0
What's Changed
- Fix async error path in acompletion/aresponses to invoke fallback/mapping/telemetry by @malhotra5 in #3355
- Fix async retry losing temperature→1.0 on LLMNoResponseError by @malhotra5 in #3356
- Add qwen3.6-plus to verified models by @juanmichelini in #3366
- Fix MCP Responses tool schema generation by @LuneZ99 in #3381
- Add amber-vector-3542 model to resolve_model_config.py by @juanmichelini in #3387
- fix(sdk): detect malformed tool-call history errors by @VascoSch92 in #3388
- feat(acp): add available_models / default_model to ACP provider registry by @simonrosenberg in #3389
- fix(sdk): dedupe LLMs by usage_id in _ensure_agent_ready registration loop by @tofarr in #3392
- fix(acp): select gemini-cli 'oauth-personal' auth from cached creds by @simonrosenberg in #3396
- feat(acp): runtime mid-conversation model switching (switch_acp_model) by @simonrosenberg in #3390
- feat(agent-context): add load_project_skills flag with server-side injection by @VascoSch92 in #3346
- fix(api-breakage): recognize the
_DEPRECATED_SDK_EXPORTSregistry as a deprecation source by @simonrosenberg in #3402 - fix(ci): stop re-labeling unrelated PRs for old Field defaults by @enyst in #3329
- fix(sdk): override RemoteConversation.interrupt() to POST /interrupt (B4 of #3341) by @VascoSch92 in #3398
- fix: validate git repos with rev-parse by @he-yufeng in #3247
- Add render_resume_transcript() and ACPToolCallEvent.is_patch_edit by @simonrosenberg in #3323
- feat(acp): surface current_model_id + available_models from session responses by @simonrosenberg in #3347
- fix(sdk): snapshot LLM metrics via Metrics.get_snapshot() (Q2 of #3341) by @VascoSch92 in #3397
- fix(agent-server): route sync-only agents through sync run() instead of threaded astep (B5) by @VascoSch92 in #3404
- chore: remove PR review GitHub Actions workflow by @xingyaoww in #3393
- fix(acp): keep current_model_id honest on resume and unapplied overrides by @simonrosenberg in #3407
- Release v1.24.0 by @all-hands-bot in #3401
Full Changelog: v1.23.1...v1.24.0