| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-16 | 1.1 kB | |
| v0.20.3 source code.tar.gz | 2025-10-16 | 544.7 kB | |
| v0.20.3 source code.zip | 2025-10-16 | 674.5 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
What's Changed
- Update using-models.md by @Lumpin-askui in https://github.com/askui/vision-agent/pull/169
- fix: non-serializable MCP config model by @adi-wan-askui in https://github.com/askui/vision-agent/pull/171
🐛 Bug Fixes
- MCP Configuration Serialization: Fixed an issue where the MCP configuration model was non-serializable on Windows systems. The
RemoteMCPServer.authfield previously includedhttpx.Authtype which is not serializable, causing failures when generating OpenAPI spec and trying to serialize it. This has been resolved by overriding thefastmcpmodel with a custom implementation that restricts theauthfield to fully serializable types (str | Literal["oauth"] | None), ensuring cross-platform compatibility and proper configuration persistence.
📜 Documentation
- Model Reliability Updates: Updated model usage documentation to better highlight reliability features and improvements.
Full Changelog: https://github.com/askui/vision-agent/compare/v0.20.2...v0.20.3
Full Changelog: https://github.com/askui/vision-agent/compare/v0.20.2...v0.20.3