Skip to content

Releases: unit-mesh/auto-dev

v1.8.6-SNAPSHOT

29 May 10:10
fe78ae3
Compare
Choose a tag to compare

v1.8.5-RC

24 May 14:18
563018b
Compare
Choose a tag to compare

v1.8.4-RC

23 May 03:44
686cf7e
Compare
Choose a tag to compare

v1.8.3-RC

08 May 11:57
108fcda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2-RC...v1.8.3-RC

v1.8.2-RC

15 Apr 15:03
43f421f
Compare
Choose a tag to compare

Full Changelog: v1.8.1...v1.8.2-RC

v1.8.1

10 Apr 09:19
23a71e1
Compare
Choose a tag to compare

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

v1.8.0

05 Apr 09:09
9cf5413
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • actions: add ActionUpdateThread.EDT to ensure UI updates occur on the new EDT thread for smoother user experience. (3890a73)
  • commit-message: optimize commit message generation by incorporating the original commit message. (5d8e08f)
  • compiler: use consistent error message format across commands (8ce54d0)
  • delete duplicate name in zh.properties file (f38a77d)
  • devins-lang: remove unnecessary conditionals and simplify response handling (18abafc)
  • devins-lang: remove unused imports and refactor compiler creation logic (2229789)
  • fix import issue (d9a4762)
  • fix package issue (a6f9cf3)
  • java: add PsiErrorElement handling and collect syntax errors #129 (e78eca4)
  • kotlin-provider: add PsiErrorElement handling and collect syntax errors (1a67593)
  • language-processor: handle local commands in DevInsCustomAgentResponse (ae8b4db)
  • llm: handle null response in CustomSSEProcessor (5de1db3)
  • llm: handle null response in CustomSSEProcessor (41f2c72)
  • refactor: add PsiErrorElement handling and collect syntax errors #129 (bbc691a)
  • refactor: refactor rename lookup manager listener to use custom rename lookup element #129 (82caa05)
  • rust: update CargoCommandConfigurationType to support 241 version (ed892d9)
  • terminal: resolve compatibility issues in version 222 #135 (559edb3)
  • terminal: resolve compatibility issues in version 222 by refactoring rename lookup manager listener to use custom rename lookup element and improving shell command input popup. This commit fixes the compatibility issues in version 222 of the terminal extension by refactoring the rename lookup manager listener to use a custom rename lookup element. It also improves the shell command input popup by using more appropriate imports and methods from the UIUtil class. (c5916cd)
  • ui: remove unnecessary todo comments and refactor binding logic for consistency (dbfa022)

Features

  • add Chinese to more UI (0f9cc68)
  • add nature language directory for support Chinese prompts template (fd6b889)
  • autodev: add toggle in naming for #132 (44008dc)
  • change default shortcut of inlay complete code (0de56fe)
  • chat: improve refactoring support by adding post-action support and code completion #129 (2369148)
  • chat: improve refactoring support by adding post-action support and code completion #129 (e6ec4de)
  • commit-message: improve commit message generation template for Chinese and English users, ensuring clarity and adherence to best practices. (f80495f)
  • database: add support for parsing and verifying SQL scripts before inserting them into the editor. (7526032)
  • database: add support for parsing and verifying SQL scripts before inserting them into the editor. (53412a9)
  • devins-lang: add support for line info in commands (72efaef)
  • devins-lang: add support for line info in commands (d524095)
  • devins-lang: add support for line info in commands and improve symbol resolution formatting (2d8d1f1)
  • devins-lang: add support for parsing and verifying SQL scripts before inserting them into the editor. (a9b9b77)
  • devins-lang: add support for parsing and verifying SQL scripts before inserting them into the editor. (6872c07)
  • devins-lang: add support for parsing and verifying SQL scripts before inserting them into the editor. (12b768b)
  • devins-lang: improve symbol resolution for file commands (ef0ee46)
  • devins-lang: refactor file handling logic to improve performance and add support for line info in commands. (710e945)
  • devins-lang: try add support for parsing and verifying SQL scripts before inserting them into the editor. (29b6e61)
  • docs: Enhance the commit message generation section of the Git documentation to include an optimized process for generating clear and accurate commit messages. (1b34335)
  • docs: update refactoring documentation with additional examples and suggestions. #129 (814493b)
  • ext-terminal: add ShellSuggestContext class and documentation #1235 (e815743)
  • ext-terminal: introduce NewTerminalUiUtil class and refactor suggestCommand method to support new UI context #135 (3533b1d)
  • ext-terminal: refactor suggestCommand method to support 241 new UI context and add TerminalUtil class for message sending #135. (712d45c)
  • ext-terminal: refactor suggestCommand method to support 241 new UI context and add TerminalUtil class for message sending #135. (41b4b7e)
  • ext-terminal: refactor suggestCommand method to support 241 new UI context and add TerminalUtil class for message sending #135. ([7d87fd0](https://github.com/unit-m...
Read more

v1.7.5 custom llm bug fix

29 Mar 02:17
c01b504
Compare
Choose a tag to compare

v1.7.4

28 Mar 15:44
82dc7d1
Compare
Choose a tag to compare

What's Changed

  • Can config inlay code complete LLM model by @jialiu-github in #114
  • docs: fix typo in custom-test-template.md by @eltociear in #115
  • fix openAI custom model issue && add notice for wrong custom response format && updata documents by @iptton in #120

New Contributors

Full Changelog: v1.7.3...v1.7.4

Bug Fixes

  • core: handle null response in JsonPath parsing (7e60675)
  • core: openAI custom model not work as expected (d4eee77), closes #119
  • devins-cpp: move test config for Intellij IDEA 223 only, which is C++ test configurations and test discovery #100 (fb588e3)
  • devins-lang: add basic handle for exitCode=-1 to recall function (6bcdf15)
  • devins-lang: fix process termination listener #100 (ff38ea9)
  • devins-lang: handle nullable inputStream and improve string concatenation for better performance and readability. (910daa0)
  • devins-lang: improve file content extraction (5f8dc29), closes #100
  • devins-lang: improve file writing performance #100 (6340666)
  • error-handling: ensure correct line range calculation in ErrorMessageProcessor (fc47e49)
  • fix IDEA 222 error in get changes data (faaa7c9)
  • java-auto-test: ensure thread safety when finding and parsing PsiJavaFile (ee7a79c)
  • run-service: ensure correct process lifecycle handling and remove unnecessary imports (cdec106)

Features

  • add custom AI engine setting for inlay code complete (7de0431)
  • add inlay code complete custom ai engine toggle in dev coder config (268f309)
  • auto-test: refactor and optimize auto-test service implementations #100 (3c69b77)
  • browser: init tool code #100 (5ca636c)
  • devins-android: init Android test service support (24a5da1)
  • devins-cpp: add support for C++ test configurations and test discovery #100 (23865dd)
  • devins-cpp: add support for IDEA version 222 OCLanguage in test discovery (551d815)
  • devins-cpp: refactor for factory usage #100 (9dd5c48)
  • devins-golang: add support for Golang run configurations and test context provider #100 (f1ddea0)
  • devins-kotlin: refactor RunService to use new ExecutionManager API #100 (8e47d2e)
  • devins-lang: add docs support for built-in command examples #100 (ebacccd)
  • devins-lang: add markdown support for built-in command examples (8bd3bce)
  • devins-lang: add support for browsing web content with new command /browse (5e8fac4)
  • devins-lang: add support for built-in command examples #100 (68fd6b6)
  • devins-lang: add support for LLM responses in DevInsConversations #100 (5f9bf7f)
  • devins-lang: add support for processing flag comments #100 (13b796f)
  • devins-lang: improve conversation service and compiler #100 (261780f)
  • devins-lang: introduce new ShellRunService to support running shell scripts. This service simplifies the execution of shell commands within the DevIns IDE, enhancing the user experience. #100 (3ce99a7)
  • devins-lang: introduce new ShellRunService to support running shell scripts. This service simplifies the execution of shell commands within the DevIns IDE, enhancing the user experience. #100 (1c48d01)
  • devins-lang: refactor reorg conversation #100 (56db7e5)
  • devins-lang: refactor reorg conversation #100 (fc307a9)
  • devins-lang: remove unused methods #100 (cd1bf89)
  • devins-python: add support for creating Python run configurations #100 (691fff5)
  • devins-rsut: add support for creating Rust run configurations #100 (802d634)
  • devins-run: add default langauge runner support for configurations and test discovery #100 (49e2ae6)
  • devins-scala: add support for Scala run configurations and test context provider #100 (b687994)
  • run-service: add support for specifying a test element when creating run configurations. This enhancement allows for more targeted and efficient execution of tests within the DevIns IDE. #100 (3375f8a)
  • run-service: introduce new ShellRunService to support running shell scripts. This service simplifies the execution of shell commands within the DevIns IDE, enhancing the user experience. #100 (44b3859)
  • run-service: refactor createConfiguration method to use PSI file lookup and create RunConfigurationSettings instance. This refactoring improves the readability and maintainability of the RunService class. #100 (939cfe7)
  • runner: introduce new RunContext class and refactor RunServiceTask and RunServiceExt to use it. This change simplifies the execution context management and improves code readability. [#100](https://github.com/unit-mes...
Read more

v1.7.3

22 Mar 03:37
5fb9f98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

1.7.3 (2024-03-22)

Bug Fixes

  • actions: fix variable name in CommitMessageSuggestionAction (edc3e8c)
  • codecomplete: fix LLMInlayManager imports for 241 version #109 (9cdca52)
  • compiler: fix patch execution race condition #100 (ab76784)
  • devins-java: improve symbol resolution logic #101 (fd6c134)
  • devins-lang: add newline to "Done!" message #101 (552d5b0)
  • devins-lang: correct highlighting for variable, agent, and command identifiers #101 (f83d305)
  • devins-lang: fix asynchronous execution issue #100 (2fc3b52)
  • devins-lang: improve error handling and add validation for file-func command (edbb0c5), closes #101
  • devins-lang: improve error message for duplicate agent calls #101 (9e726bc)
  • devins-lang: improve file selection message #100 (35f950a)
  • devins-lang: improve process handler creation for IDE 222 version (b21925a)
  • devins-lang: improve readability of SyntaxHighlighterFactory #101 (6a20095)
  • devins-lang: Improve token type string representation and handle whitespace in agent ID regex #101 (8e46a8a)
  • devins-lang: refactor language injection check #101 (0e52bca)
  • devins-lang: replace "DevliError" with "DevInsError" for consistency and clarity. (8fdbba8)
  • devins-lang: restrict agent_id to non-whitespace characters #101 (388d484)
  • devins-language: update ToolHubVariable property names #100 (3b12625)
  • devins-language: use List instead of Iterable for lookup result #101 (26b2581)
  • devins-linting: improve detection of duplicate agent IDs in DevInsDuplicateAgentInspection #101 (df2bb82)
  • editor: fix TypeOverHandler package name #109 (a6a04ce)
  • fix flow issue (2458221)
  • fix merge error and typo (a9e8b06)
  • inlay: fix compatibility issue with IDEA 241 version for #109 (2ff3c17)
  • inlay: update key names and message in LLMInlayManagerImpl.kt (a5d5e4d), closes #109
  • java: improve symbol resolution logic #101 (ef24e71)
  • java: simplify package name lookup #101 (cd8ea46)
  • pick up presentationUtil #109 (216a231)
  • provider: fix console view initialization #101 (f402274)
  • refactor DevInBundle to use non-NLS strings and correct bundle name #101 (fdbf0d0)
  • runconfig: remove unnecessary log statements #100 (0b976e0)
  • service: fix canonicalName generation in JavaAutoTestService #101 (9c4da21)
  • test: rename class and modify test case to assert null return for invalid regex pattern. (b0d0ddf)

Features

  • 222 support inlay code complete #109 (26f933a)
  • change inlay complete code trigger: use shortcut key instead of automatic (581e56d)
  • clean markdown chars and remove unused brace“ (470ec20)
  • completion: rename ToolHub to ToolHubVariable and update completion provider (11cc6df)
  • completion: replace DevInsCompletionProvider with DevInsSymbolProvider #101 (1dc1fa2)
  • devins-compiler: add support for custom commands #100 (fab54c0)
  • devins-compiler: Use VariableTemplateCompiler for variable compilation #101 (7b79a33)
  • devins-documentation: add support for custom variables in documentation provider #101 (4911ce2)
  • devins-java: add package name completion #101 (d00d5a0)
  • devins-java: add resolveSymbol method to DevInsSymbolProvider #101 (d20961f)
  • devins-java: add support for resolving symbols in Java packages #101 (da3628a)
  • devins-java: add support for retrieving module name #101 (0cc6b54)
  • devins-lang: add documentation provider and refactor custom agent completion (4c8a49b), closes #101
  • devins-lang: add duplicate agent declaration inspection #101 ([d2df012](https://github.com/unit-mes...
Read more