Releases: microsoft/genaiscript
v1.78.3
In this release, we've enhanced the codebase by adding explicit type annotations across various functions. This improvement boosts code readability and maintainability, making it easier for developers to understand and work with the code. 🏷️
Enjoy a more robust and developer-friendly experience with GenAIScript! 🚀
v1.78.2
Exciting Enhancements in GenAIScript 1.78.2 🎉
-
Improved Code Quality and Logging: We've added a linter documentation to help maintain code quality and enhanced parser logging for better debugging. Now, invalid script files are logged for easier identification and resolution. 📋🔍
-
Testing Enhancements: The testing setup has been improved with the addition of
TestHost
, and some strict assertions have been removed to streamline the testing process. This ensures a more robust and reliable testing environment. 🧪✅ -
Code Consistency and Refactoring: Minor refactoring has been done across the codebase to improve readability and maintainability. This includes changes like using
===
for strict equality checks and refining variable names for clarity. 📐🛠️
These updates aim to make your development experience smoother and more efficient. Enjoy the latest version! 🚀
v1.78.1
What's New in GenAIScript 1.78.1
🚀 Enhanced Annotation Handling: We've revamped the annotations link format and scripts, and introduced emoji support for annotation severity. Now, warnings and errors are visually distinguished with emojis like
🆕 Improved Prompt Templates: Our prompt templates now support roles, allowing for more dynamic and context-aware interactions. Whether it's a user, assistant, or system role, your prompts are more versatile than ever.
✨ Robust Testing: We've added tests for the convertAnnotationsToItems
function, ensuring reliability and stability in our annotation conversion process.
🔧 Universal Linter Script: Introducing a new linter script that reviews files for correctness and style across all programming and natural languages. This script is exhaustive in reporting issues, ensuring your code and content adhere to best practices.
These updates are designed to enhance your experience with GenAIScript, making it more intuitive and efficient. Enjoy the new features!
v1.78.0
-
🚀 New Model Integration: We've added support for Alibaba models! Now you can leverage Alibaba's powerful models like
qwen-max
,qwen-plus
, andqwen-turbo
in your projects. This integration also includes pricing details for these models. -
🔧 Transformers Support: Our framework now supports Hugging Face Transformers, enabling you to configure and utilize these models for your specific needs. This enhancement provides more flexibility and options for model deployment.
-
📈 Enhanced Model Configuration: With the latest update, configuring models is more seamless, including detailed support for various providers such as Alibaba and Transformers. This ensures a smoother setup process for your language models.
-
⚡ Tool Support Updates: We've improved our tool support logic to accommodate the new providers, ensuring that your tools work seamlessly with the latest model integrations.
Enjoy the new capabilities and enhancements in GenAIScript 1.78.0!
v1.77.3
What's New in GenAIScript 1.77.3
🚀 New Feature: CSV Chunking
Introducing the CSVChunk
function! You can now easily split CSV arrays into smaller chunks, making data management more efficient and flexible.
🛠️ Refinements in Model Handling
We've improved the configuration for test providers, enhancing the handling of model connections. This update includes better differentiation between chat and embedding models, ensuring smoother operations and more accurate configurations.
🔧 Server Configuration Update
The cache option in server.ts
has been commented out to provide more control over server performance and debugging processes.
💬 Enhanced Chat Experience
We've refined the initial experience for chat participants, making interactions more intuitive and user-friendly. Expect clearer prompts and better guidance when working with GenAIScript templates.
Enjoy the new features and improvements in this release! Your feedback is invaluable as we continue to enhance GenAIScript.
v1.77.2
New Features and Enhancements
-
Markdown Command Handling: We've significantly improved how markdown commands are processed in chat participants. This enhancement ensures smoother and more reliable interactions, boosting your productivity. ✨
-
Link and File Extension Updates: The link format and file extension references have been updated for better consistency and reliability. Enjoy a more seamless experience when working with various file types. ✨
-
GenAIScript List Command: Introducing a new list command for GenAIScript scripts. Quickly access and manage your scripts with ease. ✨
Refactoring and Simplifications
-
Markdown Output and Template Handling: We've refactored the markdown output and template handling processes. These changes improve performance and readability, making it easier to maintain and extend the codebase. ✨
-
Error Handling Improvements: Error handling within the chat participant has been simplified, making the system more robust and easier to debug when issues arise. 💡
Documentation
- PDF Vision Guide: A new PDF Vision guide and script example have been added to the documentation. This guide provides insights into using PDF OCR capabilities effectively. ✏️
File and Sample Organization
- Sample Relocation: We've reorganized the samples, moving them out of the VSCode extension for better structure and clarity. This change helps in maintaining a clean and efficient project layout.
These updates aim to enhance your experience with GenAIScript, making it more intuitive and efficient. Enjoy the new features and improvements! 🎉
v1.77.1
What's New in GenAIScript 1.77.1
🚀 Enhanced Fetching Mechanism: We've refactored the fetchText
function to leverage the host.fetchText
method, bringing more robust retry and proxy handling capabilities. This update ensures smoother and more reliable data fetching across various environments.
🔧 Improved GitHub Integration: The GitHub environment parsing now includes an option to resolve issues automatically, enhancing the flexibility and accuracy of issue handling within scripts.
📄 Script Improvements: Sample scripts now utilize the updated host.fetchText
method, ensuring consistency and reliability in data retrieval operations. This includes updates to style testing and dependency fetching scripts.
🔍 Proxy Configuration Update: The proxy configuration logic has been expanded to recognize new environment variables (GENAISCRIPT_HTTPS_PROXY
and GENAISCRIPT_HTTP_PROXY
), providing more options for network configurations.
This release focuses on making GenAIScript more resilient and adaptable, especially in environments with complex network settings or when integrating with GitHub. Enjoy a more seamless scripting experience!
v1.76.2
What's New in GenAIScript 1.76.2
-
Enhanced Azure AI Support: We've improved Azure AI integration, making it easier to manage configurations and enhancing overall documentation consistency. This update ensures a smoother experience when deploying AI models with Azure.
-
Streamlined Configuration: The configuration process has been streamlined by removing the
test-provider
option. This simplification helps to reduce complexity and improve usability. -
Summarization Scripts: Introduced a new script dedicated to summarizing files. This tool allows you to efficiently generate summaries for individual or multiple documents, enhancing content management capabilities.
-
Improved Output Handling: Adjustments have been made to output handling, ensuring that both JSON and YAML outputs are correctly directed to
stdout
. This change improves the reliability of data processing and output management.
These updates focus on enhancing the user experience, simplifying configurations, and improving integration with Azure AI. Enjoy the new features and improvements!
v1.76.1
🎉 New Features
-
Multi-Repo Management: We've added support for managing multiple Git and GitHub repositories. This means you can now easily switch contexts and handle multiple projects simultaneously without breaking a sweat.
-
Enhanced PDF Parsing: The CLI now supports rendering PDFs into both text and images. You can extract images directly from PDFs and specify output folders for organized file management.
🛠️ Improvements
-
Octokit Client Update: Refactored the Octokit client assignment methods for a more robust and efficient GitHub API interaction.
-
Canvas Factory for PDFs: Implemented a canvas factory to handle PDF rendering with improved memory management and performance.
📚 Documentation
- Updated Media Links: The README now includes a link to an exciting interview on YouTube with Nickyt and a cringy yet informative podcast generated by NotebookLM.
These updates aim to enhance your experience with GenAIScript, making it more versatile and efficient. Enjoy exploring the new features and improvements! 🚀
v1.76.0
New Features and Enhancements
-
Vision and Web Agents in CopilotChat ✨: We've added vision and web agents to the CopilotChat script, enhancing its capabilities to process and respond to visual inputs.
-
PDF Rendering to Images 📄: You can now convert PDFs to images, making it easier to handle and visualize PDF content in your workflows.
-
Google AI Model Support 🤖: We've introduced basic support for Google AI models, expanding the range of AI models you can use with GenAIScript.
-
History Handling for Context Generation 🕒: Context generation now includes history handling, improving the relevance and accuracy of generated content.
Improvements
-
Model Options Update 🔄: The model options have been refined, including the addition of a 'vision' model alias, enhancing flexibility in model selection.
-
Import Template Functionality 🆕: A new import template function has been added, complete with error handling, to streamline template management.
-
Copilot Terminal Selection Variable: Introduced a new copilot.terminalSelection variable, providing more context for Copilot functionalities.
Bug Fixes
- Test Fixes: Addressed issues in the test suite to ensure robust and reliable testing processes.
These updates aim to deliver a more powerful and versatile experience with GenAIScript, enabling users to leverage advanced AI capabilities seamlessly.