Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: AnswerDotAI/dialoghelper

v0.1.18

25 Jan 04:21

Choose a tag to compare

New Features

  • Add dialog_link function and update_output param to message editing tools (#110)
  • add only_exp to find_msgs tool (#103), thanks to @KeremTurgutlu

Bugs Squashed

  • Update add_scr to use ephemeral OOB target (#109), thanks to @erikgaas
  • Fix cross dlg pollution (#108), thanks to @civvic

v0.1.17

21 Jan 06:22

Choose a tag to compare

New Features

  • Add dialoghelper_explain_dialog_editing (#107)

v0.1.16

21 Jan 05:50

Choose a tag to compare

New Features

  • Refactor: move inspecttools to toolslm, add @LLMTool decorators, extract tracetools (#106)
  • Support adding after/before a message in other dlgs; add headers_only/header_section params to find_msgs (#105)
  • Rename get* to sym*, add multi-symbol support to symtype/symval, add symtype_val (#104)

v0.1.15

19 Jan 04:28

Choose a tag to compare

Bugs Squashed

  • Fix _diff_dialog to check explicit dname parameter (#102)

v0.1.14

18 Jan 23:56

Choose a tag to compare

New Features

  • Add create_dialog and rm_dialog helper functions (#101)

v0.1.13

18 Jan 23:49

Choose a tag to compare

New Features

  • Add create_dialog and rm_dialog helper functions (#101)

v0.1.12

18 Jan 23:14

Choose a tag to compare

New Features

  • Add ids filter to find_msgs (#100)

v0.1.11

18 Jan 22:01

Choose a tag to compare

New Features

  • Improve symsrc with linecache fallback, add SymbolNotFound exception, rename doimport to importmodule (#99)
  • Handle error responses in find_msgs (#96)

Bugs Squashed

  • Use json=False for del_msg to match rm_msg_ response (#97), thanks to @erikgaas

v0.1.10

18 Jan 00:55

Choose a tag to compare

New Features

  • Improve symsrc with linecache fallback, add SymbolNotFound exception, rename doimport to importmodule (#99)
  • Handle error responses in find_msgs (#96)

Bugs Squashed

  • Use json=False for del_msg to match rm_msg_ response (#97), thanks to @erikgaas

v0.1.9

15 Jan 04:47

Choose a tag to compare

New Features

  • Add trunc_in param to find_msgs and view_dlg (#95), thanks to @erikgaas