Skip to content

v4.21.2

Compare
Choose a tag to compare
@francescoopiccoli francescoopiccoli released this 10 Dec 15:48
· 59 commits to main since this release
2aae8a8

This version fixes two minor issues related to the recently introduced up/down arrows prompt navigation (like in the terminal).

Fixed

  1. When user is currently writing a prompt without sending it, and navigate through previous prompts via up/down arrows, and then goes back to the top of the list (current last unsent prompt), the unsent prompt was deleted, with this update the current unsent prompt is still visible and accessible. (#198)
  2. In VSCode and JetBrains, we fix the way code attachments are shown (when navigating to previous prompts which have a code attachment) by removing ``` at the beginning and end of the code snippets and potentially avoiding any replacement of the first instance of ~~~~~~~~~~ in the code snippet (#200)

Full changelog: v4.21.1...v4.21.2