← Reddit

PSA: Don’t let Claude Desktop delete ~/Library/Application Support/Claude/ to “fix” a login issue — I lost months of work

Reddit · Zikanderous · August 8, 2026

Detailed Analysis

A user report circulating online describes a serious incident involving Claude Desktop on macOS, in which the application allegedly recommended deleting the entire `~/Library/Application Support/Claude/` directory as a fix for a login problem. According to the poster, following this guidance resulted in the loss of months of accumulated work, including conversation histories, saved settings, and potentially custom configurations stored in that directory. This is a significant claim because that folder typically houses not just cached login tokens but the full local footprint of an application's persistent data — meaning a broad deletion command wipes out far more than what's needed to resolve a simple authentication glitch.

The core issue here reflects a recurring problem in software troubleshooting: the tension between quick fixes and data preservation. Instructing a user to delete an entire application support directory is a blunt instrument — comparable to solving a clogged sink by removing the plumbing. A more targeted fix would isolate the specific cache or credential files causing the login failure (often something like a corrupted token file or a locked session lock-file) rather than nuking the whole directory tree. If Claude Desktop itself, its embedded help documentation, or a support interaction generated this advice, it raises pointed questions about whether the guidance was rigorously vetted, especially given that AI assistants are increasingly used to generate troubleshooting steps for their own products.

This incident matters beyond one frustrated user because it touches on trust — a currency Anthropic and other AI companies depend on heavily as they push Claude into more agentic, desktop-integrated, and file-system-touching roles. Claude Desktop, unlike a purely web-based chat interface, has legitimate reasons to read and write local files, which is part of what makes it powerful for developers and power users. But that same capability raises the stakes when something goes wrong: destructive suggestions involving local file deletion carry real consequences that a cloud-only product wouldn't. Users granting file-system access to AI tools are implicitly trusting that any automated or documented remediation steps have been safety-checked against catastrophic, irreversible actions — a bar that simple "clear the cache" advice can quietly fail to meet if it isn't scoped precisely.

More broadly, this story is emblematic of growing pains across the AI tooling ecosystem as products race to add local agentic capabilities — file access, terminal commands, system-level integrations — without always building in the same guardrails users expect from mature desktop software (e.g., confirmation dialogs, selective cache-clearing options, or automatic backups before destructive operations). As AI coding assistants and desktop apps become more deeply embedded in developers' workflows, incidents like this one underscore the need for granular, reversible troubleshooting mechanisms rather than all-or-nothing deletions, and they will likely fuel scrutiny of how Anthropic (and competitors building similar desktop-integrated agents) handle destructive operations, backup practices, and support documentation quality going forward.

Read original article →