Skip to content

Releases: pgosar/ChatGDB

v1.2.0

10 Apr 03:15
Compare
Choose a tag to compare

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

10 Apr 02:27
Compare
Choose a tag to compare

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

05 Apr 04:50
Compare
Choose a tag to compare

First stable release of ChatGDB!

Features:

  • generate and explain gdb commands
  • ask questions within gdb
  • a CLI tool to quickly add API keys

v1.0.4

09 Apr 00:08
Compare
Choose a tag to compare

Adds version command