Skip to content

Developers ChatGPT Toolbench 1.1.0

Choose a tag to compare

@stoerr stoerr released this 09 Sep 10:49
· 198 commits to develop since this release

This is the second public release of the Developers ChatGPT ToolBench featuring the following operations that can support developers in efficient file management and execution of actions:

  • Listing the files in a directory
  • Reading the contents of a file
  • Writing content to a file / changing file content
  • Searching for regular expressions in files
  • Executing a shell script with given content as standard input
  • Fetching the text content of a URL

New in this release is the ability to transform HTML to ChatGPT friendly markdown and convert PDF to text. Additionally, there are improvements in file suggestions, error messages, and the inclusion of a maven site. The tool can also now be run from a docker container.

Downloads

What's Changed

  • FetchUrlTextContent now transforms HTML to ChatGPT friendly markdown and can convert PDF to text.
  • Modified ignore rules to permit .github for working on workflows.
  • Improved file suggestions in "file not found" message to ChatGPT.
  • Various fixes (e.g. in grepFiles with context lines) and improvements of error messages passed to ChatGPT.
  • Introduction of a maven site.

Full Changelog: link to full changelog comparison


This restructured release note provides a clear and organized presentation of the new features, changes, and download options for the Developers ChatGPT ToolBench.