You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Automatic daemon restart on version mismatch.** Added version detection to the daemon `/health` status payload. The CLI now automatically checks the running daemon version on startup (or when starting the daemon in the background) and terminates the outdated daemon if a version mismatch with the current CLI is detected, forcing a restart on the new version.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "free-coding-models",
3
-
"version": "0.5.31",
3
+
"version": "0.5.32",
4
4
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
0 commit comments