Skip to content

Co-Developer GPT Engine release 3.0.0

Compare
Choose a tag to compare
@stoerr stoerr released this 31 Dec 18:26
· 122 commits to develop since this release

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