Releases: djcopley/ShellOracle
Releases · djcopley/ShellOracle
v1.10.0
What's Changed
- docs: Add LM Studio as a provider by @fakebizprez in #88
- refactor(providers): update google SDK to google-genai and model to gemini-2.5-flash-lite by @thaikolja in #91
New Contributors
- @fakebizprez made their first contribution in #88
- @thaikolja made their first contribution in #91
Full Changelog: v1.9.0...v1.10.0
v1.9.0
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.0
v1.6.1
v1.6.0
v1.5.0
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
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
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
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_styleoption 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