{"id":30760786,"url":"https://github.com/bunnysayzz/augment-reset","last_synced_at":"2025-09-04T13:50:19.883Z","repository":{"id":310965955,"uuid":"1041935684","full_name":"bunnysayzz/augment-reset","owner":"bunnysayzz","description":"Augment Code extension reset tool - clean all data, cache, and settings.","archived":false,"fork":false,"pushed_at":"2025-08-28T09:03:17.000Z","size":11,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T16:13:23.804Z","etag":null,"topics":["augment","augmentcode","cursor","reset","vip","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://github.com/bunnysayzz/augment-reset.git","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bunnysayzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-21T08:28:06.000Z","updated_at":"2025-08-28T11:38:37.000Z","dependencies_parsed_at":"2025-08-21T10:37:55.824Z","dependency_job_id":"94101f96-8e47-4c48-905a-6416808049d6","html_url":"https://github.com/bunnysayzz/augment-reset","commit_stats":null,"previous_names":["bunnysayzz/augment-reset"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bunnysayzz/augment-reset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Faugment-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Faugment-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Faugment-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Faugment-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunnysayzz","download_url":"https://codeload.github.com/bunnysayzz/augment-reset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Faugment-reset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619703,"owners_count":25138238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["augment","augmentcode","cursor","reset","vip","vscode","vscode-extension"],"created_at":"2025-09-04T13:50:15.839Z","updated_at":"2025-09-04T13:50:19.871Z","avatar_url":"https://github.com/bunnysayzz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"**For Qoder reset, click here: [https://github.com/bunnysayzz/qoder-reset.git](https://github.com/bunnysayzz/qoder-reset.git)**\n\n## ⚠️ **IMPORTANT NOTICE** ⚠️\n\n\u003e **✨ Use a fingerprint browser to register after resetting Augment!**\n\u003e \n\u003e **Why?** Duplicate registrations may still be recognized due to browser cache or fingerprinting, even after resetting Augment's device identity.\n\u003e \n\u003e **Solution:** Use a fingerprint browser to create completely new browser profiles with unique fingerprints.\n\u003e \n\u003e **Download:** [Privacy Guides - Desktop Browsers](https://www.privacyguides.org/en/desktop-browsers/) for recommended privacy-focused browsers\n\n---\n\n# Augment Reset Tool\n\nA powerful and compact shell script to completely reset and clean all Augment Code extension data from your system. Get Augment Code from [https://www.augmentcode.com](https://www.augmentcode.com)\n\n## 🚀 Features\n\n- **Complete Data Removal**: Removes all Augment-related extensions, settings, cache, and temporary files\n- **Cross-Platform Support**: Works on Windows, macOS, and Linux\n- **Safe Confirmation**: Requires user confirmation before proceeding\n- **Network Cache Reset**: Flushes DNS and network caches\n\n## 🛠️ Installation\n\n### Option 1: Clone Repository\n```bash\ngit clone https://github.com/bunnysayzz/augment-reset.git\ncd augment-reset\nchmod +x augment-reset.sh\n./augment-reset.sh\n```\n\n### Option 2: Direct Download (Copy-Paste)\n\n#### For macOS/Linux:\n```bash\ncurl -o augment-reset.sh https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh \u0026\u0026 chmod +x augment-reset.sh\n./augment-reset.sh\n```\n\n#### For Windows (Git Bash/WSL):\n```bash\ncurl -o augment-reset.sh https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh \u0026\u0026 chmod +x augment-reset.sh\n./augment-reset.sh\n```\n\n#### For Windows (PowerShell):\n```powershell\nInvoke-WebRequest -Uri \"https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh\" -OutFile \"augment-reset.sh\"\nbash augment-reset.sh\n```\n\n### Option 3: Manual Copy-Paste\n1. Visit: https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh\n2. Copy the entire content\n3. Create a new file: `augment-reset.sh`\n4. Paste the content and save\n5. Make executable: `chmod +x augment-reset.sh`\n\n## 🎯 Usage\n\n```bash\n./augment-reset.sh\n```\n\nThe script will:\n1. Request administrator privileges\n2. Display a beautiful ASCII art banner\n3. Show a warning about what will be removed\n4. Ask for confirmation\n5. Perform the complete reset process\n\n## 🔧 What Gets Removed\n\nThe tool removes the following Augment-related data:\n\n- **Extensions**: All Augment Code extensions and plugins\n- **Settings**: VS Code settings and keybindings related to Augment\n- **Cache**: Extension cache and temporary files\n- **Workspace Storage**: Workspace-specific Augment data\n- **System Temp**: Temporary files in system directories\n- **Network Cache**: DNS and network caches\n\n## ⚠️ Important Notes\n\n- **Irreversible Action**: This tool permanently deletes data\n- **Fresh Account Required**: You'll need to create a new Augment account after reset\n- **Get Augment**: Download and install Augment Code extension from [https://www.augmentcode.com](https://www.augmentcode.com)\n- **VS Code Restart**: VS Code will be closed during the process\n- **System Restart**: Recommended after completion for best results\n\n## 🖥️ Supported Operating Systems\n\n- **Windows**: Windows 10/11 (Git Bash, WSL, or PowerShell)\n- **macOS**: macOS 10.14+\n- **Linux**: Most distributions with bash\n\n## 📁 File Locations Cleaned\n\n- VS Code user data directory\n- Extension directories\n- Cache and log directories\n- System temporary directories\n- Workspace storage\n\n## 🔍 Troubleshooting\n\n### Common Issues\n\n**Permission Denied**\n```bash\nchmod +x augment-reset.sh\n```\n\n**Script Won't Run**\n```bash\nls -la augment-reset.sh\nbash augment-reset.sh\n```\n\n**Authentication Issues**\n- Ensure you have administrator privileges\n- Enter your password when prompted\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 👨‍💻 Author\n\n**bunnysayzz**\n\n- GitHub: [@bunnysayzz](https://github.com/bunnysayzz)\n\n## ⭐ Show your support\n\nGive a ⭐️ if this project helped you!\n\n---\n\n**Disclaimer**: Use this tool at your own risk. Always backup important data before running system cleanup tools. This tool is for educational purposes only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnysayzz%2Faugment-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunnysayzz%2Faugment-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnysayzz%2Faugment-reset/lists"}