Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Agent Update Plugin / 智能体更新插件New to Visual Studio Code? Get it now.
Agent Update Plugin / 智能体更新插件

Agent Update Plugin / 智能体更新插件

chenhongqiang

|
5 installs
| (1) | Free
Periodically check for agent updates and prompt users to install / 定期检查智能体更新并提示用户安装
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent Update Plugin / 智能体更新插件

English | 中文

English Version

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

  1. Search for "Agent Update Plugin" in the VSCode extension marketplace and install it
  2. Or download the .vsix file and install it through VSCode or Trae's "Install from VSIX" feature

Usage

  1. Daily Automatic Check: The plugin will automatically check for configuration updates once a day after activation
  2. Manual Check Method 1: Use the command palette (Shift+Command+P) to execute the "Check Configuration Updates" command
  3. Manual Check Method 2: Right-click in the editor and select "Check Agent Updates" option
  4. Install Updates: When configuration differences are detected, click the "Install Agent" or "Update Agent" button in the popup
  5. 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.


中文版本

一个VSCode插件,用于定期检查远程配置更新并提示用户安装新配置。

功能特性

  • 🔄 定期调用API接口获取最新配置
  • 📋 与本地项目配置文件进行对比
  • 🔔 发现差异时弹窗提示用户
  • 🔗 一键跳转到安装链接

安装

  1. 在VSCode扩展市场中搜索"Agent Update Plugin"并安装
  2. 或者下载.vsix文件后,通过VSCode或Trae的"从VSIX安装"功能安装

使用方法

  1. 每日自动检查: 插件激活后会自动每天检查一次配置更新
  2. 手动检查方式一: 使用命令面板 (Shift+Command+P) 执行 "检查配置更新" 命令
  3. 手动检查方式二: 在编辑器中右键点击,选择 "检查智能体更新" 选项
  4. 安装更新: 当检测到配置差异时,点击弹窗中的 "安装智能体" 或 "更新智能体" 按钮
  5. 查看详情: 在弹窗中点击 "查看详情" 可以查看智能体的详细信息

本地配置文件

本地配置文件在项目根目录下,文件名为 ./.trae/agent.json 正常情况下,请勿手动修改本地配置文件,插件会自动更新配置文件; 如果点击安装智能体或者更新智能体按钮之后,没有按照trae提示安装智能体,请把该智能体的版本号修改回去,否则会导致插件检查失败。

运行

npm run compile npm run watch 监听模式

打包

npx @vscode/vsce package

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft