fix: drop explicit ui:install step

This commit is contained in:
Peter Steinberger
2026-01-09 07:02:42 +00:00
parent 95c2ccbd7b
commit c46bab35df
14 changed files with 15 additions and 53 deletions

View File

@@ -37,8 +37,7 @@ From source (development):
git clone https://github.com/clawdbot/clawdbot.git
cd clawdbot
pnpm install
pnpm ui:install
pnpm ui:build
pnpm ui:build # auto-installs UI deps on first run
pnpm build
pnpm link --global
```

View File

@@ -64,8 +64,7 @@ pnpm install
pnpm build
# If the Control UI assets are missing or you want the dashboard:
pnpm ui:install
pnpm ui:build
pnpm ui:build # auto-installs UI deps on first run
pnpm clawdbot onboard
```

View File

@@ -135,8 +135,7 @@ If youre hacking on Clawdbot itself, run from source:
git clone https://github.com/clawdbot/clawdbot.git
cd clawdbot
pnpm install
pnpm ui:install
pnpm ui:build
pnpm ui:build # auto-installs UI deps on first run
pnpm build
pnpm clawdbot onboard --install-daemon
```

View File

@@ -120,7 +120,7 @@ Tip: `--json` does **not** imply non-interactive mode. Use `--non-interactive` (
9) **Finish**
- Summary + next steps, including iOS/Android/macOS apps for extra features.
- If no GUI is detected, the wizard prints SSH port-forward instructions for the Control UI instead of opening a browser.
- If the Control UI assets are missing, the wizard attempts to build them; fallback is `pnpm ui:install && pnpm ui:build`.
- If the Control UI assets are missing, the wizard attempts to build them; fallback is `pnpm ui:build` (auto-installs UI deps).
## Remote mode