From 7ea4ac48107c5c47e6a46ebd05ebe720d2401452 Mon Sep 17 00:00:00 2001 From: liyb Date: Sat, 15 Aug 2026 10:24:45 +0800 Subject: [PATCH] Add zero-change client catalog preview --- README.ja.md | 6 ++++++ README.md | 6 ++++++ README.zh-CN.md | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/README.ja.md b/README.ja.md index 6dbc144..6712bbc 100644 --- a/README.ja.md +++ b/README.ja.md @@ -124,6 +124,12 @@ Agent → SandBase GPT-4o → 分析完了 | OpenCode、Qwen Code、Kimi CLI | | | Hermes、OpenClaw | | +サインインやファイル変更なしで、完全な互換性カタログを確認できます: + +```sh +npx -y @sandbaseai/cli catalog --json +``` + ```sh # 検出されたすべてのクライアントを一度に接続 npx -y @sandbaseai/cli connect diff --git a/README.md b/README.md index b7c6a9a..a9e86b0 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,12 @@ Works with every major AI coding tool: | OpenCode, Qwen Code, Kimi CLI | | | Hermes, OpenClaw | | +Preview the complete compatibility catalog without signing in or changing any files: + +```sh +npx -y @sandbaseai/cli catalog --json +``` + ```sh # Connect all detected clients at once npx -y @sandbaseai/cli connect diff --git a/README.zh-CN.md b/README.zh-CN.md index d375a2c..9bfda70 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -134,6 +134,12 @@ Agent → SandBase Kling 视频生成 → 异步处理 | OpenCode、Qwen Code、Kimi CLI | | | Hermes、OpenClaw | | +无需登录或修改任何文件,即可预览完整兼容性目录: + +```sh +npx -y @sandbaseai/cli catalog --json +``` + ```sh # 一次连接所有检测到的客户端 npx -y @sandbaseai/cli connect