Skip to content

v2.0.0-beta.7

Compare
Choose a tag to compare
@phodal phodal released this 06 Mar 14:18
· 1328 commits to master since this release
67f2b31

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)