File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ set -eu
1212# ─── Constants ────────────────────────────────────────────────────────────────
1313
1414CONFIG_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
You can’t perform that action at this time.
0 commit comments