Skip to content

v2.0.0-ALPHA2

Compare
Choose a tag to compare
@phodal phodal released this 14 Jan 15:11
· 201 commits to master since this release
e48309e

Features

  • compiler: add DIR command for listing files and directories #257 (60378f7)
  • completion: add directory reference completion support #257 (2c4e493)
  • core: add JSON and HTTP extension points (e48309e)
  • database: add SqlRunService and DatabaseFunctionProvider #257 (9fcd816)
  • gui: update AutoDev tool window content creation #257 (cc5373d)
  • inline-chat: enhance inline chat with context and template rendering #257 (38a5fd4)
  • java: add related symbol resolution and command #257 (8e70b21)
  • json: add optional JSON module dependency #257 (232c801)
  • parser: add support for DevIns code format #257 (4c77940)
  • parser: improve DevIn code block parsing logic #257 (f09b369)
  • prompting: expose collectFrameworkContext as public method #257 (d672fc2)
  • run: add DevInRunService for .devin file execution #257 (d3ac095)
  • run: refactor and extend RunService for file execution #257 (15656e1)
  • search: enhance local search with context lines and scope support (fad212f), closes #257
  • search: replace GrepSearch with LocalSearch command #257 (f9a112d)
  • shell: add ShellUtil for detecting available shells #257 (02f4293)
  • shell: add support for shell script execution #257 (f454226)
  • shell: support dynamic shell content execution #257 (fb6279a)
  • sketch: add sketch functionality and rename InlineChatPanelView to ChatSketchView #257 (cc762f1)
  • sketch: add SketchRunContext and SketchToolchain #257 (1399b02)
  • sketch: add toolchain provider and refactor sketch UI #257 (0ad8531)
  • sketch: add toolList support and refactor toolchain #257 (c160a7d)
  • sketch: enhance toolchain and add open command #257 (7093f33)
  • templates: enhance context variable usage in templates (587d64d)
  • toolchain: add toolchain function provider and database command #257 (dd1b375)
  • toolwindow: add sketch panel and improve editor handling #257 (4732572)
  • update: add AutoDevUpdateStartupActivity and refactor UI components #257 (0e92133)

Bug Fixes

  • devins-lang: update dir.devin example to use correct syntax (ea93fa3)
  • git: handle unformatted commit message text #257 (bc5c4e9)
  • parser: add 'bash' as alias for 'Shell Script' in CodeUtil #257 (8b6816f)
  • run: handle run failure and cleanup scratch file #257 (8a2e422)