Skip to content

v2.0.0-rc.1

Compare
Choose a tag to compare
@phodal phodal released this 11 Mar 03:48
· 1257 commits to master since this release
adf651b

Bug Fixes

  • chat: handle index not ready exception with notification (25d8df6)
  • container: handle Docker server errors and refactor build data creation #306 (0c82a15)
  • java: handle null text in method signature builder #324 (b3f84f3)
  • test: ensure editor selection after file opening #324 (6ca9d01)
  • ui: handle URL scheme error in LLM provider #326 (12ac068)
  • vcs: handle exceptions and improve diff processing (8066d38)

Features

  • chat: add IDE version context provider (bc7f724)
  • chat: implement new chat action and UI enhancements (659afd5)
  • chat: trigger onFinish callback after message completion #329 (ad390a3)
  • container: add action creation for Docker servers #306 (31479d9)
  • container: add Docker deployment UI and context creation (84d4f44), closes #306
  • container: add RunDevContainerService for devcontainer.json support #306 (72fa299)
  • container: add support for baseline version 242 in RunDevContainerService #306 (93ef6e5)
  • markdown: add Markdown preview support (23f41bc)
  • markdown: add theme-aware styling for code blocks (578231c)
  • run-action: add Dockerfile support and i18n for run action #308 (3c0560c)
  • snippet: enhance JSON handling for devcontainer files #308 (f45c822)