Skip to content

Releases: Realiserad/fish-ai

v2.13.1

30 May 15:30

Choose a tag to compare

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

  • bump openai to version 2.38.0 (in commit #620efb7)
  • bump google-genai to version 2.6.0 (in commit #160d404)
  • bump anthropic to version 0.104.0 (in commit #df37c5f)
  • bump groq to version 1.2.0 (in commit #e84ab66)

v2.11.1

03 Apr 15:05
7f8a78a

Choose a tag to compare

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

12 Mar 03:54

Choose a tag to compare

What's new?

🐛 Bug fixes

  • vim key bindings on fish v4.3+ (in commit #e0a4649)

v2.10.5

07 Mar 22:11
e1762f0

Choose a tag to compare

What's new?

🐛 Bug fixes

  • only install bindings in interactive shells (in commit #e1762f0)
  • expand bearer token redaction to handle dotted/hyphenated tokens and flexible casing (in commit #ed421fa)
  • use claude-sonnet-4-6 with anthropic by default (in commit #2b8621f)

⬆ Dependency updates

  • bump anthropic to version 0.84.0 (in commit #e992d65)
  • bump google-genai to version 1.65.0 (in commit #c1bdc59)
  • bump openai to version 2.24.0 (in commit #6f74808)
  • bump cohere to version 5.20.7 (in commit #7817bfb)

v2.10.2

22 Feb 19:37
f6ee276

Choose a tag to compare

What's new?

🐛 Bug fixes

  • separate suggestions when reloading fzf (in commit #f6ee276)
  • syntax error in bug reporting script (in commit #3027b67)

⬆ Dependency updates

  • bump cohere to version 5.20.5 (in commit #60ee669)
  • bump google-genai to version 1.63.0 (in commit #97ff0aa)
  • bump openai to version 2.20.0 (in commit #75d0aab)
  • bump anthropic to version 0.79.0 (in commit #2c2c9ac)

v2.10.0

13 Feb 00:57
7e6cbb6

Choose a tag to compare

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

  • bump anthropic to version 0.77.1 (in commit #f8fedb7)
  • bump google-genai to version 1.61.0 (in commit #906ad4e)

v2.9.3

07 Feb 20:29
b08f762

Choose a tag to compare

What's new?

🐛 Bug fixes

  • gracefully exit fzf with ctrl+c or esc (in commit #0f6362f)
  • preserve indentation in responses (in commit #161e5d0)
  • truncated responses (in commit #1d5d194)

⬆ Dependency updates

  • bump anthropic to version 0.77.0 (in commit #58cdb12)
  • bump openai to version 2.16.0 (in commit #f939afe)

v2.9.0

03 Feb 12:43

Choose a tag to compare

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 temperature parameter (in commit #997a1a3)

⬆ Dependency updates

  • bump cohere to version 5.20.2 (in commit #906d5b7)
  • bump google-genai to version 1.60.0 (in commit #b9290ae)
  • bump anthropic to version 0.76.0 (in commit #e2d81c5)
  • bump openai to version 2.15.0 (in commit #6723f50)

v2.7.2

29 Dec 11:37

Choose a tag to compare

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

  • bump cohere to version 5.20.1 (in commit #3807f72)
  • bump openai to version 2.14.0 (in commit #99eaf10)
  • bump groq to version 1.0.0 (in commit #2b011b7)
  • bump google-genai to version 1.56.0 (in commit #098b29c)
  • bump anthropic to version 0.75.0 (in commit #ecba95d)

v2.5.0

27 Nov 17:17

Choose a tag to compare

What's new?

🐛 Bug fixes

  • trigger commandline fix when any command in the pipe fails (in commit #4e81943)

🌟 New features and improvements

⬆ 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)