Releases: mattvr/ShellGPT
Releases · mattvr/ShellGPT
0.2.8
0.2.7
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
- Add REPL mode (
gpt --repl 'optional start message'
) - Add code mode (
gpt --code 'print the first 100 prime numbers using typescript')
)
0.2.6
0.2.5
Installation
Install this version by running the following command:
deno run -rA https://deno.land/x/shellgpt/install.ts
Changelog
- Add installation script
install.ts
- Add auto-updating feature
- Detect and use shell context for
gpt -x
(e.g. zsh, bash, fish, powershell, etc.) - Add better text formatting of prompts and messages in general
- Improve
gpt --history
output to include snippets of each conversation
0.2.3
0.2.2
0.2.1
0.2.0
Bumping version to see if it fixes an issue with https://deno.land/