Feed workflow context to command input
Command nodes can now read a flat runtime context value throughstdin_source. Strings pass through unchanged, while other values use compact JSON, which makes deterministic fan-in commands easier to build.
Portable model fallback chains
Fallback chains can now mix bare providers, model aliases, and provider-qualified selectors. Model stylesheets also accept comments, so routing policy can stay readable next to the workflow.More
Workflows
Workflows
- Raised the
stdin_sourcevalue limit from 10 MiB to 30 MiB for wide fan-in results - Node class lists now accept whitespace-separated names consistently
Fixes
Fixes
- Fixed artifacts from repeated visits to the same stage
- Fixed parent tool hooks not reaching child agent sessions
- Fixed concurrent CLI token refreshes racing across processes
- Fixed command-node inference when legacy attributes are present
Improvements
Improvements
- Removed the nonfunctional run agent permissions setting from run configuration and the API schema