Skip to content

chore(main): release 2.1.0#136

Merged
folke merged 1 commit intomainfrom
release-please--branches--main
Oct 23, 2025
Merged

chore(main): release 2.1.0#136
folke merged 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Oct 17, 2025

🤖 I have created a release beep boop

2.1.0 (2025-10-23)

Features

  • cli: added snacks picker action to send files with sidekick. Closes #134 (96b84ff)
  • cli: added snacks/telescope/fzf-lua pickers for selecting files/buffers to send (0da0e16)
  • cli: added terminal keymaps <c-f> to select files and <c-b> to select buffers to send. (c827ad2)
  • diagnostics: diagnostics will now use the visual selection if needed. Closes #146 (fb0cbaa)
  • snacks: make vim.ui.select snacks options configurable. Closes #149 (7568825)
  • status: added cli status to be used in statuslines. Closes #143 (e291b6b)
  • terminal: smarter way to determine that the cli tool is ready to accept input. Closes #150 (04265f7)

Bug Fixes

  • cli.loc: allow row/col to be nil (bb87f41)
  • cli.picker: do the stop/start insert dance to keep pickers / terminals happy (9941a1c)
  • cli.status: schedule detach event to prevent loop. Closes #144 (9390cb7)
  • cli: use filter options for send. Closes #138 (d0ee1ef)
  • nes.edit: add buffer validation before accessing position (#147) (2cb7359)
  • nes: ModeChanged: *:n -> i:n, so only when leaving insert to normal mode. Closes #151 (9e29145)
  • opencode: opencode implements scrolling natively, so don't use scrollback there. See #152 (d9e1fa2)
  • scrollback: focus issues with other terminals entering/leaving like fzf-lua (ff55eb3)
  • status: show correct signin command when lsp is from copilot.lua (09ebeb4)
  • terminal: better tracking of terminal mode when entering/leaving the sidekick window (22a6326)
  • terminal: enbable/disable cursorline when in normal/terminal mode in the sidekick window (83b6815)
  • terminal: fckup with scrollback (cbbf53b)
  • terminal: handle closing the last window. Closes #124 (99824c2)
  • terminal: increase initial send delay when opening the terminal. Closes #150 (e98008f)
  • terminal: only use scrollback buffer when needed (9d9d8cc)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot added the autorelease: pending This PR is pending an automatic release label Oct 17, 2025
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 15 times, most recently from e468925 to 8606609 Compare October 23, 2025 16:57
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 8606609 to 0d2dedf Compare October 23, 2025 18:29
@folke folke merged commit dc2710a into main Oct 23, 2025
@github-actions
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@github-actions github-actions Bot added autorelease: tagged and removed autorelease: pending This PR is pending an automatic release labels Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment