Augment Extension Trial Reset Tool

Reset your Augment coding extension trial period while preserving all your settings and preferences.

Latest Release: v2.1.0

  • Enforced 14-Day Maximum Trial: The tool now enforces a maximum trial period of 14 days. If you specify a higher value, you'll get a warning and the tool will use 14 days.
  • Identity File Wipe for VS Code & Cursor: Removes identity-related files (logs, history, workspaceStorage) in both VS Code and Cursor config directories to further reduce tracking and improve reset reliability.
  • Custom Trial Duration: You can still use --days N to set your trial period, but it will be capped at 14 days.
  • Aggressive Data Wipe: All known Augment config, cache, and globalStorage data is wiped.
  • Randomized User/Device Info: Each reset generates new account, device, and user IDs.
  • Important Notes: The actual trial period is determined by the extension and may be limited to 14 days regardless of config. Each reset requires a new account. The tool now wipes more identity-related files, but results may vary if the extension adds new tracking methods in the future.

Key Features

Trial Reset (14 Days Max)

Reset your trial period to 14 days (maximum allowed). If you specify a higher value, the tool will warn you and use 14 days.

Identity File Wipe

Removes identity-related files (logs, history, workspaceStorage) for both VS Code and Cursor to further reduce tracking and improve reset reliability.

Randomized User/Device Info

Each reset generates new account, device, and user IDs for maximum privacy.

How to Use

  1. 1

    Close Your Editor

    Save your work and close VS Code or Cursor. The tool will attempt to close them automatically for you.

  2. 2

    Run the Tool

    Execute the tool using Node.js. You can specify the trial period (max 14 days):

    node augment-reset.js --days 14

    If you specify a higher value, the tool will warn you and use 14 days.

  3. 3

    Follow Prompts

    The tool will guide you through the process and show you the new account details.

  4. 4

    Restart Editor

    Launch your editor and create a new account with your email. Your settings will be preserved.

Requirements

  • Node.js installed on your system
  • VS Code or Cursor editor
  • Administrative privileges (for some systems)

What the Tool Does

  • Enforces a 14-day maximum trial period (warns and caps if higher value is set)
  • Wipes all known Augment config, cache, and globalStorage data
  • Wipes identity-related files in VS Code and Cursor (logs, history, workspaceStorage)
  • Randomizes user/account/device info for each reset
  • Warns if a higher trial period is set

Files Modified

state.json

Contains current state information and trial status

subscription.json

Manages subscription and trial period data

account.json

Stores account information and user preferences

Security Features

Automatic Backups

All configuration files are automatically backed up before modification

Timestamped Backups

Backups are stored with timestamps for easy restoration

Local Processing

All operations are performed locally on your machine

No External Data

No data is sent to external servers during the process

Important Notes

  • The actual trial period is determined by the extension and may be limited to 14 days regardless of config.
  • Each reset requires a new account.
  • The tool now wipes more identity-related files, but results may vary if the extension adds new tracking methods in the future.