Skip to content

Latest commit

 

History

History
103 lines (54 loc) · 5.17 KB

CHANGELOG.md

File metadata and controls

103 lines (54 loc) · 5.17 KB

Changelog

1.2.2 (2025-01-26)

Bug Fixes

  • add missing module in mistral provider (b8f52da)
  • change current_provider default value to nil (a8468be)
  • perplexity: update available models (bdb30c2)

1.2.1 (2024-11-19)

Bug Fixes

  • Set filetype to markdown for parrot responses (119828b)
  • use literal string compare before file deletion (4d43901)
  • xAI API change of model listing request (c992483)

1.2.0 (2024-10-21)

Features

  • add xAI as provider for Grok (ef0149d)

1.1.0 (2024-10-17)

Features

Bug Fixes

  • resolve issue with toggle_target (51e7d1c)

1.0.0 (2024-10-15)

⚠ BREAKING CHANGES

  • ChatNew now follows toggle_target option

Features

  • ChatNew now follows toggle_target option (345fb4e)

Bug Fixes

  • ollama: additional guard if server is not running (fdcaa6c)
  • provider: remove pplx event-stream header (b347a1c)
  • resolve history bug with custom hooks (0db1e3b)

0.7.0 (2024-09-11)

Features

  • add github model beta support (6f36955)
  • provider: add gemini online model support (be975ee)

Bug Fixes

  • add missing import (4a50b58)
  • responsehandler: address bug (075294c)
  • responsehandler: window handling (f2cbfc5)

0.6.0 (2024-08-22)

Features

  • add status line support (3ac1d28)
  • commands: implement the retry command (29f7701)

Bug Fixes

  • add PrtStatus command (322a45e)
  • add missing multifilecontent support for chat prompts (b8f221e)
  • Neovim version check (a4fd3f3)
  • revert wrong license change (1a7192c)

0.5.0 (2024-08-14)

Features

  • add option to toggle online model selection (3f74c06)

Bug Fixes

  • add missing arguments to release-please (70e7b06)
  • extend permission of release worflow (df22467)
  • typo (edec3b1)
  • update pipeline (917c102)
  • user_input_ui now supports the "buffer" option (22abeb3)