Skip to content

v0.100.2

Choose a tag to compare

@dwash96 dwash96 released this 01 Jun 04:59
· 53 commits to main since this release
b0fcce1

What's Changed

MR: #541
Full Changelog: v0.100.1...v0.100.2

Includes:

  • Make Delegate tool non-blocking
  • Remove /invoke-agent in favor of /spawn-agent being able to accept a prompt e.g. /spawn-agent <type> <...prompt text>
  • Calling /spawn-agent switches to that agent in the TUI
  • Rename Finished tool to Yield tool so it is intuitive for both finishing responses and waiting for sub agents
  • Allow automatic reaping of agents spawned by Delegate by default unless auto_reap: false is specified in sub agent configuration
  • Allow passing a sub agent identifier to /reap-agent so you don't have to be on the agent in the TUI to reap it
  • Make agent skills loadable by sub agents
  • Updates to tool call parsing inspired by PR #536 from @JessicaMulein
  • Optional AES-256-GCM encryption for saved sessions by @JessicaMulein in #533
  • Fix guard missing verbose on headless args by @JessicaMulein in #535
  • Ollama-friendly empty LLM tool warning by @JessicaMulein in #538
  • Add UUID disambiguation for duplicate agent names by @szmania in #539
  • Catch BaseException in worker thread to prevent tracebacks on interruption by @szmania in #540