Download Latest Version v0.42.0 source code.zip (887.4 kB)
Email in envelope

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

Home / v0.42.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-27 1.6 kB
v0.42.0 source code.tar.gz 2026-07-27 691.8 kB
v0.42.0 source code.zip 2026-07-27 887.4 kB
Totals: 3 Items   1.6 MB 0

v0.42.0

🎉 Overview

v0.42.0 extends AskUIVlmProvider to route requests through AskUI's new OpenAI-compatible proxy, so Gemini models can now be used alongside Claude — the backend is inferred automatically from the model id, and coordinate handling adapts to each model's coordinate grid. Sonnet 5 becomes the new default model for AskUI, and multi-turn tool calling with Gemini is now reliable thanks to preserving its thought_signature across turns.

✨ New Features

  • OpenAI-compatible proxy support in AskUIVlmProvider — Gemini models are now served via AskUI's OpenAI-compatible endpoint (/proxy/openai/v1/chat/completions) while Claude models continue through the Anthropic-compatible proxy; the backend is inferred from the model_id, the client argument now accepts an Anthropic or OpenAI client, and coordinates are interpreted per model (Gemini's 1000×1000 normalized grid vs. Claude's native pixels) by @philipph-askui in https://github.com/askui/python-sdk/pull/290

🔧 Improvements

🐛 Bug Fixes

  • Preserved Gemini's thought_signature across turns by adding an extra_content field to ToolUseBlockParam, fixing multi-turn tool calling that previously broke when the signature was dropped by @philipph-askui in https://github.com/askui/python-sdk/pull/290

Full Changelog: https://github.com/askui/python-sdk/compare/v0.41.0...v0.42.0

Source: README.md, updated 2026-07-27