v5.15.0
What's Changed
- Allow to call AI to describe flows in documentation
- Allow to call AI to describe differences between 2 flow versions in a pull request comment
- Ai Provider enhancements
- Change default model from gpt-4o to gpt-4o-mini
- Prompt templates factory, with capability to override default prompt with ENV variable
- Translate prompts in french
- Add dotenv to allow to define secrets variables in a local
.env
file (never commit it !) - Add more ways to call python depending on the installation
-
- Upgrade npm dependencies
Pull Requests
- Add more ways to call python depending on the installation by @nvuillam in #989
- fix(deps): bump papaparse from 5.4.1 to 5.5.1 by @dependabot in #990
- fix(deps): bump openai from 4.77.0 to 4.78.1 by @dependabot in #991
- fix(deps): bump @oclif/core from 4.2.0 to 4.2.2 by @dependabot in #992
- fix(deps): bump glob from 11.0.0 to 11.0.1 by @dependabot in #993
- Flow AI documentation by @nvuillam in #994
Full Changelog: v5.14.3...v5.15.0