Skip to content

Releases: pgosar/ChatGDB

v1.2.0

Choose a tag to compare

@pgosar pgosar released this 10 Apr 03:15

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

Choose a tag to compare

@pgosar pgosar released this 10 Apr 02:27

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

Choose a tag to compare

@pgosar pgosar released this 05 Apr 04:50

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

Choose a tag to compare

@pgosar pgosar released this 09 Apr 00:08

Adds version command