8000 GitHub - yuxinle1996/free-augmentcode-js: 用于无限续杯AugmentCode VSCode插件.A tool that allows you to use the AugmentCode VSCode plugin indefinitely.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

用于无限续杯AugmentCode VSCode插件.A tool that allows you to use the AugmentCode VSCode plugin indefinitely.

License

Notifications You must be signed in to change notification settings

yuxinle1996/free-augmentcode-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free AugmentCode

English | 中文

中文版

Free AugmentCode 是一个用于清理 AugmentCode 相关数据的工具,可以在同一台电脑上无限次登录不同的账号,避免账号被锁定。

功能特性

  • 📝 修改 Telemetry ID

    • 重置设备 ID 和机器 ID
    • 自动备份原始数据
    • 生成新的随机 ID
  • 🗃️ 数据库清理

    • 清理 SQLite 数据库中的特定记录
    • 自动备份数据库文件
    • 删除包含 'augment' 关键字的记录
  • 💾 工作区存储管理

    • 清理工作区存储文件
    • 自动备份工作区数据
    • 还原数据(待写...)

安装说明

  1. 确保你的系统已安装 nodejs
  2. 克隆此仓库到本地:
    git clone https://github.com/yuxinle1996/free-augmentcode-js.git
    cd free-augmentcode-js

使用方法

  1. 退出 AugmentCode 插件
  2. 完全退出 VS Code
  3. 执行脚本:
node index.js
#
npm run start
  1. 重新启动 VS Code
  2. AugmentCode 插件中使用新的邮箱进行登录

项目结构

free-augmentcode-js/
├── index.js                  # 主程序入口
├── augutils/                 # 工具类目录
│   ├── json_modifier.js          # JSON 文件修改工具
│   ├── sqlite_modifier.js        # SQLite 数据库修改工具
│   └── workspace_cleaner.js      # 工作区清理工具
└── utils/                    # 通用工具目录
    ├── backup.js                 # 备份文件
    ├── device_codes.js           # 生成随机ID
    ├── paths.js                  # 路径管理工具
    ├── recover.js                # 恢复, 待写...

贡献

欢迎提交 Issue 和 Pull Request 来帮助改进这个项目。

许可证

此项目采用 MIT 许可证。详见 LICENSE 文件。


English Version

Free AugmentCode is a tool for cleaning AugmentCode-related data, allowing unlimited logins with different accounts on the same computer while avoiding account lockouts.

Features

  • 📝 Telemetry ID Modification

    • Reset device ID and machine ID
    • Automatic backup of original data
    • Generate new random IDs
  • 🗃️ Database Cleanup

    • Clean specific records in SQLite database
    • Automatic database file backup
    • Remove records containing 'augment' keyword
  • 💾 Workspace Storage Management

    • Clean workspace storage files
    • Automatic workspace data backup
    • Restore data (to be written...)

Installation

  1. Ensure nodejs is installed on your system
  2. Clone this repository:
    git clone https://github.com/yuxinle1996/free-augmentcode-js.git
    cd free-augmentcode-js

Usage

  1. Exit the AugmentCode plugin
  2. Completely close VS Code
  3. Run the script:
node index.js
# or
npm run start
  1. Restart VS Code
  2. Log in to the AugmentCode plugin with a new email

Project Structure

free-augmentcode-js/
├── index.js                  # Main program entry
├── augutils/                 # Utility classes directory
│   ├── json_modifier.js          # JSON file modification tool
│   ├── sqlite_modifier.js        # SQLite database modification tool
│   └── workspace_cleaner.js      # Workspace cleanup tool
└── utils/                    # Common utilities directory
    ├── backup.js                 # Backup file
    ├── device_codes.js           # Generate random ID
    ├── paths.js                  # Path management tool
    ├── recover.js                # Recover, to be written...

Contributing

Issues and Pull Requests are welcome to help improve this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

用于无限续杯AugmentCode VSCode插件.A tool that allows you to use the AugmentCode VSCode plugin indefinitely.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0