Skip to content

Releases: stoerr/CoDeveloperGPTengine

Release 3.2.1 of the Co-Developer GPT Engine

Choose a tag to compare

@stoerr stoerr released this 30 Jan 17:54

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 user provided shell script (actions) with arguments and 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 version bumps by @dependabot
  • Documentation improvements, e.g. add comment how to set it up when you have a Apache2 with virtual hosts at your
    disposal, add new page for documentation of external actions
  • Some small improvements
  • Add pmcodevgpt : run a chat with the CoDeveloper engine on the command line by @stoerr in #35

Full Changelog: release-3.1.0...release-3.2.1

Release 3.2.0 of the Co-Developer GPT Engine

Choose a tag to compare

@stoerr stoerr released this 21 Sep 06:52

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 user provided shell script (actions) with arguments and 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 version bumps by @dependabot
  • Add pmcodevgpt : run a chat with the CoDeveloper engine on the command line by @stoerr in #35

Full Changelog: release-3.1.0...release-3.2.0

Release 3.1.0 of the Co-Developer GPT Engine

Choose a tag to compare

@stoerr stoerr released this 21 Sep 06:48

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

Full Changelog: release-3.0.2...release-3.1.0

Release 3.0.2 of the Co-Developer GPT Engine

Choose a tag to compare

@stoerr stoerr released this 24 Feb 16:45

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

Choose a tag to compare

@stoerr stoerr released this 28 Jan 11:27

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

Choose a tag to compare

@stoerr stoerr released this 31 Dec 18:26

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

Choose a tag to compare

@stoerr stoerr released this 16 Dec 21:25

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

Choose a tag to compare

@stoerr stoerr released this 09 Sep 10:49

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

Choose a tag to compare

@stoerr stoerr released this 12 Aug 15:42

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