Skip to content

Releases: stoerr/CoDeveloperGPTengine

Release 3.0.2 of the Co-Developer GPT Engine

24 Feb 16:45
Compare
Choose a tag to compare

The Co-Developer GPT engine can be used as actions in a GPT and as ChatGPT plugin to let ChatGPT work as an AI assistant which can use the tool bench with the following operations:

  • 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

This release contains various small improvements in the responses and documentation updates - compare the documentation site CoDeveloperGPTengine.stoerr.net.

Downloads

What's Changed

  • Various small improvements in the responses
  • Site update; especially remove the loca.lt recommendation since that does not work anymore. :-(

Full Changelog: release-3.0.1...release-3.0.2

Co-Developer GPT Engine release 3.0.1

28 Jan 11:27
Compare
Choose a tag to compare

The Co-Developer GPT engine can be used as actions in a GPT and as ChatGPT plugin to let ChatGPT work as an AI assistant which can use the tool bench with the following operations:

  • 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

This release contains various small improvements in the responses and documentation updates - compare the documentation site CoDeveloperGPTengine.stoerr.net.

Downloads

What's Changed

  • Various small improvements in the responses
  • Site update

Full Changelog: release-3.0.0...release-3.0.1

Co-Developer GPT Engine release 3.0.0

31 Dec 18:26
Compare
Choose a tag to compare

The Co-Developer GPT Engine can be used as actions in a GPT and as ChatGPT plugin to let ChatGPT work as an AI assistant which can use the tool bench with the following operations:

  • 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 a renaming from originally Developers ChatGPT ToolBench because OpenAI seems to want ChatGPT plugins die and thus this focuses on providing the actions for a GPT. The documentation site has been moved to CoDeveloperGPTengine.stoerr.net.

Downloads

What's Changed

  • Renaming: Developers ChatGPT Toolbench to Co-Developer GPT Engine by @stoerr in #9
  • Bump various dependency versions by @dependabot : #8 , #7 , #6 , #5 , #4

Full Changelog: release-2.0.0...release-3.0.0

Developers ChatGPT Toolbench 2.0.0

16 Dec 21:25
Compare
Choose a tag to compare

The Developers ChatGPT ToolBench can be used as actions in a GPT and as ChatGPT plugin to let ChatGPT work as an AI assistant which can use the tool bench with the following operations:

  • 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 extensive documentation site and support to run as a ChatGPT plugin in a GPT directly, without the local plugin development mode of ChatGPT that was necessary so far.

Downloads

What's Changed

  • Documentation and some extensions to make it work in a GPT by @stoerr in #2

Full Changelog: release-1.1.0...release-2.0.0

Developers ChatGPT Toolbench 1.1.0

09 Sep 10:49
Compare
Choose a tag to compare

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.

Release 1.0.0

12 Aug 15:42
Compare
Choose a tag to compare

This is the first release of the ChatGPT Developer Toolbench. Please view the description in the README

You can download it as Github Package - you'll need only the executable JAR developers-chatgpt-toolbench-plugin-1.0.0.jar

Full Changelog: https://github.com/stoerr/DevelopersChatGPTToolBench/commits/release-1.0.0