Skip to content

v0.15.1

Choose a tag to compare

@daltonnyx daltonnyx released this 13 May 03:21

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 initialize response, enabling clients to discover and display supported models.
  • feat(acp): implemented set model endpoint (0956a3f)

    • Added set_session_model endpoint to the ACP agent, allowing ACP clients to dynamically switch the LLM model used during an active session.

πŸ”§ 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.