Skip to content

Releases: sderev/shellgenius

0.1.16

23 Aug 17:32
5f042b7

Choose a tag to compare

0.1.15

07 Nov 11:17

Choose a tag to compare

Full Changelog: 0.1.14...0.1.15

0.1.14

20 Jun 11:59

Choose a tag to compare

Add --version

0.1.13

19 Jun 15:14

Choose a tag to compare

Handle RateLimitError

0.1.12

18 Jun 21:08

Choose a tag to compare

Refactor color output when no command is executed

0.1.11

18 Jun 20:25

Choose a tag to compare

Added error handling for subprocess call

This commit adds error handling for subprocess calls in the shellgenius cli.py file. Specifically, when executing the generated command with subprocess.run(), if the command fails, a 'Command failed' message with the relevant error is printed to the console using click.echo(). This provides better feedback to users when a command execution fails.

0.1.10

18 Jun 20:03

Choose a tag to compare

Refactor prompt to improve multilingual reponses

0.1.9

17 Jun 19:05

Choose a tag to compare

Upgrade dependencies

0.1.7

13 Jun 18:39

Choose a tag to compare

Refactor: update model version from 0301 and 0314 to 0613

0.1.6

24 May 20:49

Choose a tag to compare

Upgrade requests to prevent CVE-2023-32681