@optima-chat/optima-agent 0.8.25 → 0.8.26

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.
@@ -52,7 +52,7 @@ commerce shipping update-mode --mode free --free-days-min 5 --free-days-max 10
52
52
  |------|------|
53
53
  | `free` | **全球免运费**(新商户默认),可配置配送天数 |
54
54
  | `fixed` | 仅使用固定运费区域 |
55
- | `dynamic` | 仅使用 Easyship 实时报价 |
55
+ | `dynamic` | 动态实时报价(通过 logistics 服务获取承运商报价) |
56
56
 
57
57
  **免运费模式参数**:
58
58
  - `--free-days-min` - 最小配送天数(默认 7)
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ import "@optima-chat/logistics-cli";
3
+ //# sourceMappingURL=logistics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logistics.d.ts","sourceRoot":"","sources":["../../bin/logistics.ts"],"names":[],"mappings":";AACA,OAAO,4BAA4B,CAAC"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ import "@optima-chat/logistics-cli";
3
+ //# sourceMappingURL=logistics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logistics.js","sourceRoot":"","sources":["../../bin/logistics.ts"],"names":[],"mappings":";AACA,OAAO,4BAA4B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/optima-agent",
3
- "version": "0.8.25",
3
+ "version": "0.8.26",
4
4
  "description": "基于 Claude Agent SDK 的电商运营 AI 助手",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -13,7 +13,8 @@
13
13
  "google-ads": "./dist/bin/google-ads.js",
14
14
  "scout": "./dist/bin/scout.js",
15
15
  "sentinel": "./dist/bin/sentinel.js",
16
- "shopify": "./dist/bin/shopify.js"
16
+ "shopify": "./dist/bin/shopify.js",
17
+ "logistics": "./dist/bin/logistics.js"
17
18
  },
18
19
  "files": [
19
20
  "dist",