Releases: stoerr/CoDeveloperGPTengine
Release 3.2.0 of the Co-Developer GPT Engine
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
- View the detailed description on the project site ; a quickstart is available.
- Download it from the Github Package - specifically the executable JAR co-developer-gpt-engine-3.2.0.jar
- Run it from a docker container stoerr/co-developer-gpt-engine.
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
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
- View the detailed description on the project site ; a quickstart is available.
- Download it from the Github Package - specifically the executable JAR co-developer-gpt-engine-3.1.0.jar
- Run it from a docker container stoerr/co-developer-gpt-engine.
What's Changed
- Various version bumps by @dependabot
- Introduce arguments for actions by @stoerr in #29
Full Changelog: release-3.0.2...release-3.1.0
Release 3.0.2 of the Co-Developer GPT Engine
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
- View the detailed description on the project site ; a quickstart is available.
- Download it from the Github Package - specifically the executable JAR co-developer-gpt-engine-3.0.2.jar
- Run it from a docker container stoerr/co-developer-gpt-engine.
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
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
- View the detailed description on the project site ; a quickstart is available.
- Download it from the Github Package - specifically the executable JAR co-developer-gpt-engine-3.0.1.jar
- Run it from a docker container stoerr/co-developer-gpt-engine.
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
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
- View the detailed description on the project site ; a quickstart is available.
- Download it as Github Package - specifically the executable JAR co-developer-gpt-engine-3.0.0.jar
- Run it from a docker container stoerr/co-developer-gpt-engine.
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
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
- View the detailed description in the README
- Download it as Github Package - specifically the executable JAR developers-chatgpt-toolbench-plugin-2.0.0.jar
- Run it from a docker container stoerr/developers-chatgpt-toolbench-plugin
What's Changed
Full Changelog: release-1.1.0...release-2.0.0
Developers ChatGPT Toolbench 1.1.0
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
- View the detailed description in the README
- Download it as Github Package - specifically the executable JAR developers-chatgpt-toolbench-plugin-1.1.0.jar
- Run it from a docker container stoerr/developers-chatgpt-toolbench-plugin
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
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