Skip to content

v1.83.0

Compare
Choose a tag to compare
@pelikhan pelikhan released this 09 Dec 23:34
· 157 commits to main since this release

πŸš€ New Features

  • Direct JavaScript Integration: You can now directly call GenAIScript from JavaScript, enhancing the flexibility and ease of integrating GenAIScript into your JavaScript projects. This update introduces a new API, allowing for more seamless script execution and integration into workflows.

  • Anthropic Prompt Caching: We've introduced support for Anthropic prompt caching, significantly improving performance for repeated prompt executions. This feature allows for more efficient token usage and quicker response times by caching prompts that are expected to change frequently.

πŸ› οΈ Improvements

  • Worker Threads for Script Execution: The CLI now utilizes worker threads for running scripts, improving the performance and reliability of script execution. This change ensures better resource management and faster processing times.

  • Enhanced TypeScript Configuration: The TypeScript configuration has been updated to skip library checks and emit declaration files only, streamlining the build process and improving developer experience.

πŸ› Fixes

  • YAML Parsing Correction: Fixed a parsing issue where YAML frontmatter in markdown files was incorrectly parsed, ensuring more accurate data extraction.

πŸ“ˆ Model Updates

  • Model Version Updates: Updated the default model candidates to include the latest versions of Anthropic models, ensuring you have access to the most advanced AI capabilities.

These updates make GenAIScript more powerful, efficient, and easier to integrate into your existing workflows. Enjoy the enhanced performance and new features!