From f3ac195224eac1eb0dfe1a3059c2a6add78ffbe3 Mon Sep 17 00:00:00 2001 From: Sat0h172943 Date: Thu, 3 Sep 2026 17:13:38 +0300 Subject: [PATCH] docs: remove unimplemented openclaw install command (#483) The README instructed users to run `uipro init --ai openclaw`, but "openclaw" is not a supported AIType in the CLI (cli/src/types/index.ts), so the command fails. --- README.md | 1 - README.zh.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index e2c41d2..017e030 100755 --- a/README.md +++ b/README.md @@ -259,7 +259,6 @@ uipro init --ai kilocode # KiloCode uipro init --ai warp # Warp uipro init --ai augment # Augment uipro init --ai codewhale # CodeWhale -uipro init --ai openclaw # OpenClaw uipro init --ai universal # Universal / Agent Standard (.agents/skills/) uipro init --ai all # All assistants ``` diff --git a/README.zh.md b/README.zh.md index d636a67..e7bc34a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -255,7 +255,6 @@ uipro init --ai kilocode # KiloCode uipro init --ai warp # Warp uipro init --ai augment # Augment uipro init --ai codewhale # CodeWhale -uipro init --ai openclaw # OpenClaw uipro init --ai universal # Universal / Agent Standard (.agents/skills/) uipro init --ai all # 所有助手 ```