tolingcode 2026.3.87 → 2026.3.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- ![TolingCode logo](https://raw.githubusercontent.com/hanbaojun2023-debug/tolingcode/master/docs/logo.png)
2
- ![TolingCode Banner](https://raw.githubusercontent.com/hanbaojun2023-debug/tolingcode/master/docs/banner.png)
1
+ ![TolingCode logo](https://raw.githubusercontent.com/tolingcode/tolingcode/master/docs/logo.png)
2
+ ![TolingCode Banner](https://raw.githubusercontent.com/tolingcode/tolingcode/master/docs/banner.png)
3
3
 
4
4
  ![npm](https://img.shields.io/npm/v/tolingcode)
5
5
  ![downloads](https://img.shields.io/npm/dm/tolingcode)
@@ -32,6 +32,22 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
32
32
  AI 员工 自动执行跨境电商任务
33
33
  Skill 生态 支持安装技能扩展能力
34
34
 
35
+ ------------------------------------------------------------------------
36
+
37
+ # 安装
38
+
39
+ ``` bash
40
+ 当前最新版本:2026.03.08
41
+
42
+ 安装最新版本
43
+ npm install -g tolingcode@latest
44
+
45
+ 安装指定版本
46
+ npm install -g tolingcode@2026.03.06
47
+ ```
48
+
49
+
50
+
35
51
  ------------------------------------------------------------------------
36
52
 
37
53
  # 核心能力
@@ -82,25 +98,6 @@ Agent**,用于构建跨境企业 **AI 数字员工**。
82
98
  - Amazon Logistics
83
99
  - ITTRACK
84
100
 
85
- ------------------------------------------------------------------------
86
-
87
- # 安装
88
-
89
- ## 安装最新版本
90
-
91
- ``` bash
92
- npm install -g tolingcode@latest
93
- ```
94
-
95
- ## 安装指定版本
96
-
97
- ``` bash
98
- npm install -g tolingcode@2026.03.06
99
- ```
100
-
101
- 当前最新版本:
102
-
103
- 2026.03.08
104
101
 
105
102
  ------------------------------------------------------------------------
106
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tolingcode",
3
- "version": "2026.03.087",
3
+ "version": "2026.03.089",
4
4
  "description": "TolingCode CLI - Install skills and apps from toling.me",
5
5
  "main": "bin/tolingcode.js",
6
6
  "bin": {