Skip to content

Commit 1052ac1

Browse files
fix: pin OpenClaw ByteRover plugin for v3 (#759)
1 parent faf456d commit 1052ac1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

scripts/openclaw-setup.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set -eu
1212
# ─── Constants ────────────────────────────────────────────────────────────────
1313

1414
CONFIG_PATH="$HOME/.openclaw/openclaw.json"
15+
BYTEROVER_OPENCLAW_PLUGIN_VERSION="1.1.8"
1516

1617
# ─── Colors (respects NO_COLOR and non-terminal) ─────────────────────────────
1718

@@ -378,9 +379,9 @@ configure_context_plugin() {
378379
# Clean slate: remove old local files + previous CLI install to avoid conflicts
379380
remove_existing_byterover_plugin
380381

381-
info "Installing @byterover/byterover plugin..."
382-
if ! retry_with_backoff openclaw plugins install @byterover/byterover@latest; then
383-
error "Failed to install @byterover/byterover plugin after multiple attempts."
382+
info "Installing @byterover/byterover plugin v${BYTEROVER_OPENCLAW_PLUGIN_VERSION}..."
383+
if ! retry_with_backoff openclaw plugins install "@byterover/byterover@${BYTEROVER_OPENCLAW_PLUGIN_VERSION}"; then
384+
error "Failed to install @byterover/byterover plugin v${BYTEROVER_OPENCLAW_PLUGIN_VERSION} after multiple attempts."
384385
fi
385386
success "Plugin installed."
386387

0 commit comments

Comments
 (0)