Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading