Skip to content

v1.112.1

Latest
Compare
Choose a tag to compare
@pelikhan pelikhan released this 08 Mar 16:57
· 17 commits to main since this release

Enhanced Script Expansion
Improved trace details for script expansion by adding an expanded: true property, offering better debugging insights.

DeepSeek V3 and R1 Model Support
Added configurations for DeepSeek V3 and R1 models across multiple providers, including Azure AI Inference. Expanded model options in ModelType.

📜 Versioned Type Definitions
Generated .d.ts files now include the package version for better traceability and consistency.

🔍 Markdown-Enhanced Descriptions
Introduced markdown support in JSON schema descriptions, enabling richer and more readable documentation.

🔧 Refined Search and Debugging

  • Enhanced grep functionality in docs search with better query handling.
  • Added debug traces for tool definitions in JSON format for improved troubleshooting.

🎨 UI Improvements

  • Script groups (excluding system) now open by default in the VS Code extension.
  • Collapsible elements for prompt parameters refined for a cleaner interface.

🐛 Bug Fixes and Tweaks

  • Fixed issues with GPT-4 encoder tests.
  • Addressed collapsible UI element behavior in the web app.
  • Adjusted token limits and logging in sample scripts for better usability.