Skip to content

Releases: Realiserad/fish-ai

v0.14.0

25 Oct 14:59
v0.14.0
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • improve the prompt when fixing the previous command (in commit #d4c8274)
  • broken fix command (in commit #f76cf91)

🌟 New features and improvements

  • provider for anthropic (in commit #4b43efc)

v0.13.4

22 Oct 06:28
v0.13.4
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • better detection of pipes (in commit #e858a76)
  • parse keyboard layout and model from /etc/default/keyboard (in commit #d383a3f)
  • print logs from last session when creating bug report (in commit #e838cac)
  • only log a message once (in commit #d5a3975)
  • symlink to certificate bundle on macos (in commit #5340b7a)
  • missing lookup_setting during upgrade (in commit #ab3ba6b)
  • missing lookup_setting during upgrade (in commit #e916d51)

🌟 New features and improvements

  • use os truststore on linux systems (in commit #5c6e375)
  • add more context when autocompleting (in commit #c13bfa9)
  • option to disable status emoji (in commit #fb34b22)
  • option to disable status emoji (in commit #f49146b)

v0.11.0

13 Oct 17:20
v0.11.0
e916d51
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • missing lookup_setting during upgrade (in commit #e916d51)
  • take FISH_AI_PYTHON_VERSION into account when upgrading (in commit #0db99d7)
  • add compatibility check to bug reporting script (in commit #28f7eeb)
  • warn if the python version is unsupported (in commit #6aba7c3)

🌟 New features and improvements

  • option to disable status emoji (in commit #f49146b)

v0.10.0

05 Oct 07:02
v0.10.0
62c4cf6
Compare
Choose a tag to compare

What's new?

🌟 New features and improvements

  • add provider for github models (in commit #62c4cf6)

⬆ Dependency updates

  • bump umbrelladocs/action-linkspector from 1.2.0 to 1.2.1 (in commit #83673cf)
  • bump fish-shop/install-fish-shell from 1.0.15 to 1.0.20 (in commit #cfc0f84)
  • bump google-generativeai from 0.7.2 to 0.8.2 (in commit #9db97e3)
  • bump openai from 1.43.0 to 1.50.2 (in commit #125b404)

v0.9.10

06 Sep 09:55
v0.9.10
8e4cc9d
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • use llama3.1 as the default model for huggingface (in commit #743324b)
  • do not log stacktraces to stderr (in commit #5830ffa)

⬆ Dependency updates

  • bump mistralai from 0.4.2 to 1.0.2 (in commit #c5e7d3f)
  • bump fish-shop/install-fish-shell from 1.0.13 to 1.0.15 (in commit #bb95c2c)
  • bump actions-ecosystem/action-add-labels (in commit #861b555)
  • bump ubuntu from 22.04 to 24.04 in /tests/ubuntu (in commit #1ff7fd8)
  • bump devcontainers/python in /.devcontainer (in commit #787098c)
  • bump openai from 1.42.0 to 1.43.0 (in commit #989e4b1)
  • bump fish-shop/install-fish-shell from 1.0.10 to 1.0.13 (in commit #9a1b17a)
  • bump openai from 1.37.1 to 1.42.0 (in commit #d18ecd3)
  • bump iterfzf from 1.4.0.51.0 to 1.4.0.54.3 (in commit #9b7de5b)

v0.9.7

26 Aug 13:43
v0.9.7
2bd7155
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • improve search history (in commit #2bd7155)
  • redact '--key' cli parameter from prompt (in commit #bd0a2e1)
  • output time for running tests in seconds (in commit #301619c)
  • improve redaction of base64 encoded strings (in commit #5cd0d6e)
  • error when using hugchat provider (in commit #d19ba2d)
  • use gpt-4o by default when using openai (in commit #7650dac)

⬆ Dependency updates

  • bump google-generativeai from 0.7.1 to 0.7.2 (in commit #d000b81)
  • bump openai from 1.35.7 to 1.37.1 (in commit #58a6662)
  • bump hugchat from 0.4.8 to 0.4.10 (in commit #36c83a5)
  • bump fish-shop/install-fish-shell from 1.0.7 to 1.0.10 (in commit #ce604a2)

v0.9.3

24 Jul 16:57
v0.9.3
f71bcd2
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • strip markdown formatting from response (in commit #f71bcd2)
  • update default the model for huggingface (in commit #bc994f1)
  • improve file reading when codifying (in commit #5302ae2)

v0.9.0

20 Jul 05:32
v0.9.0
76046d7
Compare
Choose a tag to compare

What's new?

🐛 Bug fixes

  • provide fallback value when option is missing in config (in commit #5ffd1b7)
  • declutter the config using defaults (in commit #b0efaea)
  • decrease max_tokens to 1024 (in commit #807f464)
  • do not error out when pressing ctrl+c (in commit #07f0222)
  • use gemini-1.5-flash by default (in commit #ebbca16)
  • increase max tokens to 8k (in commit #0a4fc1e)
  • quotes on commandline (in commit #427b83d)
  • make gpt-4 the default model (in commit #30397c6)
  • retrieve manpage for fish-native programs (in commit #cf4d4b4)
  • improve responses from llama3-7b (in commit #cba7637)
  • detect os when running on osx (in commit #e501c37)
  • installation from github (in commit #43c0d83)
  • python build (in commit #4a8e4ea)
  • check if file is readable before opening it (in commit #18bff72)
  • syntax error (in commit #649986f)
  • strip additional characters when detecting file names (in commit #438b181)
  • improve autocompletion (in commit #6466865)
  • autocompletion (in commit #0585d15)
  • rerun the command using python subprocess (in commit #646bd71)
  • quote output from llm (in commit #af603b1)
  • bind to ctrl+p (in commit #e362c2d)

🌟 New features and improvements

  • redact sensitive information (in commit #7b160fc)
  • add support for mistral (in commit #5655054)
  • huggingface provider (in commit #6b7d8ec)
  • add commandline history to completion prompt (in commit #6ee0e7d)
  • display completions in fzf (in commit #e54cda6)
  • include manpage in request (in commit #6e0faed)
  • switch between contexts using a command (in commit #93405a7)
  • supporting logging on containers and os x (in commit #343cc6b)
  • add temperature for gemini (in commit #14bf669)
  • support for gemini (in commit #67c4754)
  • use virtual environment (in commit #ac61007)
  • change temperature (in commit #0bd9b7d)
  • explain commands in a different language (in commit #b2eecbc)
  • add os to system prompt (in commit #1258cf0)
  • status emoji (in commit #73c00d3)
  • submit file contents when codifying (in commit #bfb7443)
  • azure openai (in commit #069a232)
  • autocomplete (in commit #e3baa57)
  • optimise prompts for llama (in commit #cd503cc)
  • use chat completions api (in commit #e38eed5)

⬆ Dependency updates

  • bump google-generativeai from 0.5.2 to 0.7.1 (in commit #42098c7)
  • bump docker/build-push-action from 5 to 6 (in commit #4877499)
  • bump openai from 1.27.0 to 1.35.7 (in commit #a54420e)
  • bump openai from 1.25.2 to 1.27.0 (in commit #b4c63cc)
  • bump openai from 1.23.2 to 1.25.2 (in commit #f24078b)
  • bump google-generativeai from 0.5.0 to 0.5.2 (in commit #a86e2bd)
  • bump openai from 1.17.1 to 1.23.2 (in commit #c7c01d8)
  • bump google-generativeai from 0.4.1 to 0.5.0 (in commit #cdfb1c0)
  • bump openai from 1.16.2 to 1.17.1 (in commit #e591aa4)
  • bump actions/stale from 5 to 9 (in commit #fca33b6)