v0.33.2
Breaking Changes📦 huggingface-hubView on GitHub →
⚠ 3 breaking✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release updates the Tiny-Agent integration to use the VSCode MCP format, requiring significant changes to configuration structure, including flattening nested mappings and moving request headers to the root level.
⚠️ Breaking Changes
- Configuration structure for Tiny-Agent has changed: config nesting is removed, and all configuration keys are now at the root level.
- HTTP request headers must now be defined at the root level of the agent configuration instead of being nested inside `options.requestInit`.
- The method for retrieving values from environment variables has been updated to rely on the input ID.
Migration Steps
- Review and flatten your existing Tiny-Agent configuration files (`agent.json`) to move all settings to the root level.
- Update the location of HTTP request headers from `options.requestInit.headers` to the root level of the server configuration block.
✨ New Features
- [Tiny-Agent] Switched to VSCode MCP format for agent configuration.
🐛 Bug Fixes
- [Tiny-Agent] Fixed issues related to handling request headers in the new format.