Ollama v0.18.2 fixes model selection bug in OpenClaw launcher
Bug Fix: Model Selection Not Updated in Sessions
Ollama v0.18.2 addresses a critical bug in the OpenClaw launcher where sessions with a stale model field were not being updated when the primary model changed.
The Issue
When users selected a new model in Ollama, existing sessions would continue using the old model instead of switching to the newly selected one. This occurred because the session's model field wasn't being refreshed when the primary model changed.
What's Fixed
This patch ensures that when a user changes the primary model selection, all active sessions with stale model references are properly updated to use the new model choice.
Recommended Action
Users experiencing issues with model selection changes not taking effect in OpenClaw should upgrade to v0.18.2 to resolve the issue.
Ollama