CtrlNode Bridge 2026.2.4 #19
ctrlnode-ai
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CtrlNode Bridge v2026.2.4 Release Notes
This release adds live model updates from the server and fixes premature task completion.
What's new
Model list updated from the server — no Bridge reinstall needed
Model lists are now fetched from the CtrlNode backend on startup and refreshed after every connection. New models — including Claude Fable 5 and Claude Mythos 5 — become available automatically without installing a new Bridge version.
When the server is unreachable the previous cached list is used; if no cache exists, the built-in fallback list applies.
Auto-update on startup
Bridge checks for a newer version before connecting. When one is available it shows the versions and a link to the release notes, then asks
[Y/n]. Answering Y downloads the new binary, replaces the current executable, and restarts automatically.Non-interactive environments (no TTY, Docker) skip the prompt and continue with the current version. Network errors are ignored so the Bridge always starts.
Fix: task marked done too early
Agents that write several output files in sequence could trigger a premature
task_completesignal when the first file landed. Bridge now waits 45 seconds after the last file write before declaring the task done, giving the agent time to finish all its output. An explicit<TASK_COMPLETED:…>or<TASK_FAILED:…>tag cancels the wait immediately.Upgrade
Replace the binary and restart. No configuration changes are required. Run
ctrlnode --setupif you want to update your workspace, pairing token, or provider API keys.This discussion was created from the release CtrlNode Bridge 2026.2.3.
Beta Was this translation helpful? Give feedback.
All reactions