Skip to content

Releases: AnswerDotAI/dialoghelper

v0.2.30

23 Apr 02:25

Choose a tag to compare

New Features

  • Add realpath and list_dialogs tools, plus termskill module for driving dialoghelper from a terminal (#188)

v0.2.29

14 Apr 00:35

Choose a tag to compare

New Features

  • Add json=True parameter to paste_msg call_endpa invocation (#185)

Bugs Squashed

v0.2.28

13 Apr 22:36

Choose a tag to compare

New Features

  • Add json=True parameter to paste_msg call_endpa invocation (#185)

Bugs Squashed

v0.2.27

31 Mar 04:11

Choose a tag to compare

New Features

  • Add add_mod, event_once, js_run, and js_eval helpers with async variants for JS module injection and browser-side evaluation (#183)

v0.2.26

30 Mar 16:23

Choose a tag to compare

New Features

  • Add InputForm (#181)

Bugs Squashed

  • Handle error response in curr_dialog (#180), thanks to @ncoop57
  • fix rename issue via use of __DIALOG_NAME env. (#178), thanks to @PiotrCzapla

v0.2.25

27 Mar 23:04

Choose a tag to compare

New Features

  • Add InputForm (#181)

Bugs Squashed

  • Handle error response in curr_dialog (#180), thanks to @ncoop57
  • fix rename issue via use of __DIALOG_NAME env. (#178), thanks to @PiotrCzapla

v0.2.24

26 Mar 04:40

Choose a tag to compare

New Features

  • Wrap load_dialog response in "full" ToolResponse so it is not truncated (#176)

v0.2.23

22 Mar 09:05

Choose a tag to compare

New Features

Bugs Squashed

  • reverse split order in url2note for correct message ordering (#174), thanks to @RensDimmendaal

v0.2.22

16 Mar 22:49

Choose a tag to compare

New Features

  • Add include_skipped param (#172)

v0.2.21

16 Mar 04:14

Choose a tag to compare

New Features

  • Switch event funcs to **kwargs, support ~ in file_edit paths (#171)
  • Add Google Sign-In integration for SolveIt-hosted apps (#170), thanks to @ncoop57
  • add cross dialog msg references (#167), thanks to @RensDimmendaal