Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-25 | 2.6 kB | |
v0.2.1 source code.tar.gz | 2025-06-25 | 24.3 MB | |
v0.2.1 source code.zip | 2025-06-25 | 25.4 MB | |
latest-mac.yml | 2025-06-25 | 686 Bytes | |
latest-mac-x64.yml | 2025-06-25 | 373 Bytes | |
UI-TARS-0.2.1-x64.dmg | 2025-06-25 | 105.8 MB | |
UI-TARS-darwin-x64-0.2.1.zip | 2025-06-25 | 105.7 MB | |
latest.yml | 2025-06-25 | 216 Bytes | |
RELEASES | 2025-06-25 | 77 Bytes | |
UI-TARS-0.2.1-Setup.exe | 2025-06-25 | 114.8 MB | |
UiTars-0.2.1-full.nupkg | 2025-06-25 | 114.0 MB | |
latest-mac-arm64.yml | 2025-06-25 | 375 Bytes | |
UI-TARS-0.2.1-arm64.dmg | 2025-06-25 | 98.3 MB | |
UI-TARS-darwin-arm64-0.2.1.zip | 2025-06-25 | 98.1 MB | |
Totals: 14 Items | 686.3 MB | 3 |
š ļø Improvements
- Added support for the Response API.
Refer to the Responses API guide of VolcEngine to apply for a model that supports the Responses API. Once configuration is complete, turn on the āUse Response APIā switch to start using this feature. The transmission efficiency gains of the Responses API compared to ChatCompletion:
- Improved the stability of remote operators
- Fixed some UI issues
What's Changed
- remove await for non async function by @QuentinLowe in https://github.com/bytedance/UI-TARS-desktop/pull/707
- fix(ui-tars): optimize VNC scaling by @skychx in https://github.com/bytedance/UI-TARS-desktop/pull/719
- feat(ui-tars): Support Responses API by @ycjcl868 in https://github.com/bytedance/UI-TARS-desktop/pull/714
- fix(ui-tars-sdk): add timeout for response api by @ZhaoHeh in https://github.com/bytedance/UI-TARS-desktop/pull/736
- fix(ui-tars-sdk): add auth headers when delete response Id by @ZhaoHeh in https://github.com/bytedance/UI-TARS-desktop/pull/742
- ci(all): bump @rslib@core to 0.10.0 by @cjraft in https://github.com/bytedance/UI-TARS-desktop/pull/737
- fix(ui-tars): fix the UI flickering issue after importing preset config by @skychx in https://github.com/bytedance/UI-TARS-desktop/pull/749
- fix(ui-tars): global settings dialog add ScrollArea component by @skychx in https://github.com/bytedance/UI-TARS-desktop/pull/787
- feat(ui-tars-sdk): add remote api's request id into log and error by @ZhaoHeh in https://github.com/bytedance/UI-TARS-desktop/pull/788
- fix(ui-tars): clear time cache when time expired by @skychx in https://github.com/bytedance/UI-TARS-desktop/pull/798
- fix(ui-tars-sdk): fix the format of history messages by @ZhaoHeh in https://github.com/bytedance/UI-TARS-desktop/pull/799
- fix(browser-operator): goto URL wait no events by @ZhaoHeh in https://github.com/bytedance/UI-TARS-desktop/pull/810
- feat(ui-tars): update proxy server's endpoint by @ZhaoHeh in https://github.com/bytedance/UI-TARS-desktop/pull/811
New Contributors
- @QuentinLowe made their first contribution in https://github.com/bytedance/UI-TARS-desktop/pull/707
- @cjraft made their first contribution in https://github.com/bytedance/UI-TARS-desktop/pull/728
Full Changelog: https://github.com/bytedance/UI-TARS-desktop/compare/v0.2.0...v0.2.1