You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
release: bump to 1.0.5 — auto-install pnpm if the ui:build retry can't find it
Follow-up to v1.0.4. Locating pnpm with a broader PATH search (that
release's fix) isn't enough when upstream's `ensure_pnpm` silently
failed to install it in the first place — pnpm genuinely isn't on the
system. That's how we ended up with "pnpm: command not found" on a
fresh WSL Ubuntu.
Now the retry path runs `npm install -g pnpm@10` when the search turns
up empty, refreshes npm_prefix, re-probes PATH, and only fails loudly
when npm itself is missing (at which point the user is deep in DIY
territory anyway). Same recovery upstream would have done; we just
stopped trusting that it already happened.
Also: if repos/openclaw/node_modules is missing when we reach the
retry, run `pnpm install` at the repo root once before `pnpm ui:build`,
so the ui: helper script (which expects deps present) doesn't trip on
missing modules.
Version strings bumped in installer.iss, build-pkg.sh, and the README
download tables / build-from-source outputs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ Pre-built installers live on the [GitHub Releases page](https://github.com/Sense
89
89
90
90
| Platform | Download | How to Use |
91
91
|----------|----------|------------|
92
-
| Windows |[`AgentPack-1.0.4-windows-x64.exe`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.4-windows-x64.exe)| Double-click and follow the wizard; installation runs inside WSL2, and the PowerShell window is taken over by the installed agent when setup finishes |
93
-
| macOS |[`AgentPack-1.0.4-macos-universal.pkg`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.4-macos-universal.pkg)| Double-click, then complete setup in the Terminal window that opens; the same window becomes the agent's REPL / gateway once installation finishes |
94
-
| Linux |[`AgentPack-1.0.4-linux.sh`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.4-linux.sh)*or* the one-liner below | Download and run `chmod +x AgentPack-1.0.4-linux.sh && ./AgentPack-1.0.4-linux.sh`, or paste `curl -fsSL https://raw.githubusercontent.com/SenseTime-FVG/agent_pack/main/linux/install.sh \| bash` — either way the shell that ran the installer is handed over to the agent via `exec`|
92
+
| Windows |[`AgentPack-1.0.5-windows-x64.exe`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.5-windows-x64.exe)| Double-click and follow the wizard; installation runs inside WSL2, and the PowerShell window is taken over by the installed agent when setup finishes |
93
+
| macOS |[`AgentPack-1.0.5-macos-universal.pkg`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.5-macos-universal.pkg)| Double-click, then complete setup in the Terminal window that opens; the same window becomes the agent's REPL / gateway once installation finishes |
94
+
| Linux |[`AgentPack-1.0.5-linux.sh`](https://github.com/SenseTime-FVG/agent_pack/releases/latest/download/AgentPack-1.0.5-linux.sh)*or* the one-liner below | Download and run `chmod +x AgentPack-1.0.5-linux.sh && ./AgentPack-1.0.5-linux.sh`, or paste `curl -fsSL https://raw.githubusercontent.com/SenseTime-FVG/agent_pack/main/linux/install.sh \| bash` — either way the shell that ran the installer is handed over to the agent via `exec`|
0 commit comments