mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 17:24:05 +00:00
Preserve workspace directories when `openclaw uninstall --state` removes local state, including configured workspaces and implicit per-agent workspaces resolved by the runtime. State-only uninstall now uses a cleanup plan that keeps those workspace roots unless `--workspace` is selected. Fixes #75052. Proof: - `git diff --check origin/main...HEAD` - `pnpm exec oxfmt --check --threads=1 src/commands/cleanup-utils.ts src/commands/cleanup-utils.test.ts src/commands/uninstall.ts src/commands/uninstall.test.ts docs/cli/uninstall.md docs/install/uninstall.md` - `node scripts/run-vitest.mjs src/commands/uninstall.test.ts src/commands/cleanup-utils.test.ts src/commands/reset.test.ts src/commands/agents.delete.test.ts` - `node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.core.test.json --incremental --tsBuildInfoFile /tmp/openclaw-pr75061-core-test-final-rebase2.tsbuildinfo` - `pnpm docs:list` - `node scripts/check-docs-mdx.mjs docs/cli/uninstall.md docs/install/uninstall.md` - `.agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main` - CI: https://github.com/openclaw/openclaw/actions/runs/26721260691 Co-authored-by: Jason-Bai <boybai.work@gmail.com>