🛠️ 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 #707
- fix(ui-tars): optimize VNC scaling by @skychx in #719
- feat(ui-tars): Support Responses API by @ycjcl868 in #714
- fix(ui-tars-sdk): add timeout for response api by @ZhaoHeh in #736
- fix(ui-tars-sdk): add auth headers when delete response Id by @ZhaoHeh in #742
- ci(all): bump @rslib@core to 0.10.0 by @cjraft in #737
- fix(ui-tars): fix the UI flickering issue after importing preset config by @skychx in #749
- fix(ui-tars): global settings dialog add ScrollArea component by @skychx in #787
- feat(ui-tars-sdk): add remote api's request id into log and error by @ZhaoHeh in #788
- fix(ui-tars): clear time cache when time expired by @skychx in #798
- fix(ui-tars-sdk): fix the format of history messages by @ZhaoHeh in #799
- fix(browser-operator): goto URL wait no events by @ZhaoHeh in #810
- feat(ui-tars): update proxy server's endpoint by @ZhaoHeh in #811
New Contributors
- @QuentinLowe made their first contribution in #707
- @cjraft made their first contribution in #728
Full Changelog: v0.2.0...v0.2.1