Skip to content

v1.78.4

Latest
Compare
Choose a tag to compare
@pelikhan pelikhan released this 25 Nov 17:03
· 10 commits to main since this release

πŸš€ 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 error buf.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!