From f42fca667ca4d2c6b76eb8e9047416ac9d458515 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 11 Jan 2026 04:46:26 +0100 Subject: [PATCH] docs: avoid hardcoded pinned version --- docs/install/updating.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/install/updating.md b/docs/install/updating.md index a0587ce67..957004634 100644 --- a/docs/install/updating.md +++ b/docs/install/updating.md @@ -135,20 +135,22 @@ Runbook + exact service labels: [Gateway runbook](/gateway) ### Pin (global install) -Install a known-good version: +Install a known-good version (replace `` with the last working one): ```bash -npm i -g clawdbot@2026.1.10 +npm i -g clawdbot@ ``` ```bash -pnpm add -g clawdbot@2026.1.10 +pnpm add -g clawdbot@ ``` ```bash -bun add -g clawdbot@2026.1.10 +bun add -g clawdbot@ ``` +Tip: to see the current published version, run `npm view clawdbot version`. + Then restart + re-run doctor: ```bash