Skip to content

v1.8.1

Compare
Choose a tag to compare
@phodal phodal released this 10 Apr 09:19
· 158 commits to master since this release
23a71e1

What's Changed

Bug Fixes

  • connection: rest result before flow start (c4718a3)
  • devins: refactor write action to use runReadAction and WriteCommandAction for better performance and error handling #143 (8525a0b)
  • fix import issue #143 (f6b3fa9)
  • fix the wrong path of prompt templete file path (f38b53a)
  • handle null in shortFormat() method (601120d)
  • psi element text should not be null #123 (9a442cb)
  • rename: ensure correct handling of target elements and improve error handling. (37ceab6)
  • should not keep history when complete code (e79a8b7)
  • should set isIndeterminate to false if fraction exist #137 (91f1875)
  • typescript: refactor JSDoc comment creation and insertion logic to handle null values and exceptions more gracefully. (30f301e)

Features

  • custom: Refactor variable resolver and prompt service in CustomActionBaseIntention.kt to improve efficiency and readability #136 (263e1a8)
  • devins: enable write new content to file #143 (ad029f1)
  • devti-lang: add support for creating files with content in specific directories #143 (df38c29)
  • devti-lang: improve directory creation logic for multiple levels #143 (23a71e1)
  • devti-lang: improve directory creation logic for multiple levels #143 (32f263e)
  • exts:database: Rename and refactor database extension module to ext-database, including changes to build.gradle.kts, settings.gradle.kts, and source file names. (fab0fa5)
  • intentions: simplify TestCodeGenTask and fix getElementToAction logic. (5f139d9)
  • llm: add simiple fix option to disable history auto-formatting in LLM stream creation #141 (dfc3840)
  • typescript: refactor JSDoc comment insertion logic to handle null values and exceptions more gracefully #2 (5231b70)
  • typescript: simplify insert logic #2 (8083b51)

Full Changelog: v1.8.0...v1.8.1