v0.15.1
AgentCrew v0.15.1 (2026-05-13)
π ACP Protocol β Model Management
-
feat(acp): return available model for acp (
c9adfd8)- ACP agent now exposes the complete list of available models to ACP clients via the
initializeresponse, enabling clients to discover and display supported models.
- ACP agent now exposes the complete list of available models to ACP clients via the
-
feat(acp): implemented set model endpoint (
0956a3f)- Added
set_session_modelendpoint to the ACP agent, allowing ACP clients to dynamically switch the LLM model used during an active session.
- Added
π§ Chores & Fixes
- chore(llm): correcting how model being apply (
e0aebff)- Fixed model application logic in the LLM service layer to ensure model selection changes are correctly propagated to the underlying provider.