v2.16.0
Added
render workflows createcommand to create new workflows from the CLIrender workflows runs cancelcommand to cancel a running taskworkflows create --repoaccepts a local directory path (e.g.,--repo .)workflows initprints the dependency install command when the user skips running itworkflows initnext steps include a ready-to-copyworkflows createcommand for deploying the scaffolded workflow
Changed
- Aligned all commands with the new CLI style guide for consistent help text and output formatting
- Cleaner spacing in
objects,skills,workflows, andtaskslist output workflows initnow installs dependencies and initializes a Git repo by default when run with--confirmor in non-interactive output (pass--install-deps=falseor--git=falseto opt out)- Style and language tweaks to
workflows initprompts - Removed clickable URL from
workflows devstartup output - Sorted task list output in the local
workflows devserver
Fixed
- Interactive forms (e.g.
services create) now scroll in terminals shorter than the form - Fixed form views flashing leftover form data during the loading transition
- Fixed
Entersubmitting forms on first pass (now, advances between fields) - Fixed forms appearing blank when navigating back after submitting
- Fixed workflow task logs getting cut off at start or end of task execution window
Full Changelog: CHANGELOG.md