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