Skip to content

Releases: plasma-umass/ChatDBG

v1.0.1

05 Nov 19:38
eb755f2

Choose a tag to compare

Last release with a minimum Python version of Python 3.9.
Likely will be bumped back to 3.10 in next release.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Apr 19:56
9c5ee89

Choose a tag to compare

Bug fix release

25 Dec 04:08
f2195fc

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...V0.7.1

v0.7.0

02 Sep 16:06
5886882

Choose a tag to compare

What's Changed

ChatDBG is now safe by default and won't let GPT call possibly harmful debugger commands.
The --unsafe flag can be passed to allow any function call.

Full Changelog: v0.6.4...v0.7.0

v0.6.4

22 May 16:53
5d54133

Choose a tag to compare

  • Set the default model to gpt-4o.
  • Expose the --instructions command line option to supply different instructions than the (possibly mode-specific) default.

Full Changelog: v0.6.3...v0.6.4

v0.6.3

12 May 22:25
dd28773

Choose a tag to compare

Full Changelog: v0.6.1...v0.6.3

v0.6.1

01 May 19:17
07c1fdc

Choose a tag to compare

  • Minor fix over v0.6.
  • Improved support for GDB.
  • Consistent formatting and outputs across all debuggers.
  • Upgrade minimum to Python 3.10 -- IPython requires >=3.10 by @nicovank in #41

Full Changelog: v0.5...v0.6.1

v0.6

01 May 18:59
a05921d

Choose a tag to compare

What's Changed

  • Improved support for GDB.
  • Consistent formatting and outputs across all debuggers.
  • Upgrade minimum to Python 3.10 -- IPython requires >=3.10 by @nicovank in #41

Full Changelog: v0.5...v0.6

Numerous improvements

10 Apr 17:22

Choose a tag to compare

What's Changed

  • Many changes (see v0.4, which did not get pushed to PyPi due to an oversight).
  • Ignore any warnings LiteLLM might emit on import by @nicovank in #38

Full Changelog: v0.3...v0.5

v0.4

24 Mar 17:53

Choose a tag to compare

Bug fixes and enhancements.

Full Changelog: v0.3...v0.4