Skip to content

Releases: mattvr/ShellGPT

0.2.8

19 Apr 12:48
555b88d
Compare
Choose a tag to compare

Installation

Install this version by running the following command:

deno run -rA https://deno.land/x/shellgpt/install.ts

Changelog

  • Fixes broken install/update script.

0.2.7

18 Apr 15:41
Compare
Choose a tag to compare

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

17 Apr 16:23
Compare
Choose a tag to compare

Installation

Install this version by running the following command:

deno run -rA https://deno.land/x/shellgpt/install.ts

Changelog

  • Fix update & install script

0.2.5

15 Apr 15:53
Compare
Choose a tag to compare

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

13 Apr 16:28
Compare
Choose a tag to compare

Improve model_not_found handling

0.2.2

13 Apr 01:26
Compare
Choose a tag to compare

Runs gpt --config on first use of the script.

This should help resolve the issue many are encountering where gpt-4 isn't available for them.

0.2.1

12 Apr 22:55
Compare
Choose a tag to compare

Fix gpt --config when using gpt-3.5-turbo

0.2.0

12 Apr 02:04
0892d51
Compare
Choose a tag to compare

Bumping version to see if it fixes an issue with https://deno.land/

0.1.4

11 Apr 17:20
Compare
Choose a tag to compare

Add --max_tokens, reduce GPT usage, fix bug with system prompt.

0.1.3

10 Apr 01:46
Compare
Choose a tag to compare

Initial release