Releases: TheR1D/shell_gpt
Releases · TheR1D/shell_gpt
0.8.2
- Changed default temperature value to 0.1 (more accurate responses).
- Optimisation, command line option validations.
- Refactoring code base.
0.8.1
- 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
- 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
- Runtime configuration file
~/.config/shell_gpt/.sgptrc
- Possibilty to setup some parameters in
.sgptrc
- Project structure and code improvements
0.7.2
- Prebuilding Docker container using GitHub actions.
- Tag Docker contianer with commit tags.
- Publish container on GitHub container registry.
0.7.1
- 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
- Follow conversation option (chat mode).
- Chat sessions management.
- API requests caching.
- Minor improvements.
0.6.0
- Replaced GPT-3 models API request with ChatGPT (GPT-3.5).
- Faster and more accurate responses.