Skip to content

v0.7.2 - dify integration support

Compare
Choose a tag to compare
@phodal phodal released this 05 Sep 07:05
· 1037 commits to main since this release
9aa9b8a

Bug Fixes

  • runtime: switch to workerThread for terminal UI tasks execution #72 (53672d3)

Features

  • database: add function to retrieve and display database info (c30dd13)
  • httpclient: enable pass variable table value to curl.sh file (615b280)
  • middleware: add DiffProcessor support #66 (b3110f6)
  • middleware: add Patch processor for applying code patches (425fdb4)
  • parser: enable regex pattern function support (8f88ddd)
  • parser: implement custom ShireGrepFuncCall and refactor related components (4a319ec)
  • parser: implement sed function call and improve injection handling (00f3aca)
  • shirelang: implement regex pattern support for 'grep' function (e3bb682)
  • testing: add Shire language annotation to test cases and implement shell script runner (9c53db9)