Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@unconv unconv released this 01 Jul 14:55
· 88 commits to master since this release
c341667

Added

  • Ability to set default command line flags in config.json
  • --step-by-step flag to run tasklist step by step as separate messages to GPT
  • Ability to modify original prompt iteratively with GPT
  • Confirmation before detecting custom system message with GPT
  • Ability to skip a tasklist entirely
  • System message for PHP websites

Fixed

  • Enforcement of the --questions flag even when GPT responds with more questions
  • Exception when no output was generated from a failed terminal command
  • System message was detected again for each version when using --versions
  • Initial clarifying questions now are added to each version when using --versions
  • The tasklist is now added to each version when using --versions

Changed

  • By default, GPT-AutoPilot will ask whether you want to go through the tasklist step by step or as a single message. You can change this behavior with the flags --step-by-step and --single-tasklist
  • Changed the prompt for the system prompt detector
  • Clarification questions and their answers are now added to message history as actual assistant/user messages instead of a combined Q/A message.
  • Only the final tasklist after changes is kept in the message history
  • Unanswered clarifying questions are omitted from the message history and not sent to GPT
  • Default temperature from 0.9 to 1.0