Download Latest Version v0.22.1 source code.tar.gz (586.3 kB)
Email in envelope

Get an email when there's a new version of AskUI Vision Agent

Home / v0.20.3
Name Modified Size InfoDownloads / 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

🐛 Bug Fixes

  • MCP Configuration Serialization: Fixed an issue where the MCP configuration model was non-serializable on Windows systems. The RemoteMCPServer.auth field previously included httpx.Auth type which is not serializable, causing failures when generating OpenAPI spec and trying to serialize it. This has been resolved by overriding the fastmcp model with a custom implementation that restricts the auth field 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

Source: README.md, updated 2025-10-16