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

Commit be3cfab

Browse files
committed
chore(tars-stack): release 0.3.0-beta.11
1 parent 12ebdba commit be3cfab

File tree

38 files changed

+42
-42
lines changed

38 files changed

+42
-42
lines changed

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.10",
3+
"version": "0.3.0-beta.11",
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.10",
3+
"version": "0.3.0-beta.11",
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.10",
3+
"version": "0.3.0-beta.11",
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/agent-tars/test-workspace/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/test-workspace",
4-
"version": "0.3.0-beta.10",
4+
"version": "0.3.0-beta.11",
55
"description": "A test workspace project Agent TARS.",
66
"scripts": {
77
"start": "tars run",

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.10",
4+
"version": "0.3.0-beta.11",
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.10",
3+
"version": "0.3.0-beta.11",
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.10",
3+
"version": "0.3.0-beta.11",
44
"description": "seed GUI Agent",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

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.10",
4+
"version": "0.3.0-beta.11",
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.10",
4+
"version": "0.3.0-beta.11",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/bytedance/UI-TARS-desktop"

multimodal/omni-tars/code-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omni-tars/code-agent",
3-
"version": "0.3.0-beta.10",
3+
"version": "0.3.0-beta.11",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -38,4 +38,4 @@
3838
"vitest": "^1.0.0",
3939
"openai": "4.93.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)