mirror of https://github.com/openclaw/openclaw.git
Docs: fix stale Clawdbot branding in agent workflow file (#46963)
Co-authored-by: webdevpraveen <webdevpraveen@users.noreply.github.com>
This commit is contained in:
parent
6a458ef29e
commit
d230bd9c38
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
description: Update Clawdbot from upstream when branch has diverged (ahead/behind)
|
description: Update OpenClaw from upstream when branch has diverged (ahead/behind)
|
||||||
---
|
---
|
||||||
|
|
||||||
# Clawdbot Upstream Sync Workflow
|
# OpenClaw Upstream Sync Workflow
|
||||||
|
|
||||||
Use this workflow when your fork has diverged from upstream (e.g., "18 commits ahead, 29 commits behind").
|
Use this workflow when your fork has diverged from upstream (e.g., "18 commits ahead, 29 commits behind").
|
||||||
|
|
||||||
|
|
@ -132,16 +132,16 @@ pnpm mac:package
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Kill running app
|
# Kill running app
|
||||||
pkill -x "Clawdbot" || true
|
pkill -x "OpenClaw" || true
|
||||||
|
|
||||||
# Move old version
|
# Move old version
|
||||||
mv /Applications/Clawdbot.app /tmp/Clawdbot-backup.app
|
mv /Applications/OpenClaw.app /tmp/OpenClaw-backup.app
|
||||||
|
|
||||||
# Install new build
|
# Install new build
|
||||||
cp -R dist/Clawdbot.app /Applications/
|
cp -R dist/OpenClaw.app /Applications/
|
||||||
|
|
||||||
# Launch
|
# Launch
|
||||||
open /Applications/Clawdbot.app
|
open /Applications/OpenClaw.app
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -235,7 +235,7 @@ If upstream introduced new model configurations:
|
||||||
# Check for OpenRouter API key requirements
|
# Check for OpenRouter API key requirements
|
||||||
grep -r "openrouter\|OPENROUTER" src/ --include="*.ts" --include="*.js"
|
grep -r "openrouter\|OPENROUTER" src/ --include="*.ts" --include="*.js"
|
||||||
|
|
||||||
# Update clawdbot.json with fallback chains
|
# Update openclaw.json with fallback chains
|
||||||
# Add model fallback configurations as needed
|
# Add model fallback configurations as needed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue