Releases: unit-mesh/auto-dev
Releases · unit-mesh/auto-dev
v1.8.12
v1.8.11
What's Changed
- refactor(settings): Optimize the code for messages resource bundle and support dynamic translation without restarting the IDE by @lkk214 in #224
- fix: Unable to receive notifications when changes are made to the doc… by @lkk214 in #228
- refactor: Add the right-click actions to the dynamic group and check … by @lkk214 in #232
- refactor: Optimized the components of the tool window by @lkk214 in #233
Full Changelog: v1.8.8...v1.8.11
v1.8.9 for JetBrains 2024.2
Full Changelog: v1.8.8...v1.8.9-SNAPSHOT
v1.8.8: bug fixes
1.8.8 (2024-08-07)
Bug Fixes
- codecomplete: handle empty range in collectInlays function (48901f8)
- devti: fix response body handling in ResponseBodyCallback #209 (cef9581)
- Failed to reset on the autoDevSettings UI (8b16443)
- fix import (50f3c8b)
- LLMInlayManager: use InlayModelImpl for inlay model (86d0840)
- wrong trigger when user typing from code. (08f8fbb)
Features
v1.8.7-RELEASE
Full Changelog: v1.8.6-RELEASE...v1.8.7-RELEASE
v1.8.6-RELEASE
Full Changelog: v1.8.6-SNAPSHOT...v1.8.6-RELEASE
v1.8.6-SNAPSHOT
Full Changelog: v1.8.5-RC...v1.8.6-SNAPSHOT
v1.8.5-RC
Full Changelog: v1.8.4-RC...v1.8.5-RC
v1.8.4-RC
Full Changelog: v1.8.3-RC...v1.8.4-RC
v1.8.3-RC
What's Changed
- fix(#124): support stop receive chat message by @hanrw in #149
- add support for flow control in DevInsProcessProcessor by @ymli0215 in #150
- better generate test by @jialiu-github in #153
- fix: should wrap runReadAction when read PsiElment fields #154 by @jialiu-github in #155
- fix: change prompts to fix issue #156, but this is not the best way #156 by @jialiu-github in #157
- fix: wrap runReadAction #154 by @jialiu-github in #158
- fix: should not include unselected file when generate commit message … by @jialiu-github in #161
- CustomAgent : add timeout for big agent by @ymli0215 in #163
- fix : if subfolder exists, createChildDirectory() will throw "xxx alr… by @ymli0215 in #165
- bugfix:修复解决需要重启才能刷新Custom Engine Prompt(Json) 配置问题 by @c913168497 in #173
- feat: 增加新特性,可以正则过滤编辑器选中的内容,提问内容更加精简,明确 by @c913168497 in #174
- fix agent被多次呼叫時,會重複subscribe的問題 by @ymli0215 in #182
New Contributors
- @hanrw made their first contribution in #149
- @ymli0215 made their first contribution in #150
- @c913168497 made their first contribution in #173
Full Changelog: v1.8.2-RC...v1.8.3-RC