| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| genaiscript.vsix | 2025-08-12 | 841.6 kB | |
| README.md | 2025-08-12 | 1.1 kB | |
| v2.3.15 source code.tar.gz | 2025-08-12 | 476.8 MB | |
| v2.3.15 source code.zip | 2025-08-12 | 477.9 MB | |
| Totals: 4 Items | 955.5 MB | 0 | |
๐ New Features
- Enhanced MCP Configuration: Added support for overriding MCP configurations via the
--mcpsoption in CLI and API. Includes flexible file-based overrides and improved error handling. - Improved Test Framework: Introduced advanced progress tracking, timeout handling, and detailed summaries for test runs, ensuring better visibility and control during execution.
๐ Improvements
- CSV Parsing Resilience: Enhanced
CSVParseto gracefully handle errors and added fallback mechanisms for better data preservation. - Markdown Scripts: Added support for
@includedirectives to inline external file content, streamlining script modularity.
๐ Bug Fixes
- Exit Codes: Fixed script cancellation to return proper exit codes, addressing issue [#1853].
- OpenAI API Type: Added support for the
responsesAPI type in OpenAI integrations.
๐งน Miscellaneous
- Improved CLI options with better descriptions and defaults.
- Enhanced logging for test results and token usage statistics.