@laiye-adp/agentic-doc-parse-and-extract-cli 1.11.0-beta.5 → 1.11.0-beta.6

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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ Official command-line tool for [Laiye ADP (Agentic Document Processing)](https:/
24
24
  If you are an AI agent, install the ADP skills:
25
25
 
26
26
  ```bash
27
- npx skills add https://github.com/laiye-ai/adp-cli -y -g
27
+ npx skills add laiye-ai/adp-cli -y -g
28
28
  ```
29
29
 
30
30
  The skills package will guide you through CLI installation, authentication, and usage automatically.
package/README.zh.md CHANGED
@@ -24,7 +24,7 @@
24
24
  如果你是 AI Agent,安装 ADP skills:
25
25
 
26
26
  ```bash
27
- npx skills add https://github.com/laiye-ai/adp-cli -y -g
27
+ npx skills add laiye-ai/adp-cli -y -g
28
28
  ```
29
29
 
30
30
  Skills 会自动引导 CLI 安装、认证配置和使用。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laiye-adp/agentic-doc-parse-and-extract-cli",
3
- "version": "1.11.0-beta.5",
3
+ "version": "1.11.0-beta.6",
4
4
  "description": "Official CLI for Laiye ADP (Agentic Document Processing) - document parsing and intelligent extraction",
5
5
  "keywords": [
6
6
  "adp",
@@ -39,11 +39,11 @@
39
39
  "arm64"
40
40
  ],
41
41
  "optionalDependencies": {
42
- "@laiye-adp/adp-cli-linux-x64": "1.11.0-beta.5",
43
- "@laiye-adp/adp-cli-linux-arm64": "1.11.0-beta.5",
44
- "@laiye-adp/adp-cli-darwin-x64": "1.11.0-beta.5",
45
- "@laiye-adp/adp-cli-darwin-arm64": "1.11.0-beta.5",
46
- "@laiye-adp/adp-cli-win32-x64": "1.11.0-beta.5",
47
- "@laiye-adp/adp-cli-win32-arm64": "1.11.0-beta.5"
42
+ "@laiye-adp/adp-cli-linux-x64": "1.11.0-beta.6",
43
+ "@laiye-adp/adp-cli-linux-arm64": "1.11.0-beta.6",
44
+ "@laiye-adp/adp-cli-darwin-x64": "1.11.0-beta.6",
45
+ "@laiye-adp/adp-cli-darwin-arm64": "1.11.0-beta.6",
46
+ "@laiye-adp/adp-cli-win32-x64": "1.11.0-beta.6",
47
+ "@laiye-adp/adp-cli-win32-arm64": "1.11.0-beta.6"
48
48
  }
49
49
  }