Skip to content

Commit f4c4e0e

Browse files
authored
chore(tars-stack): release 0.3.0-beta.12 (#1569)
1 parent bdceb7c commit f4c4e0e

File tree

44 files changed

+60
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+60
-49
lines changed

multimodal/CHANGELOG.md

Lines changed: 11 additions & 0 deletions

multimodal/agent-tars/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-tars/cli",
3-
"version": "0.3.0-beta.11",
3+
"version": "0.3.0-beta.12",
44
"description": "CLI for Agent TARS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

multimodal/agent-tars/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-tars/core",
3-
"version": "0.3.0-beta.11",
3+
"version": "0.3.0-beta.12",
44
"description": "Agent TARS core.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

multimodal/agent-tars/interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-tars/interface",
3-
"version": "0.3.0-beta.11",
3+
"version": "0.3.0-beta.12",
44
"description": "Standard protocol, types design, api design for Agent TARS ecology (core, server, cli, app etc.)",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

multimodal/benchmark/content-extraction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@agent-tars/content-extraction-benchmark",
4-
"version": "0.3.0-beta.11",
4+
"version": "0.3.0-beta.12",
55
"description": "Benchmark for different page content extraction strategies",
66
"main": "index.js",
77
"scripts": {

multimodal/gui-agent/action-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gui-agent/action-parser",
3-
"version": "0.3.0-beta.11",
3+
"version": "0.3.0-beta.12",
44
"description": "Action parser SDK for general action parser",
55
"repository": {
66
"type": "git",

multimodal/gui-agent/agent-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multimodal/seed-gui-agent",
3-
"version": "0.3.0-beta.11",
3+
"version": "0.3.0-beta.12",
44
"description": "seed GUI Agent",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

multimodal/gui-agent/operator-adb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-adb",
33
"description": "Android operator based ADB for GUI Agent",
4-
"version": "0.3.0-beta.11",
4+
"version": "0.3.0-beta.12",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

multimodal/gui-agent/operator-aio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-aio",
33
"description": "AIO (All-in-One) operator for GUI Agent",
4-
"version": "0.3.0-beta.11",
4+
"version": "0.3.0-beta.12",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"
@@ -51,4 +51,4 @@
5151
"typescript": "^5.7.2",
5252
"vitest": "^3.0.2"
5353
}
54-
}
54+
}

multimodal/gui-agent/operator-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gui-agent/operator-browser",
33
"description": "Native-browser operator for GUI Agent",
4-
"version": "0.3.0-beta.11",
4+
"version": "0.3.0-beta.12",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

0 commit comments

Comments
 (0)