mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
ef519ba517
Add SetSessionModel method to the ACP agent, allowing clients to change the active LLM model for a session at runtime. The method looks up the session in the registry and delegates to kit.SetModel(). Verified with smoke test: session/set_model now returns success instead of 'Method not found' error.