Skip to content

Releases: microsoft/genaiscript

v1.77.1

21 Nov 19:02
Compare
Choose a tag to compare

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

19 Nov 23:02
Compare
Choose a tag to compare

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

19 Nov 17:44
Compare
Choose a tag to compare

πŸŽ‰ 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

18 Nov 17:35
Compare
Choose a tag to compare

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.

v1.75.3

15 Nov 23:18
Compare
Choose a tag to compare

What's New in GenAIScript 1.75.3

πŸš€ New Features

  • Enhanced Chat Experience: We've added chat history rendering functionality. This means you can now see the conversation history in GitHub Copilot Chat, providing more context and improving your interaction flow.

  • Improved Error Handling: Introducing error handling for scenarios where a web search provider is missing. If a provider isn't configured, you'll receive a clear error message, ensuring smoother operations.

πŸ”§ Bug Fixes

  • Web Search Provider Fix: Resolved an issue related to missing search providers, enhancing the reliability of web searches within the tool.

These updates are designed to make GenAIScript more intuitive and reliable, enhancing your overall experience. Enjoy the new features and improvements!

v1.75.2

15 Nov 17:02
Compare
Choose a tag to compare

New Features and Enhancements πŸš€

  • Enhanced File Output Handling: We've improved the file generation process, offering more flexibility with new include options for script configuration. This enhancement ensures that file outputs are handled more efficiently and accurately, especially when dealing with multiple script files.

  • Persistent Links in Chat: Now, trace and output links in the chat participant window are persistent, making it easier to access and review past interactions without losing context.

Refactoring and Improvements πŸ› οΈ

  • Streamlined Template Selection: The logic for selecting templates has been refactored for better performance and usability. This change simplifies the process of choosing and running the right script, enhancing the overall user experience.

Documentation Updates πŸ“š

  • Improved Documentation: We've updated our documentation to reflect the latest changes and improvements. This includes more detailed guides on file generation rules and enhanced script configuration options, ensuring you have all the information you need to make the most of GenAIScript.

Enjoy the new features and improvements in this release! Your feedback is invaluable, so keep it coming. 😊

v1.75.1

15 Nov 01:59
Compare
Choose a tag to compare

πŸš€ New Features

  • Enhanced Safety Checks: We've added new safety mechanisms to better protect against harmful content, ensuring a safer and more secure environment for users. πŸ›‘οΈ
  • Updated Python Packages: Our Python environment now includes updated versions of numpy, pandas, and scipy, along with the addition of matplotlib for enhanced data visualization capabilities. πŸ“Š

πŸ› οΈ Improvements

  • Logging Enhancements: Improved logging provides more detailed insights, especially for search operations, aiding in better traceability and debugging. πŸ”
  • Data Analyst Examples: New examples have been added to assist data analysts in utilizing our tools more effectively. πŸ“ˆ

πŸ”§ Refactoring

  • Codebase Cleanup: We've made several refinements to improve code readability and maintainability, including the removal of redundant code and better structuring. 🧹

These updates aim to enhance both the functionality and user experience of GenAIScript. Enjoy exploring the new features and improvements! πŸŽ‰

v1.75.0

14 Nov 20:18
Compare
Choose a tag to compare

πŸš€ New Features

  • Web Search Enhancement: Integrate the Tavily Search API alongside Bing Search for a more robust web search functionality. Now you can search the web using either Tavily or Bing, depending on your configuration. This provides more flexibility and options for retrieving information.

  • Configuration File Support: Introduced support for a configuration file, allowing users to define settings in a genaiscript.config.yaml or genaiscript.config.json file. This makes managing configurations more streamlined and organized.

  • Custom .env Locations: You can now specify custom locations for your .env files using CLI options or environment variables, providing more flexibility in managing environment configurations.

  • Improved Error Messages: Enhanced error messaging to provide more detailed and helpful information when tokens are missing, making debugging easier and more intuitive.

  • New CLI Options: Added new command-line options to show errors in environment information and handle file statistics with the new statFile method.

πŸ› οΈ Improvements

  • Refactoring and Clean-up: Removed the ignoreEmpty option in the CODE function and cleaned out unused specifications, resulting in cleaner and more efficient code.

  • Enhanced Chat Participant Experience: Added a preview button for chat participant responses and improved the sample scripts for better interaction and visualization.

πŸ“š Documentation

  • Updated Documentation: The trapi.md file has been updated to reflect the latest changes and improvements, ensuring that users have access to the most current information.

These updates bring a wealth of new features and improvements to GenAIScript, enhancing both functionality and user experience. Enjoy the new capabilities and streamlined processes!

v1.74.1

12 Nov 23:24
Compare
Choose a tag to compare

What's New in GenAIScript 1.74.1

  • ✨ Enhanced Retry Logic: We've improved the resilience of our HTTP requests by adding support for retrying on HTTP 504 status codes. This ensures smoother and more reliable network operations.

  • πŸ”§ Azure Custom Scopes: Introducing the ability to utilize custom scopes for Azure tokens. Now, you can define scopes via environment variables, providing more flexibility in token management.

  • πŸ› οΈ Improved Git Log Filtering: Our Git tool now supports filtering commits by author and date, allowing for more precise and targeted log retrieval.

  • πŸš€ New Teams Integration: A fresh addition to our capabilities, you can now post messages directly to Microsoft Teams channels using Managed Identity for authentication. Say hello to seamless communication!

  • πŸ“ˆ Refactoring & Dependency Updates: We've refactored parts of the codebase and updated dependencies to ensure GenAIScript runs smoothly and efficiently.

These updates bring enhanced functionality and improved performance to GenAIScript. Enjoy the new features and optimizations!

v1.74.0

12 Nov 15:33
Compare
Choose a tag to compare

New Features

  • ✨ Enhanced Log Probability Handling: Introducing the ability to handle logprobs and responseTokens more efficiently. This update includes the addition of the topLogprobsToMarkdown function, allowing users to visualize token probabilities in a more informative way.

  • πŸŽ‰ Entropy and Perplexity Calculations: We've added robust entropy and perplexity computations to provide deeper insights into token generation confidence and model performance.

Improvements

  • πŸ› οΈ CLI Enhancements: The CLI now supports a --top-logprobs option, enabling users to specify the number of top log probabilities to report, enhancing the granularity of token probability analysis.

Refactoring

  • ♻️ Entropy Logic Update: The entropy calculation logic has been refined for better accuracy and performance, ensuring users get the most precise data.

Visual Updates

  • 🎨 Color Tuning: Minor color adjustments have been made to improve the readability and visual appeal of probability gradients.

This release empowers users with more detailed insights into model predictions, offering advanced tools for analyzing token probabilities and model confidence. Enjoy exploring these new capabilities!