Conversation
- Add settings.local.json to PRESERVE_FILES (user permissions) - Log warnings instead of silently ignoring preserve failures - Remove CLAUDE_OPC_DIR from shell config (~/.zshrc, ~/.bashrc) - Offer to remove TLDR CLI tool (uv tool uninstall llm-tldr) Closes parcadei#142
Wrap subprocess.run() in try/except to catch TimeoutExpired and OSError, preventing the uninstall wizard from crashing if uv is missing or times out. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
97ce4d7 to
533afd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ported from parcadei/Continuous-Claude-v3#147 by @udhaya10
Summary
The uninstall wizard archives
~/.claudeand restores backup, but leaves several artifacts behind.Changes
settings.local.jsonadded toPRESERVE_FILES— users store custom permissions hereexcept Exception: passCLAUDE_OPC_DIRfrom shell config on uninstalluv tool uninstall llm-tldr(default: No)Test plan
--uninstallwithCLAUDE_OPC_DIRin~/.zshrc→ verify it's removed--uninstallwithsettings.local.jsonpresent → verify it's preserved--uninstallwith TLDR installed → verify removal prompt appears