Skip to content

v0.11.0

Choose a tag to compare

@nickjvandyke nickjvandyke released this 09 Jun 21:28
dcff90e

0.11.0 (2026-06-09)

⚠ BREAKING CHANGES

  • lsp: remove
  • context: remove grapple default
  • api: public prompt and ask no longer accept an opts (only used for context). public methods no longer return their promises.
  • server: server.toggle and server.stop config options and their corresponding public API methods are removed. the bundled terminal manager is removed and the default server.start now uses native term://. for toggle behavior, see the README section on user-land alternatives using e.g. snacks.terminal. sorry for the inconvenience!

Features

  • context: filter @diagnostics by range if present (606b22f)
  • context: remove grapple default (00edfd3)
  • context: return inline text for buffers not backed by a file (248208f)
  • lsp: remove (8532183)
  • select: remove session.share default, shorten descs (bc21b03)
  • server: always include configured server in selection options (b8be0de)
  • server: drop stop and toggle, simplify start to native term:// (a7c4dd7)

Bug Fixes

  • command: double-send "session.interrupt" to actually interrupt (1d37976)
  • edits: wipeout new buffer when done, escape edited filepath (e4e5894)
  • lsp: duplicated filepath on diagnostic code action prompt (db9b870)
  • snacks.picker: append instead of submit the item, concat with comma (db2a543)

Code Refactoring

  • api: thread server through modules and call internal modules directly (a751647)