π New Features
- Mistral AI Model Support: We've added support for the Mistral AI model, expanding the range of AI models you can utilize with GenAIScript. This includes configuration options and pricing details for various Mistral models.
π οΈ Improvements
- Enhanced CLI Functionality: The CLI now includes a new command to list all available scripts, making it easier to manage and navigate through your scripts. We've also added a
-g, --groups
option to include or exclude specific groups. - Project Structure Updates: Refactored the project to use a more streamlined structure for managing scripts, replacing templates with scripts for better clarity and organization.
π Bug Fixes
- CSV Parsing Issue Resolved: Fixed a critical bug where
CSV.parse()
would fail with the errorbuf.slice is not a function
. This ensures smoother data handling and manipulation. - Configuration Handling: Improved the way configurations are read and validated, reducing the risk of errors and enhancing reliability.
π Documentation
- Documentation Grouping: Added a
group: "docs"
to several scripts, improving the organization and accessibility of documentation-related scripts.
These updates aim to improve your development experience with GenAIScript, providing more flexibility and fixing key issues. Enjoy exploring the new features!