Highlights
A small release that wires custom agent kits through the CLI — discoverable in --help and invocable via --kit — and brings
in-process sandbox run/exec with launch-mode and settings dialogs to the TUI. Two bug fixes round it out: private Docker Hub image pulls work again via --template, and the secrets-masking path is tightened.
What's New
CLI
- Make custom agent kits invocable and surface
--kitin help (#2471) - TUI: in-process sandbox run/exec with launch mode dialog, settings dialog + misc fixes (#2369)
Bug Fixes
- Enable private Docker Hub image pulls via
--template(#2316) - Tighten secrets masking and emphasize
set-customwarning (#2411)