Skip to content

Releases: bytedance/UI-TARS-desktop

v0.0.6

20 Feb 08:04
107c049
Compare
Choose a tag to compare

Features

  • feat: add ui-tars GUI Agent SDK (#110), internal and external applications refactor the GUI Agent logic using the SDK doc, computer use implemented via SDK-based CLI:

Bugfix

  • fix(operator): typing and key input fail (#112) @5101good
  • fix(bug): ensure screen capture uses primary display source (#117) @skychx

Chores

  • feat(visualizer): reduce html report size (#119) @skychx
  • tweak(ux): close Settings Window after saving (#115) @ZhaoHeh
  • feat: enable easy copying of images to clipboard (#114) @Dugyu
  • feat(renderer): add a strong prompt when the report needs to be uploaded (#105) @ulivz

Full Changelog: v0.0.5...v0.0.6

sdk-cli.mp4

v0.0.5

12 Feb 09:31
e4294ac
Compare
Choose a tag to compare

Features

Bugfix

  • fix(windows): windows fails to handle events when the dock bar is opened after being closed (#100) @ycjcl868
  • fix(share): not use system picker (#101) @ycjcl868

Chores

  • refactor(ipc-bridge): replace zutron to trpc-like ipc bridge (#94) @ycjcl868

v0.0.4

09 Feb 01:11
Compare
Choose a tag to compare

Features

  • feat(share): add screen recording video sharing (#77) @ycjcl868
Image Video
ui-tars-recording-1738508737250.mp4

Bugfixes

  • fix(actionParser): no action text return null not error (#73)
  • fix(screenMarker): action text screen marker not show for vlm (#80)

Chores

  • chore(reporter): reduce about 20M for package size (#93)
  • refactor(SoM): setOfMarks Overlays unify into setOfMarksOverlays function (#82)
  • refactor: enable moduleResolution: bundler to avoid ts-ignore (#78) @ulivz

v0.0.3

27 Jan 16:09
2b4adba
Compare
Choose a tag to compare
  • feat(ui): full screen water flow video (#55)
  • feat(hitl): add human-in-the-loop, return control to human video (#55)
  • feat(main): add app autoUpdate #55

v0.0.2

24 Jan 05:17
9db3f70
Compare
Choose a tag to compare
  • feat: support osx app sign (#17) @ycjcl868
  • fix(settings): create window twice not work (#51)
  • feat(vlmProvider): vLLM support (#51)
  • fix(action_parser): null values while parsing action inputs (#28) @prateekgarg08
  • style(ui): add action content (#35)
  • fix(agent): abort not break immediately (#49)

v0.0.1

22 Jan 06:35
5bb3072
Compare
Choose a tag to compare
  • feat(execute): support hotkey PageUp and PageDown #6
  • fix(execute): type workaround for unexpected newline in content value (#6) @ulivz @ycjcl868
  • fix(execute): windows scaleFactor not work (#2)
  • fix(execute): scroll up/down not work (#15)
  • fix(execute): drag not work (#26)
  • test(e2e): add e2e test case (#5)