Uninstall: remove every SuperTon data and cache location - #41
Conversation
superton uninstall only removed cfg.home, leaving the chromadb cache (downloaded embedding models), SuperTon's cache dir, and — when SUPERTON_HOME pointed elsewhere — the default data dir. The data stage now sweeps every location SuperTon may have written. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
More reviews will be available in 44 minutes and 6 seconds. Learn how PR review limits work. Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
superton uninstallleft several things behind:~/Library/Caches/chroma/~/.cache/chroma) — the semantic backend downloads ONNX embedding models here, often the largest leftover~/Library/Caches/superton)SUPERTON_HOMEpointed elsewhere — only the env-var location was removedNew
_data_paths()enumerates every location SuperTon may have written; the data stage and the pre-flight card now sweep/show all of them. Ollama model removal and the CLI orphan sweep were already correct.Test plan
_data_paths)_data_pathslists home, default data dir, both cache dirs, deduped🤖 Generated with Claude Code