Skip to content

0.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Mar 14:24
dec945c

Minor Changes

  • 2cfcb6e: Add agent model selection with /model

Patch Changes

  • 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.
  • b32f68a: Reduce RunApp store subscription churn
  • 65e49f4: Improve agent execution stability
  • 0be7826: Fix shutdown and signal handling races
  • 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.