Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 14 Sep 22:57
· 149 commits to main since this release

Added

  • [agent] sigterm_grace_s (default 10): the SIGTERM→SIGKILL grace a round gives its agent when the agent's preset declares itself cooperative (the built-in gemini preset does), so an agent that catches SIGTERM to flush or commit its work gets time to finish. A non-cooperative agent (e.g. claude) keeps the previous 5 s. Capped at 12 s, inside the supervisor's 15 s wait for the round; peek --json (schema 2.4) and doctor report the resolved grace per agent.