Skip to content

Releases: TheR1D/shell_gpt

0.8.1

28 Mar 20:19
a0eb1ad
Compare
Choose a tag to compare
  • Fixing bug with --show-chat (was crashing), fixing issue with prompts in --chat mode.
  • Added validation error for initiated --chat. Options --code and --shell now can't be passed to initiated chat, which was initated with oposite option, e.g. if --chat was created with --shell, we can't follow the session with --code.

0.8.0

28 Mar 18:07
f8fa845
Compare
Choose a tag to compare
  • Streaming response from OpenAI API by @parsapoorsh
  • --execute option was removed, --shell will be prompting for execute by default.
  • No more request preloads, loading spinner was removed.
  • Prompt engineering: accurate suggestions for --shell and --code.

0.7.3

18 Mar 20:57
1465c4a
Compare
Choose a tag to compare
  • Runtime configuration file ~/.config/shell_gpt/.sgptrc
  • Possibilty to setup some parameters in .sgptrc
  • Project structure and code improvements

0.7.2

18 Mar 13:40
c06dcea
Compare
Choose a tag to compare
  • Prebuilding Docker container using GitHub actions.
  • Tag Docker contianer with commit tags.
  • Publish container on GitHub container registry.

0.7.1

15 Mar 19:36
1312526
Compare
Choose a tag to compare
  • Prompt engineering improvements, sgpt will provide more accurate suggestions.
  • System recognition, sgpt will generate suggestions based on your OS and $SHELL.
  • Minor code/tests optimisation, README.md fixes and improvements.

0.7.0

05 Mar 15:10
Compare
Choose a tag to compare
  • Follow conversation option (chat mode).
  • Chat sessions management.
  • API requests caching.
  • Minor improvements.

0.6.0

02 Mar 22:44
Compare
Choose a tag to compare
  • Replaced GPT-3 models API request with ChatGPT (GPT-3.5).
  • Faster and more accurate responses.