Skip to content

v0.4.2

Choose a tag to compare

@tomkis tomkis released this 01 Dec 15:02
· 303 commits to main since this release

🚀 Major Changes

This release brings major improvements to the CLI experience and web UI, a redesigned form extension architecture, plus many platform and SDK enhancements.

CLI Improvements - The CLI has been redesigned with organized help text, improved agentstack list formatting with status indicators, and agentstack build now builds on the server by default - removing the need for Docker to be installed locally.

UI Enhancements - Agent execution steps (trajectory) are now grouped together for easier reading. Both agent responses and trajectory now display Mermaid diagrams, LaTeX math, and images as rendered content instead of raw markdown code.

Breaking Change: Form Extension - The Form Extension is now split into two separate extensions: FormServiceExtension for initial forms (shown before conversation starts) and FormRequestExtension for dynamic forms (requested during conversation). This prevents initial setup forms from being overridden by runtime forms. Agents using forms need to be updated (See docs).

What's Changed

New Contributors

  • @abn made their first contribution in #1494

Full Changelog: v0.4.1...v0.4.2