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
-
This release includes several new features, optimizations and bug fixes:
--shell
.--describe-shell
or-d
to generate explanation for commands..sgptrc
file.--temperature
was change to 2.sgpt
crashes.exit()
in REPL mode.Describe shell commands
When executing a shell command suggestion using
--shell
the prompt has be changed. There are 3 new options:Same logic works in
--repl
mode: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-shell
or-d
. It allows you to generate explanation for shell commands:Execute commands by default
New configuration parameter
DEFAULT_EXECUTE_SHELL_CMD
(false
by default), iftrue
will executing commands when callingsgpt --shell
if 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