Skip to content

v0.22.3

Choose a tag to compare

@DavidsonGomes DavidsonGomes released this 14 Apr 20:06
· 27 commits to main since this release

EvoNexus v0.22.3 — TodoWrite Checklist & Dynamic Trust Mode

What's New

TodoWrite renders as a checklist

Tool calls of type `TodoWrite` now show a proper checklist in the chat instead of a JSON dump:

  • ○ pending
  • ◐ in_progress
  • ● completed (with strikethrough)

Card header includes a `N/M done` counter. Falls back to the generic JSON view if the input is malformed.

Trust mode is now dynamic

Toggling Settings → Trust now takes effect immediately for ongoing chat sessions. The flag is re-read on every tool decision instead of being snapshotted at session start. Flip it ON in the middle of a turn and the next tool call won't ask for approval; flip it OFF and the next one will.


Full Changelog: v0.22.2...v0.22.3