Skip to content

Releases: wecode-ai/RunVSAgent

0.2.5

30 Oct 02:35

Choose a tag to compare

  • fix incompatible error with IntelliJ IDEA Ultimate IU-253.27864.23

0.2.4

21 Oct 10:33

Choose a tag to compare

Fix Cline theme error

0.2.3

03 Sep 11:59

Choose a tag to compare

bug fix

0.2.2

03 Sep 06:28

Choose a tag to compare

0.2.1

25 Aug 08:30

Choose a tag to compare

  • Introduce specific context menus and operations for extension
  • Update roo-code version

0.2.0

20 Aug 15:56

Choose a tag to compare

  • Support the Cline plugin and allow switching between multiple plugins.
  • Important: The storage path has changed in the new version. Therefore, before upgrading, please use Roo Code’s Export Settings feature to back up your settings.

0.1.7

15 Aug 06:58

Choose a tag to compare

  • Updated Roo Code version to 3.25.15 with latest AI coding assistant features
  • Added support for no proxy configuration in restricted network environments
  • Added support for @Terminal for improved user experience

0.1.6

11 Aug 07:45

Choose a tag to compare

  • Added proxy support for extension host to enable usage in restricted network environments
  • Fixed ConcurrentModificationException in EditorAndDocManager for improved stability
  • Updated Roo Code version to 3.25.10 with latest AI coding assistant features
  • Fixed an intermittent issue where an extra “}” character would appear at the end of the file.

0.1.5

08 Aug 03:56

Choose a tag to compare

  • Added system information display while webview is loading
  • Fixed issue where LocalResHandler attempted to load non-local resources
  • Enhanced logging for webview initialization process
  • Updated documentation and added known issues list
  • Improved README with star history and updated contributor information

0.1.4

04 Aug 10:01

Choose a tag to compare

What's Changed

  • docs(build): rewrite debugMode explanation comment in English by @Micro66 in #11
  • fix(profile.ps1): replace complex interpolated strings with concatenation for compatibility by @Micro66 in #14
  • remove error todo by @qdaxb in #17
  • fix: correct GitHub Issues contact link URL by @junbaor in #19
  • add a overload function to avoid VS Code type system issue by @qdaxb in #21