[go: up one dir, main page]

Skip to content

Releases: djcopley/ShellOracle

v1.5.0

01 Sep 04:24
fb85276
Compare
Choose a tag to compare

What's Changed

  • Use hatch for build backend
  • Improve cli cold-start time by 600%

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 May 21:48
3c41fe2
Compare
Choose a tag to compare

What's Changed

  • Much better user error messaging
  • Add action suggestions to help users configure shelloracle for the first time

Full Changelog: v1.3.1...v1.4.0

v1.3.1

27 Apr 18:20
5dd0a02
Compare
Choose a tag to compare

Bugfix

  • Fixed an issue where shelloracle home doesn't exist before logger tries to write to a file

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Apr 18:07
3e38ec4
Compare
Choose a tag to compare

What's Changed

  • Added local logging to help debug issues
  • Catch exceptions and print concise user errors (full traceback captured in logs)
  • Easter egg! Users can now customize their spinner by setting the [shelloracle] spinner_style option in their ~/.shelloracle/config.toml. See cli-spinners for all options!

NOTE: If installing with pipx for the first time, you will need to rerun shor configure to update your shell scripts

Full Changelog: v1.1.2...v1.3.0

v1.1.2

27 Apr 16:41
d6c95cb
Compare
Choose a tag to compare

What's Changed

  • Change Ollama default model to dolphin-mistral by @djcopley in #53

Bugfix

  • If ShellOracle data directory didn't exist, configuration wizard crashes

Full Changelog: v1.1.0...v1.1.2

v1.1.0

13 Feb 23:27
f5283cd
Compare
Choose a tag to compare

What's Changed

  • Progress spinner during command generation
  • Tokens are output live as they are generated

Full Changelog: v1.0.1...v1.1.0

v1.0.1

13 Feb 18:26
29624ca
Compare
Choose a tag to compare

Bugfix

  • Update development lifecycle status

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Feb 03:11
449bd24
Compare
Choose a tag to compare

What's Changed

  • Refactor shelloracle configuration
  • Move shell scripts into their own folder
  • Improve onboarding by prompting users through initial configuration
  • Improve error user error messaging during configuration

Full Changelog: v0.6.0...v1.0.0

v0.6.0

24 Jan 22:24
b9f17b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.6.0

v0.5.2

14 Jan 03:09
a8d4400
Compare
Choose a tag to compare

What's Changed

  • Add version flag argument
  • Add improved error handling for Ollama backend

Full Changelog: v0.5.1...v0.5.2