WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: bytedance/UI-TARS-desktop

v0.3.0

04 Nov 16:10

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix(mcp): RCE Vuln: Remove DANGEROUSLY_OMIT_AUTH=true from dev scripts (#1731) by @jonathan Leitschuh in e71fce1
  • fix(agent-server-next): agent mode lost in agent options (#1725) by @cjraft in 06258c3
  • fix(tarko-agent-ui): unexpected file renderer behaviors (#1705) by @ulivz in ca267db
  • fix(tarko-agent-ui): preserve multimodal content format when navigating from home page (#1704) by @ulivz in d8bd7c0
  • fix(tarko-agent-server): remove redundant event logging (#1703) by @ulivz in eb22071
  • fix(tarko-agent-ui): optimize health check polling to prevent unnecessary API calls (#1562) by @ulivz in 1e14512
  • fix(gui-agent): return original result onAfterToolCall hook (#1681) by @ZhaoHeh in 0a38cba
  • fix(tarko-agent-ui): ugly tooltip (#1648) by @ulivz in 2b87a36
  • fix(tarko-agent-ui): render error in tool raw mode renderer (#1659) by @ulivz in 57e4606
  • fix(tarko-agent-ui): display environment input on session creation (#1667) by @ulivz in 2fb6c8f
  • fix(tarko-agent-server): system setting api 404 issues (#1669) by @cjraft in a14bf9a
  • fix(tarko-agent-server): fix agent events problem (#1666) by @cjraft in 3276766
  • fix(tarko-agent-server): ensure agent initialize events are persisted (#1660) by @ulivz in 221eb37
  • fix(tarko-agent-ui): make welcome cards prompt optional (#1658) by @ulivz in 9ec1243
  • fix(tarko-server-next): remove unexisted routes (#1650) by @cjraft in 7bb5945
  • fix(aio-hybrid-operator): transform arrowDirecton key to direction key (#1641) by @ZhaoHeh in 83998b1
  • fix(tarko-agent-ui): remove ugly container from ImageRenderer (#1639) by @ulivz in e35aa78
  • fix(tarko-agent-ui): code editor light mode highlighting (#1636) by @ulivz in 6037e0e
  • fix(tarko-agent-cli): merged webui config in script injection (close: #1626) (#1627) by @ulivz in c8e83ef
  • fix(tarko-agent-ui): restore container and navbar in replay mode (#1615) by @ulivz in 2afe334
  • fix(tarko-agent-ui): restore fallback image upload when no runtime settings (#1619) by @ulivz in cf4d88b
  • fix(tarko-agent-ui): improve read_multiple_files renderer parsing and error handling (#1606) by @ulivz in a243be9
  • fix(tarko-agent-ui): remove duplicate url actions bar from browser renderer (#1584) by @ulivz in c2466c1
  • fix(tarko-agent-ui): improve monaco editor line numbers spacing (#1571) by @ulivz in 77a2a27
  • fix(tarko-agent-ui): support all SSE line separators in streaming (#1568) by @ulivz in bdceb7c

Documentation 📚

Other Changes

  • refactor(gui-agent): refactor browser operators architecture and fix deployment issues (#1682) by @ZhaoHeh in bde2444
  • refactor(tarko-agent-ui): show terminal ui for empty execute_bash results (#1676) by @ulivz in 44d0272
  • refactor(tarko-agent-ui): consolidate file display mode type definitions (#1637) by @ulivz in 6f595f4
  • refactor(gui-agent): refactor composable gui agent with improved stability and error handling (#1556) by @ZhaoHeh in 3a5eeb8
  • refactor(gui-agent): refactor SDK with new operators support and enhanced configuration (#1618) by @ZhaoHeh in 7d9ca1f
  • refactor(tarko-agent-cli): simplify setup ui logic (#1631) by @ulivz in 6cd5c08
  • refactor(tarko): optimize agent-server-next dao level (#1620) by @cjraft in 8af1a6d
  • refactor(gui-agent): enhance action parser and add comprehensive utilities (#1617) by @ZhaoHeh in 9f6930f
  • test(agent-tars): update browser control snapshots (#1707) by @ulivz in db9c02c
  • chore(tars-stack): release 0.3.0 by @chenjian.bzh in 54dc6f3
  • chore(gui-agent): update README for gui-agent 2.0 example (#1733) by @ZhaoHeh in 14db4c4
  • chore(tarko-agent): remove outdated gui-agent/basic example to avoid circular dependencies (#1726) by @ulivz in 4eb7ac7
  • chore: fix typos across codebase (#643) by @sukrucildirr in 3e31c89
  • chore(omni-agent): update games (#1670) by @ZhaoHeh in 43d3bb0
  • chore(o-gui-agent): optimize agent game mode's processing (#1664) by @ZhaoHeh in 8e01185
  • chore(tars-stack): releas...
Read more

v0.3.0-beta.12

19 Sep 02:13

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

Documentation 📚

Other Changes

Full Changelog: v0.3.0-beta.11...v0.3.0-beta.12

v0.3.0-beta.11

09 Sep 14:44

Choose a tag to compare

What's Changed

From v0.3.0-beta.11, we have mainly introduced the Real-time Thinking Duration Protocol, introduced the MongoDB Provider to Agent Server, supported Tarko Agent UI Builder and CLI, and optimized a lot of Web UI experience.

Here is a simple demo of Thinking Duration:

thinking-duration.mp4

New Features 🎉

Bug Fixes 🐛

  • fix(tarko): fetch actual remote config instead of local file (#1449) by @ryanroe in 083f842
  • fix(tarko): external @tarko/agent-ui-builder in agent-cli build (#1445) by @ulivz in fe579ae
  • fix(tarko): improve markdown inline code wrapping (#1439) by @ulivz in df9f553
  • fix(tarko): resolve react key spread warning and hooks render issue (#1435) by @ulivz in f3f4bf6
  • fix(tarko): make thinking toggle default expanded without initial animation (#1432) by @ulivz in ce0947d
  • fix(tarko): prevent frequent api/v1/models calls by memoizing callbacks (#1378) by @ulivz in e07ec41
  • fix(tarko): improve scroll-to-bottom indicator edge case handling (#1429) by @ulivz in 50eb9f2
  • fix(tarko): prevent duplicate session loading in SessionRouter (#1427) by @ulivz in f96d4ff
  • fix(tarko-agent): improve JSON parsing in PromptEngineeringToolCallEngine (close: #1360) (#1361) by @ulivz in b2d5817

Other Changes

Full Changelog: @[email protected]

v0.3.0-beta.10

07 Sep 19:32

Choose a tag to compare

What's Changed

News ✨

We are thrilled to announce that this version officially introduces support for UI-TARS-2! 🎉

This milestone, together with v0.3.0-beta.9, represents a new beginning for the TARS Stack. 🚀

This release wouldn't have been possible without the dedication and hard work of our incredible Core Contributors:
@cjraft, @ZhaoHeh, @ycjcl868, @skychx, @ulivz, and @helio9cn. 🙌

The journey has just begun—stay tuned for more exciting updates! 💡✨

Demo

omni-tars-demo-v5.mp4
search-osworld-and-generate-a-website.mp4

New Features 🎉

Bug Fixes 🐛

Other Changes

Full Changelog: v0.3.0-beta.9...v0.3.0-beta.10

v0.3.0-beta.9

07 Sep 19:24

Choose a tag to compare

What's Changed

News ✨

We are excited to announce that this version officially introduces support for UI-TARS-2!

New Features 🎉

Bug Fixes 🐛

Other Changes

Full Changelog: v0.3.0-beta.8...v0.3.0-beta.9

v0.3.0-beta.8

07 Sep 19:13
4f1cd9b

Choose a tag to compare

v0.3.0-beta.8 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix(tarko): resolve infinite recursion in layoutModeAtom (#1356) by @ulivz in 91e4016
  • fix(tarko): downgrade react-router-dom to v6 for compatibility (#1355) by @ulivz in 5c5887f
  • fix(tarko): fallback to beforeActionImage in afterAction strategy to prevent flickering (#1352) by @ulivz in 6190fea
  • fix(tarko): hide workspace navigation items in replay mode (#1350) by @ulivz in ccb2262

Other Changes

Full Changelog: https://github.com/bytedance/UI-TARS-desktop/compare/@[email protected]...@[email protected]

v0.3.0-beta.7

07 Sep 19:12
3bdac27

Choose a tag to compare

v0.3.0-beta.7 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

  • fix(tarko): persist agent web ui config in share (#1347) by @ulivz in c190d00
  • fix(browser): server declares logging capability but doesn't implement method logging/setLevel (#1334) by @charles in 6f537a3
  • fix(tarko): browser shell url bar takes full width without spacing (#1327) by @ulivz in 32f71a6
  • fix(tarko): unexpected markdown render in generic renderer dark mode (#1324) by @ulivz in 282e306
  • fix(tarko): table dark mode styling (#1323) by @ulivz in 173a110
  • fix(tarko): move StrategySwitch after ScreenshotDisplay to prevent flicker (#1321) by @ulivz in 91b6053
  • fix(tarko): model displayName regression issue (#1315) by @ulivz in 18f34fa
  • fix(tarko): replace hardcoded agent name with dynamic config in TerminalOutput (#1306) by @ulivz in f27942e
  • fix(tarko): handle open_computer action normalization (#1305) by @ulivz in 871ea58
  • fix(tarko): resolve infinite re-render in BrowserControlRenderer hooks (#1303) by @ulivz in 7278561
  • fix(tarko): prevent unnecessary environment_input events without contextual references (#1301) by @ulivz in e394343
  • fix(agent-server): add safety check for agent.dispose in session cleanup (#1291) by @ulivz in 97ef7ad
  • fix(tarko): disable share button during agent execution (#1288) by @ulivz in ba4509b
  • fix(tarko-cli): --thinking does not work (#1283) by @ulivz in 03b1d21
  • fix(tarko-cli): prevent console interceptor recursion in debug mode (#1279) by @ulivz in 7bcff07
  • fix(tarko): improve script execution ui layout and styling (#1268) by @ulivz in fc7a80d
  • fix(agent-tars): correct webui property name to webuiConfig (#1267) by @ulivz in 4a5f2fc
  • fix(tarko): optimize EditFile title path display (#1246) by @ulivz in 83f8b85

Documentation 📚

Other Changes

Full Changelog: https://github.com/bytedance/UI-TARS-desktop/compare/@[email protected]...@[email protected]

v0.3.0-beta.6

07 Sep 19:12
5569064

Choose a tag to compare

v0.3.0-beta.6 Pre-release
Pre-release

What's Changed

New Features 🎉

  • feat(o-agent): add custom timeout for execute_bash tool; remove stop_sequences config (#1256) by @小健 in 5728e0b
  • feat(omni-gui-agent): optimize system prompt to use navigate instead of type (#1230) by @heh in c5b4993
  • feat(tarko): support top_p configuration for the model (#1247) by @小健 in 9ba651a
  • feat(tarko): improve workspace header icons and raw mode spacing by @ulivz in 90a7a8d
  • feat(mcp-client): add configurable timeout (#1176) by @ulivz in 858c8c7
  • feat(tarko): temporary support for str_replace_editor view command (#1236) by @ulivz in dad2e3d
  • feat(tarko): refine str_replace_editor renderer (#1200) by @ulivz in b19de17

Bug Fixes 🐛

  • fix(agent-tars): move required deps from devDependencies to dependencies (#1255) by @ulivz in 24e6acf
  • fix(tarko): enable line wrapping for command stdout/stderr (#1249) by @ulivz in cda0324
  • fix(tarko): update session title in correct metadata structure (#1233) by @ulivz in 94278e5

Documentation 📚

Other Changes

Full Changelog: https://github.com/bytedance/UI-TARS-desktop/compare/@[email protected]...@[email protected]

v0.2.4

21 Aug 02:59
0ee8730

Choose a tag to compare

What's New

You can also experience the remote versions on Volcano Engine: Computer Operator and Browser Operator.

mac_app

What's Changed

  • feat(ui-tars): sunset UI-TARS-desktop remote operator by @skychx in #1135
  • chore(ui-tars): update release version by @ZhaoHeh in #977

Full Changelog: v0.2.3...v0.2.4

v0.3.0-beta.3

07 Sep 19:14
8ce4c2e

Choose a tag to compare

v0.3.0-beta.3 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fixes 🐛

Documentation 📚

Other Changes

Read more