Fixes#4991
Previously, saved generated HTML/CSS/JS files to a
hidden system temp directory (via ), making the output
inaccessible from the user's project folder. The CLI also printed a
misleading message suggesting the file was saved locally.
Changes:
- now defaults to saving files in the current
working directory () instead of a temp directory.
- Added an parameter to both and
so users can optionally specify a custom output directory.
- Added 5 new tests covering CWD output, explicit output_dir, and
absolute path guarantees.
Co-Authored-By: João <joao@crewai.com>
fix: refine nested flow conditionals and ensure router methods and routes are fully parsed
fix: improve docstrings, typing, and logging coverage across all events
feat: update flow.plot feature with new UI enhancements
chore: apply Ruff linting, reorganize imports, and remove deprecated utilities/files
chore: split constants and utils, clean JS comments, and add typing for linters
tests: strengthen test coverage for flow execution paths and router logic