Skip to content

Releases: unit-mesh/auto-dev

v2.0.0-beta.7

06 Mar 14:18
67f2b31

Choose a tag to compare

Bug Fixes

  • llm: handle empty custom LLMs gracefully (063c304)

Features

  • compatibility: add 223 compatibility resources #327 (b76d2ab)
  • docker: add Docker connection and runtime support #306 (dd0adfc)

2.0.0-beta.6 (2025-03-06)

Bug Fixes

  • bridge.vm: update api endpoints output format (8199655)
  • bridge.vm: update migration plan comments to reflect user updates (e70e1c0)
  • compiler: adjust directory listing logic for depth control #308 (8e2e2c0)
  • compiler: log toolchain execution errors (4f3ab88)
  • database: add timeout to SQL execution future (9c7612f)
  • editor: add error handling for text updates and dependencies (d61e083)
  • endpoints: handle exceptions in WebApiViewFunctionProvider (d947ee5)
  • endpoints: handle progress indicator for async API collection (eafcf83)
  • knowledge: format code snippet output with newline (5f34372)
  • knowledge: handle invalid API format with file lookup #308 (8c8ade1)
  • knowledge: wrap file path access in runReadAction (0979670)
  • lexer: handle empty text segments in DevInLexer (9035f46)
  • lexer: handle special chars in text segments (6beb383)
  • sketch: handle empty and newline inputs in SketchInputListener (b6f986d)
  • sketch: handle empty and newline inputs in SketchInputListener (d22f0d3)
  • ui: change error notification to warning for empty patches (b7d6b2a)
  • web-api: format web API endpoints output with code block (6b07457)

Features

  • archview: add methods and slots to UiComponent (e180831)
  • archview: enhance component view output with count (38b3369)
  • archview: format module list output as code block (1fef0f6)
  • compiler: add directory compression for deep nesting #308 (0bdb5e6)
  • compiler: add parallel directory node support #308 (20025bd)
  • compiler: enhance DirInsCommand with smart depth control and compact mode (b433e8d)
  • compiler: limit directory listing depth to 2 (d3637f6)
  • completion: add toolchain command completion support #308 (d83285e)
  • component-view: add mode support for component collection (295ad13)
  • endpoints: add callee lookup for related classes #308 (93756d3)
  • endpoints: add EndpointKnowledgeWebApiProvider for API call tree lookup #308 (6eab126)
  • endpoints: add file name to web API endpoint output #308 (685c29c)
  • endpoints: add WebApiView toolchain function #308 (1129c14)
  • endpoints: enhance web API endpoint display format (9e0969d)
  • gradle: detect Gradle DSL type in JavaBuildSystemProvider (b464574)
  • javascript: add callee lookup for JS functions #308 (eacc191)
  • javascript: add JavaScript type resolver and related class provider #308 (7fd9580)
  • knowledge: add KnowledgeWebApiProvider extension #308 (696d1a7)
  • knowledge: add support for additional HTTP methods (a8ac29d)
  • knowledge: init KnowledgeFunctionProvider #308 (52f2449)
  • kotlin: add callee lookup for Kotlin functions #308 (55ad595)
  • sketch: add toolchain function support in DevIns #308 (be0e071)
  • toolchain: add toolchain icon and improve command completion #307 (6b3e887)

v2.0.0-beta.5

01 Mar 07:55
772eda9

Choose a tag to compare

follow to update config: https://ide.unitmesh.cc/quick-start

[
  {
    "name": "GLM4-Plus",
    "url": "https://open.bigmodel.cn/api/paas/v4/chat/completions",
    "auth": {
      "type": "Bearer",
      "token": "sk-ii"
    },
    "requestFormat": "{ \"customFields\": {\"model\": \"glm-4-plus\", \"stream\": true}}",
    "responseFormat": "$.choices[0].delta.content",
    "modelType": "FastApply"
  },
  {
    "name": "DeepSeek R1",
    "url": "https://api.deepseek.com/chat/completions",
    "auth": {
      "type": "Bearer",
      "token": "sk-ii"
    },
    "requestFormat": "{ \"customFields\": {\"model\": \"deepseek-reasoner\", \"stream\": true}}",
    "responseFormat": "$.choices[0].delta.content",
    "modelType": "Plan"
  }
]

v2.0.0-beta.4

27 Feb 05:38
2dfcc58

Choose a tag to compare

follow to update config: https://ide.unitmesh.cc/quick-start

[
  {
    "name": "GLM4-Plus",
    "url": "https://open.bigmodel.cn/api/paas/v4/chat/completions",
    "auth": {
      "type": "Bearer",
      "token": "sk-ii"
    },
    "requestFormat": "{ \"customFields\": {\"model\": \"glm-4-plus\", \"stream\": true}}",
    "responseFormat": "$.choices[0].delta.content",
    "modelType": "FastApply"
  },
  {
    "name": "DeepSeek R1",
    "url": "https://api.deepseek.com/chat/completions",
    "auth": {
      "type": "Bearer",
      "token": "sk-ii"
    },
    "requestFormat": "{ \"customFields\": {\"model\": \"deepseek-reasoner\", \"stream\": true}}",
    "responseFormat": "$.choices[0].delta.content",
    "modelType": "Plan"
  }
]

Bug Fixes

  • archview: remove leading slash in WebApi command #308 (cd724e3)
  • bridge: correct file opening parameters in StructureCommandUtil #319 (40528eb)
  • container: refactor DockerContextProvider to use PsiFileImpl #306 (c17776b)
  • core: prevent empty input processing in SketchInputListener (95a0088)
  • core: simplify invokeLater call in SketchToolWindow #308 (49b3ee1)
  • docker: update FROM regex to support platform and alias syntax #306 (67e44de)
  • java: handle null newTestMethod in JavaCodeModifier #312 (00db051)
  • llm-provider: correct initial message check and add document listener #271 (699cc0a)
  • prompting: improve language block handling in PromptOptimizer #317 (8ea5d35)
  • provider: add logging for model requests and extend modelType options #271 (1020aa1)
  • schema: correct filename for custom LLM schema (9ce0ae6)
  • vue: update file type for virtual files in VueUIComponentProvider (bfaa587)

Features

  • assessment: add SccFunctionProvider for SCC command #308 (45fcf80)
  • assistant: enhance legacy system migration guidance #308 (809ab40)
  • bridge: add bridge.vm template and update bridge components #308 (b1d25cb)
  • bridge: add BridgeToolProvider and update tool list formatting #308 (e9c3fbc)
  • bridge: add BridgeToolWindow and enhance SketchToolWindow #308 (76ca561)
  • bridge: add ComponentViewFunctionProvider and refactor BridgeCommandProvider #319 (3012be0)
  • bridge: add StylingViewFunctionProvider for CSS file handling #319 (e435187)
  • chat: add BRIDGE action type and translations #308 (bb4be32)
  • container: add dev container support and integrate Docker gateway #306 (a66f465)
  • container: add DockerContextProvider for chat context #306 (d57bccb)
  • container: enhance Dockerfile service with Docker connection support #306 (88654aa)
  • core: add JsonText and JsonPath param types #271 (ffe2bb3)
  • custom: add AutoDevNotifications on non-empty output #271 (f21ec5c)
  • docker: add Docker support to 223 #306 (b1e7a1b)
  • docker: add Dockerfile parser and enhance context provider #306 (12f801c)
  • docker: enhance DockerContextProvider with regex and runReadAction #306 (2649ffd)
  • docker: implement DockerContextProvider and RunDockerfileService #306 (b1a53d3)
  • editor: implement right toolbar and preview layout for file editor (dd53855)
  • ext-container: enhance Docker context provider with error handling #306 (d382e71)
  • javascript: add ReactUIComponentProvider for UI component collection #319 (5527d13)
  • knowledge: add history function provider for knowledge transfer (97bfac8)
  • openrewrite: add OpenRewrite plugin integration #319 (78d7fed)
  • plugins: add Jupyter support and update plugin configurations (bc86beb)
  • prompting: add PromptOptimizer to trim code spaces #317 (44d00c6)
  • prompting: enhance trimCodeSpace to handle Python code #316 (e477111)
  • scc: add SCC wrapper for code analysis #319 (6155a78)
  • schema: add modelType field with predefined options to JSON schema #271 (5092cc0)
  • schema: refactor and extend JSON schema providers #271 (49d0bfe)
  • settings: add trim code option before sending #317 (643bb41)
  • toolchain: add funcNames method to ToolchainFunctionProvider (6bbed83), closes #308
  • tools: enhance AgentTool and add new tool examples #308 (4cc3dd8)
  • *...
Read more

v2.0.0-beta.3

19 Feb 14:40
abdccfa

Choose a tag to compare

Bug Fixes

  • add binary check to AutoDevInputSection and VueRelatedClassProvider (89608ae)
  • dependencies: update file extension check and visibility logic #308 (df10e23)
  • editor: adjust resize logic for EditorFragment (e4e82e3)
  • java: simplify module data retrieval in JavaBuildSystemProvider (5e82be8)
  • java: update module data retrieval in JavaBuildSystemProvider (92a7f91)
  • Remove redundant code and optimize tool window content creation (3059127)
  • Remove redundant code and optimize tool window content creation (c110e0c)
  • remove unused import and adjust null checks (d175671)
  • ripgrep: handle binary lookup exceptions gracefully (41357c5)
  • runner: replace with AutoDevNotifications for warnings (ec280c8)
  • search: correct RIPgrep installation link formatting (6a7acbe)
  • sketch: add project disposal check in CodeHighlightSketch #288 (4206c36)
  • sketch: add project disposal check in SketchInputListener (1abd39f)
  • sketch: Add text selection to SketchToolWindow (5b4dea6)
  • sketch: optimize TerminalSketchProvider URL handling (5cb68ba)
  • 修复错误 import (7fa2e1f)

Code Refactoring

  • remove system block and adjust related tests (c60086e)

Features

  • add dependencies check action #308 (8eb88bf)
  • add dependencies function provider and auto check #308 (566d173)
  • add Swagger plugin support to Gradle properties (4d29865)
  • add toolchain command support and dependencies function provider #308 (5953d61)
  • build: add support for detecting package files in build systems #316 (ac41bb1)
  • code-highlight: add fileName support and improve write command #208 (4133f23)
  • code: default to markdown for code fences and preview (4d0b823)
  • commands: add BROWSE to READ_COMMANDS and simplify BrowseInsCommand (ec7a607)
  • completion: add STRUCTURE command to completion options (cc6862a)
  • dependencies: add action to check dependencies #308 (d78a46a)
  • dependencies: add dependency collection for Maven and Gradle #308 (b784624)
  • dependencies: add formatted dependency output to DependenciesFunctionProvider #308 (bb5439b)
  • dependencies: add project dependencies model and inspections #316 (16f8bdc)
  • editor: add preview editor support to EditorFragment (c07eee8)
  • go: add GoBuildSystemProvider for dependency management #308 (bd5d893)
  • go: add GoLangPlaygroundSketchProvider (1b9a5e6)
  • go: implement module retrieval functionality in GoBuildSystemProvider #308 (76e0329)
  • inline-chat: handle ESC key to close panel (#302) (f8019d9), closes #301
  • lint: add tool ID to SketchInspectionError (991cec8)
  • lint: add UI for displaying lint inspection errors #288 (6640073)
  • openapi: add OpenAPISketchProvider support (052952a)
  • preview: set default layout for file editor preview (6bc690f)
  • python: add Python build system provider #308 (5ffcfa4)
  • sketch: Add interrupt handling and process listeners (#300) (170e77f)
  • sketch: add localized lint error messages (6f61f81)
  • sketch: enhance inspection and error handling in PsiErrorCollector #288 (df51262)
  • sketch: enhance patch repair UI and add editor retrieval (39d1e71)
  • structure: enhance file structure retrieval and presentation #309 (561d646)
  • ui: include file name in task progress display (9733140)
  • vue: add VueRelatedClassProvider and integrate Vue module #309 (0831873)
  • vue: enhance Vue-related class provider and add tests #309 (2734789)
  • 多窗口, 优化输出不会刷新Process (#297) (4c442df)

What's Changed

  • feat(sketch): Add interrupt handling and process listeners by @lkk214 in #300
  • feat: 多窗口, 优化输出不会刷新Process by @c913168497 in #297
  • feat(inline-chat): handle ESC key to close panel by @iptton in #302
  • refactor(inline): improve caret state handling logic by @iptton in #303
  • Fix editor esc handler by @iptton in #304

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

11 Feb 03:43
96a1c55

Choose a tag to compare

v2.0.0-alpha.11

07 Feb 11:45
9ad7006

Choose a tag to compare

Bug Fixes

  • Add Disposable to CodeHighlightSketch and optimize Terminal UI (ac386fd)
  • Add lang dependency, enable startup activity, and define new extension points #283 (de6c499)

Features

  • Add script path to run config and enhance dir listing checks (ffa8030)
  • diff: enhance SingleFileDiffView with editor param and optimize stream handling (a44f4ea)
  • diff: enhance SingleFileDiffView with editor param and optimize stream handling``` (0e32fd1)
  • Enhance terminal UI with new icons and button styles #265 (da9527a)
  • Enhance WebView buttons with cursor and border styles (601e0e4)
  • javascript: detect build tool and framework dynamically (d24b458)
  • Update UI elements with new icons and improved button styles (3ae99ad)

v2.0.0-alpha.10

06 Feb 07:29
a0299a2

Choose a tag to compare

What's Changed

  • refactor(llm): convert LlmProvider to non-singleton by @iptton in #273

Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.10

v2.0.0-alpha.8

25 Jan 14:14
20c46b2

Choose a tag to compare

Bug Fixes

  • snippet: handle null scratch file creation (e42b0ff)
  • terminal: use detected shell for script execution (fc09faf)

v2.0.0-alpha.7: fix(terminal): handle terminal text retrieval with reflection

24 Jan 01:46
b8cc0e6

Choose a tag to compare

Bug Fixes

  • commands: disable certain builtin commands by default (3c00fa1)
  • compiler: adjust text length validation and file search logic (3fe7324)
  • compiler: remove unused process handler code (955716d)
  • ripgrep: change JSON parse error log level to warn (2e4f368)
  • shell: handle LightVirtualFile in ShellRunService (f48b510)
  • sketch: correct typo in answer tags and improve scroll logic #263 (0ef403c)
  • terminal: handle terminal text retrieval with reflection (b8cc0e6)

Features

  • commands: add isApplicable method to InsCommand (172f8d1)
  • compiler: add RipgrepSearchInsCommand and optimize file search (613090a)
  • completion: add database function completions (8509986)
  • database: format database schema output as SQL code block (dff81b6)
  • ripgrep: add ripgrep search command and implementation (055c080)
  • ripgrep: buffer JSON lines for incomplete parsing (1731623)
  • run: fallback to CLI mode when run service fails (ba3ab9c)
  • shell: make shell scripts executable before running (cdc38b4)
  • sketch: add send functionality and enableInSketch flag (4cf2fe6)
  • sketch: add WebpageSketchProvider for HTML support #265 (115bb28)
  • terminal: add "Send to Sketch" button and filter terminal output (c352e9a)
  • terminal: enhance shell execution with process output handling (0068040)
  • ui: set minimum width for URL field and add border to WebView #265 (b29be86)
  • webview: add URL field and refresh button to WebViewWindow #265 (d798b40)

v2.0.0-alpha.6

19 Jan 14:28
9b92472

Choose a tag to compare

Bug Fixes

  • 243: init 243 version support (e2b3311)
  • compiler: skip ignored and .idea/ files in local search (90c5413)
  • file-command: improve file lookup logic for FileInsCommand #257 (b8931c9)
  • i18n: correct test connection button tooltip message (75db5be)
  • sketch: correct logic for filtering DevIn code blocks #257 (ade1a8f)
  • terminal: handle null editor case in popup positioning (26d4127)
  • terminal: update langSketchProvider implementation and platform version (99c327b)

Features

  • coroutine: add worker thread dispatcher and scope (7410128)
  • file-utils: add findFile utility for project file search (c8db562), closes #257
  • terminal: 添加对平台版本 243 的支持 (1e9ba5e)