Releases: pgosar/ChatGDB
Releases · pgosar/ChatGDB
v1.2.0
Adds support for choosing the model you want to use (gpt-4 or gpt-3.5-turbo).
Fixes bug where the tool doesn't answer questions that are unrelated to GDB or LLDB.
v1.1.0
Adds LLDB support
BREAKING CHANGE: There is no longer a core.py file after some refactoring for LLDB support. Look in the README for updated commands to run to source the appropriate script in your debugger.
v1.0.0
First stable release of ChatGDB!
Features:
- generate and explain gdb commands
- ask questions within gdb
- a CLI tool to quickly add API keys