Skip to content

v0.9.24

Choose a tag to compare

@davo20019 davo20019 released this 12 Mar 14:25
· 185 commits to master since this release

[0.9.24] - 2026-03-12

Added

  • trigger_now action for manage_memories: Manually dispatch scheduled goals without waiting for the next cron tick.

Fixed

  • Sub-sessions blocked by plain-text enforcement policy: Spawned TaskLead/Executor agents were subject to the plain-text policy, which blocked terminal calls when the task description lacked known action verbs. Sub-sessions now always bypass this check.
  • Scheduled goals restricted to management tools only: Cron-triggered tasks were missing terminal/write_file/browser access. TaskLead and Executor agents spawned for scheduled goals now receive full tools.
  • Validation rounds not extended by progress: max_validation_rounds was the only budget dimension not extended by extend_budget_on_progress(), causing productive multi-step runs to hit budget exhaustion after just 3 completion-verification cycles.
  • Missing action verbs in policy signals: Added pull, push, run, execute, fetch, merge, start, stop, compile, download, clone, migrate to the asks_change signal list.

Full Changelog: v0.9.23...v0.9.24