@redocly/cli@2.51.0
·
2 commits
to main
since this release
Minor Changes
- Enhanced the
generate-arazzocommand to print a ready-to-runrespectcommand after generation, including an--inputplaceholder for every workflow input. - Added
--with-ai,--ai-provider,--ai-model,--ai-concurrency, and--max-workflowsoptions to thegenerate-arazzocommand.
--with-aiuses a local AI CLI (claude,codex, orcursor) and OpenAPI descriptions to redesign the generated one-workflow-per-operation skeleton into multi-step workflows.
The AI designs at most--max-workflowsworkflows (default 10), and the generated file is marked as AI-inferred.
For descriptions that don't fit a single prompt, the AI first selects scenarios from a compact operation index, then it designs each workflow separately.
Patch Changes
- Fixed an issue where
respectand thex-security-scheme-required-valuesrule incorrectly rejectedx-securityHTTP schemes written with non-lowercase casing (such asBasic,Bearer, orDigest).
RFC 7235 scheme names are case-insensitive. - Updated @redocly/openapi-core to v2.51.0.
- Updated @redocly/respect-core to v2.51.0.