v0.100.2
What's Changed
MR: #541
Full Changelog: v0.100.1...v0.100.2
Includes:
- Make
Delegatetool non-blocking - Remove
/invoke-agentin favor of/spawn-agentbeing able to accept a prompt e.g./spawn-agent <type> <...prompt text> - Calling
/spawn-agentswitches to that agent in the TUI - Rename
Finishedtool toYieldtool so it is intuitive for both finishing responses and waiting for sub agents - Allow automatic reaping of agents spawned by
Delegateby default unlessauto_reap: falseis specified in sub agent configuration - Allow passing a sub agent identifier to
/reap-agentso 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