A VSCode extension that periodically checks for remote configuration updates and prompts users to install new configurations.
Features
🔄 Periodically calls API interface to get the latest configuration
📋 Compares with local project configuration files
🔔 Pops up a notification when differences are found
🔗 One-click jump to installation link
Installation
Search for "Agent Update Plugin" in the VSCode extension marketplace and install it
Or download the .vsix file and install it through VSCode or Trae's "Install from VSIX" feature
Usage
Daily Automatic Check: The plugin will automatically check for configuration updates once a day after activation
Manual Check Method 1: Use the command palette (Shift+Command+P) to execute the "Check Configuration Updates" command
Manual Check Method 2: Right-click in the editor and select "Check Agent Updates" option
Install Updates: When configuration differences are detected, click the "Install Agent" or "Update Agent" button in the popup
View Details: Click "View Details" in the popup to view detailed information about the agent
Local Configuration File
The local configuration file is located in the project root directory, named ./.trae/agent.json
Under normal circumstances, please do not manually modify the local configuration file, the plugin will automatically update the configuration file;
If you click the Install Agent or Update Agent button but do not install the agent as prompted by Trae, please modify the agent's version number back, otherwise it will cause the plugin check to fail.