@optima-chat/optima-agent 0.8.54 → 0.8.55

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.
@@ -82,7 +82,7 @@ scout taobao search "手机壳" --page 2
82
82
  - `-f, --format`:输出格式 `json|text`(默认: json)
83
83
 
84
84
  **返回数据**:
85
- - `products[]`:商品列表(name、price、originalPrice、sales、shopName、location、sellerRating、itemType)
85
+ - `data[]`:商品列表(name、price、originalPrice、sales、shopName、location、sellerRating、itemType)
86
86
  - `brands[]`:品牌筛选列表(brandName、count)
87
87
  - `meta`:分页信息
88
88
 
@@ -103,6 +103,7 @@ scout taobao detail 713865529993
103
103
 
104
104
  **参数**:
105
105
  - `<itemId>`:商品 ID(必填,纯数字)
106
+ - `-f, --format`:输出格式 `json|text`(默认: json)
106
107
 
107
108
  **返回数据**:`title`、`images`、`url`、`seller`(店铺信息)、`delivery`(发货信息)
108
109
 
@@ -118,6 +119,7 @@ scout taobao comments 713865529993 --page 2
118
119
  **参数**:
119
120
  - `<itemId>`:商品 ID(必填)
120
121
  - `-p, --page`:页码(默认 1,每页 20 条)
122
+ - `-f, --format`:输出格式 `json|text`(默认: json)
121
123
 
122
124
  **返回数据**:
123
125
  - `total` — 评论总数
@@ -138,6 +140,10 @@ scout taobao comments 713865529993 --page 2
138
140
  scout taobao insights 713865529993
139
141
  ```
140
142
 
143
+ **参数**:
144
+ - `<itemId>`:商品 ID(必填)
145
+ - `-f, --format`:输出格式 `json|text`(默认: json)
146
+
141
147
  **返回数据**:`detail`(商品详情)+ `comments`(第一页评论)
142
148
 
143
149
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.8.54",
3
+ "version": "0.8.55",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",