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
1d2ad6f: Fixed model resolution and /model selection behavior so all supported agents show a resolved model in the UI and can set models consistently when discovery data is fallback-only.
9bc3916: Fix subprocess lifecycle handling in so abort state survives process teardown and force-kill escalation runs reliably when child processes do not exit after SIGTERM.
7aa14df: Fix resource cleanup for spawned processes by clearing pending abort kill timers in runAgentWithPrompt and closing daemon log file descriptors after process spawn to prevent descriptor leaks.
4d6ec1a: Harden CLI argument parsing to reject malformed numeric values and prevent option flags from being misread as task mutation input values.