Releases: Realiserad/fish-ai
Releases · Realiserad/fish-ai
v2.13.1
What's new?
🐛 Bug fixes
- use a single system message (in commit
#1b6136d) - temporarily remove the mistralai package (in commit
#2493e74) - update url for github models (in commit
#4e7284c)
🌟 New features and improvements
- remove the provider for mistral ai (in commit
#9bf9387) - add support for aws bedrock with the converse api (in commit
#fa6f021)
⬆ Dependency updates
v2.11.1
What's new?
🐛 Bug fixes
- use gemini-3.1-pro-preview with the google provider by default (in commit
#b945915)
🌟 New features and improvements
- add AWS Bedrock provider support via OpenAI-compatible API (in commit
#24b9f65)
⬆ Dependency updates
- bump openai to version 2.30.0 (in commit
#48ee29c) - bump groq to version 1.1.2 (in commit
#cd59cd8) - bump anthropic to version group (in commit
#87ef755) - bump mistralai to version 2.1.3 (in commit
#e6dd455) - bump google-genai to version 1.68.0 (in commit
#4938563) - bump binaryornot to version 0.6.0 (in commit
#7dda4d7)
v2.10.6
v2.10.5
v2.10.2
v2.10.0
What's new?
🐛 Bug fixes
- more robust check if the commandline is a "comment" (in commit
#47fd24a) - improve the system prompt for explaining fish commands (in commit
#9731941) - instruct the llm to not use md formatting (in commit
#e20b2bf) - properly output multi-line commands indented with
fish_indent. (in commit#1eb127e)
🌟 New features and improvements
- add the current commandline to the explanation as a sample (in commit
#822d9a4)
⬆ Dependency updates
v2.9.3
v2.9.0
What's new?
🐛 Bug fixes
- preserve multi-line commands when autocompleting (in commit
#2e346c3) - capture output from pipelines more reliably (in commit
#d96ee90) - preserve newlines when reading commandline buffer (in commit
#b16fc6b) - use environment variables as parameters (in commit
#ae11e03)
🌟 New features and improvements
- make extra_body configurable when using the openai provider (in commit
#f94e20e) - remove support for the
temperatureparameter (in commit#997a1a3)
⬆ Dependency updates
v2.7.2
What's new?
🐛 Bug fixes
- add httpx[socks] dependency (in commit
#d172634) - use correct thinking config for gemini (in commit
#a08f34c) - make gemini 2.5 flash lite the default when google provider is used (in commit
#42ab346) - cleaner output during install (in commit
#dc622dd)
🌟 New features and improvements
- think less when using gemini (in commit
#d9273fb) - add custom headers support for all providers (in commit
#c5981c4)
⬆ Dependency updates
v2.5.0
What's new?
🐛 Bug fixes
- trigger commandline fix when any command in the pipe fails (in commit
#4e81943)
🌟 New features and improvements
- python 3.14 (in commit
#8847e43)
⬆ Dependency updates
- bump anthropic to version 0.74.1 (in commit
#99ace8b) - bump groq to version 0.36.0 (in commit
#9dbc16a) - bump mikefarah/yq to version 4.49.2 (in commit
#9b7be50) - bump openai to version 2.8.1 (in commit
#34a9d2d) - bump keyring to version 25.7.0 (in commit
#d275da1) - bump actions/checkout to version 6 (in commit
#911048f) - bump softprops/action-gh-release to version 2.4.2 (in commit
#9ec9557) - bump google-genai to version 1.47.0 (in commit
#0f6876e) - bump cohere to version 5.20.0 (in commit
#23a5307) - bump umbrelladocs/action-linkspector to version 1.4.0 (in commit
#958c172) - bump stefanzweifel/git-auto-commit-action to version 7 (in commit
#d28cedb) - bump astral-sh/setup-uv to version 7 (in commit
#a108cca) - bump github/codeql-action to version 4 (in commit
#d6ee1bc)