Releases: plasma-umass/ChatDBG
Releases · plasma-umass/ChatDBG
v1.0.1
v1.0.0
Bug fix release
What's Changed
- Added exit msgs by @khlevin in #54
- fix to tool_call crash by @stephenfreund in #55
Full Changelog: v0.7.0...V0.7.1
v0.7.0
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
- Set the default model to gpt-4o.
- Expose the
--instructionscommand line option to supply different instructions than the (possibly mode-specific) default.
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Full Changelog: v0.6.1...v0.6.3
v0.6.1
- 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
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
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
Bug fixes and enhancements.
Full Changelog: v0.3...v0.4