1.1.0 (2025-09-29)
Features
- cli: added ai tool urls (51431b1)
- cli: added blur/is_focused (614c08c)
- cli: added cli.blur to defocus the terminal window (4e465c0)
- cli: added custom snacks options for
vim.ui.select(8e8677c) - cli: added support for starting AI cli tools in a zellij or tmux session (0385dbf)
- cli: added toggle focus (c83ebd5)
- cli: added watcher to let Neovim know when an AI tool updated any buffers (c1083fa)
- cli: AI cli tools integration (ab5da08)
- cli: cli tool keymaps (ac353d4)
- config:
enabledoption that defaults to checkingvim.g|b.copilot.nes == false(9ab4458) - config: added opencode and cursor to tools (c11c1b9)
- health: add multiplexer checks (a903fb1)
- util: debug logging (6315c92)
- util: debug notify (9454ee7)
- watch: added config flag to enable/disable watch (8a8c1ae)
Bug Fixes
- cli: tag buffer for context (08e67b8)
- cli: toggle with focus by default (c8e60d7)
- context: border cases (ee09859)
- diff: added support for Neovim < 0.12 (9166a6b)
- diff: better diff rendering to let extmarks behave (90f693b)
- diff: fixed some edge cases for insertions before after first/last line of the buffer (a3ec994)
- diff: hunk position for inline diff was sometimes wrong. Fixes #4 (f421518)
- diff: line insert before first line (2cc5374)
- nes: only execute edit command when available (49e79a6)
- nes: properly clear render flag and make it different from the disable flag (3271eea)
- snacks: load module instead of using global (77bf35f)
- terminal: open window before running cli tool. Fixes #5 (4e4928c)
- treesitter: one-off with getting text before first highlight (5e79172)
- ui: show only one sign (f4545fa)
- watch: disable debug (cd69b41)