考虑升级VS Code基座版本支持VS Code 的Agent Plugin新功能?

Problem

当前Qoder支持一键导入VS Code的插件,但是我在VS Code通过Agent Plugin 功能(Agent plugins in VS Code)安装的Agent Plugin(内置全局agents/skills), 并不能一并导入到Qoder里,且Qoder也未能提供直接安装Agent Plugin的功能。

Solution

期望可以支持

Use Case

When would you use this?

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info

(Optional: screenshots, examples, links)

或者Qoder已有的自定义插件功能支持类似VS Code Agent Plugin 的功能,期望至少包括:

1.支持用户通过加入git repo来添加自定义插件

2.自定义插件可根据repo里的版本更新来自动定时更新等

目前我是通过自定义一个VSIX扩展来做到自动安装git repo里定义的qoder 自定义插件结构内容(agents/skills)到Qoder IDE的自定义插件中,并实现了自动检测版本和自动提醒用户更新功能。如果Qoder官方实现了上述提到的2个需求就更好了,用户不用自己去开发扩展。