@clovapi/cli 0.1.9 → 0.1.16

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,11 @@ Install `clovapi` as a global npm command:
4
4
 
5
5
  ```bash
6
6
  npm i -g @clovapi/cli
7
- clovapi version
7
+ clovapi --help
8
8
  ```
9
9
 
10
+ **Website:** https://clovapi.com — setup guides, supported agents, and Claude Code / Codex API switching docs.
11
+
10
12
  The package downloads platform binaries and verifies SHA256 checksums.
11
13
  By default it tries:
12
14
 
@@ -17,3 +19,9 @@ By default it tries:
17
19
 
18
20
  - `CLOVAPI_CLI_BASE_URL`: override download base URL for mirrors or local testing.
19
21
  - `CLOVAPI_R2_BASE_URL`: override the default R2 base URL (versioned path).
22
+
23
+ ## Docs
24
+
25
+ - [Supported agents](https://clovapi.com/agents)
26
+ - [Setup guides](https://clovapi.com/guides) — third-party APIs for Claude Code & Codex
27
+ - [Agent Skill](https://clovapi.com/skill)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clovapi/cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.16",
4
4
  "description": "Install clovapi CLI from GitHub Releases",
5
5
  "repository": {
6
6
  "type": "git",