Recent Releases of shelloracle

shelloracle - v1.9.0

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.8.0...v1.9.0

- Python
Published by djcopley about 1 year ago

shelloracle - v1.8.0

What's Changed

  • Add Google Gemini provider by @lpgn in https://github.com/djcopley/ShellOracle/pull/79
  • Add fish shell support by @lpgn in https://github.com/djcopley/ShellOracle/pull/82
  • Add generic provider for OpenAI-compatible API's

New Contributors

  • @lpgn made their first contribution in https://github.com/djcopley/ShellOracle/pull/79! Thanks!

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.7.0...v1.8.0

- Python
Published by djcopley over 1 year ago

shelloracle - v1.7.0

What's Changed

  • Added Deepseek provider

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.6.1...v1.7.0

- Python
Published by djcopley over 1 year ago

shelloracle - v1.6.1

Fixes

  1. Fix readme gif link
  2. Fix readme LLM provider list

- Python
Published by djcopley over 1 year ago

shelloracle - v1.6.0

What's Changed

  • Added XAI provider

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.5.0...v1.6.0

- Python
Published by djcopley over 1 year ago

shelloracle - v1.5.0

What's Changed

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

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.4.0...v1.5.0

- Python
Published by djcopley over 1 year ago

shelloracle - v1.4.0

What's Changed

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

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.3.1...v1.4.0

- Python
Published by djcopley about 2 years ago

shelloracle - v1.3.1

Bugfix

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

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.3.0...v1.3.1

- Python
Published by djcopley about 2 years ago

shelloracle - v1.3.0

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: https://github.com/djcopley/ShellOracle/compare/v1.1.2...v1.3.0

- Python
Published by djcopley about 2 years ago

shelloracle - v1.1.2

What's Changed

  • Change Ollama default model to dolphin-mistral by @djcopley in https://github.com/djcopley/ShellOracle/pull/53

Bugfix

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

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.1.0...v1.1.2

- Python
Published by djcopley about 2 years ago

shelloracle - v1.1.0

What's Changed

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

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.0.1...v1.1.0

- Python
Published by djcopley over 2 years ago

shelloracle - v1.0.1

Bugfix

  • Update development lifecycle status

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v1.0.0...v1.0.1

- Python
Published by djcopley over 2 years ago

shelloracle - v1.0.0

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: https://github.com/djcopley/ShellOracle/compare/v0.6.0...v1.0.0

- Python
Published by djcopley over 2 years ago

shelloracle - v0.6.0

What's Changed

  • Add LocalAI provider by @djcopley in https://github.com/djcopley/ShellOracle/pull/42

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v0.5.2...v0.6.0

- Python
Published by djcopley over 2 years ago

shelloracle - v0.5.2

What's Changed

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

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v0.5.1...v0.5.2

- Python
Published by djcopley over 2 years ago

shelloracle - v0.5.1

🩹 Patch Notes v0.5.1

  • Fix an installation bug encountered by certain linux distros

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v0.5.0...v0.5.1

- Python
Published by djcopley over 2 years ago

shelloracle - v0.5.0

🚀 Release Notes v0.5.0

🌟 Highlights

✨ New Features

  • Added bash support!

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v0.4.1...v0.5.0

- Python
Published by djcopley over 2 years ago

shelloracle - v0.4.1

🩹 Patch Notes v0.2.1

  • Fix installation bug when running ShellOracle as a python module instead of from its entrypoint

- Python
Published by djcopley over 2 years ago

shelloracle - v0.4.0

🚀 Release Notes v0.4.0

🌟 Highlights

✨ New Features

  • Streamlined installation
  • Add OpenAI provider

Full Changelog: https://github.com/djcopley/ShellOracle/compare/v0.3.0...v0.4.0

- Python
Published by djcopley over 2 years ago

shelloracle - v0.3.0

🚀 Release Notes v0.3.0

🌟 Highlights

✨ New Features

  • Add OpenAI provider
  • Improved documentation

- Python
Published by djcopley over 2 years ago

shelloracle - v0.2.1

🩹 Patch Notes v0.2.1

  • Relax python version requirement to 3.9+

- Python
Published by djcopley over 2 years ago

shelloracle - v0.2.0

🚀 Release Notes v0.2.0

🌟 Highlights

✨ New Features

  • Unified configuration through ~/.shelloracle/config.toml
  • New settings API for LLM Providers
  • Added command history
  • LLM prompt is now pre-populated with ZSH LBUFFER
  • Added unix pipe support

- Python
Published by djcopley over 2 years ago

shelloracle - v0.0.2

- Python
Published by djcopley over 2 years ago