Release 0.9.1 #250
Closed
TheR1D
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release includes several new features, optimizations and bug fixes:
--shell.--describe-shellor-dto generate explanation for commands..sgptrcfile.--temperaturewas change to 2.sgptcrashes.exit()in REPL mode.Describe shell commands
When executing a shell command suggestion using
--shellthe prompt has be changed. There are 3 new options:Same logic works in
--replmode:sgpt -s --repl temp Entering shell REPL mode, type [e] to execute commands or [d] to describe the commands, press Ctrl+C to exit. >>> install docker brew install docker >>> d Installs Docker using the Homebrew package manager. >>> e ...Added new option
--describe-shellor-d. It allows you to generate explanation for shell commands:Execute commands by default
New configuration parameter
DEFAULT_EXECUTE_SHELL_CMD(falseby default), iftruewill executing commands when callingsgpt --shellif no input was passed (enter). So we don't have to type "y" or "e" to execute command.Shoutout to all contributors: @chinarjoshi, @konstantin-goldman, @Daeinar, @eitamal, @cosmojg.
This discussion was created from the release 0.9.1.
Beta Was this translation helpful? Give feedback.
All reactions