Skip to content

v1.1.0

Choose a tag to compare

@Cannon07 Cannon07 released this 29 Mar 12:02
4aee3b0

What's New

OpenCode support (#12)

claude-preview.nvim now supports OpenCode as an alternative backend alongside Claude Code. Install with :CodePreviewInstallOpenCodeHooks — no dependencies required.

GitHub-style inline diff layout (#10, #11)

New "inline" diff layout with syntax highlighting, character-level diffs, sign column indicators, and ]c/[c navigation.

require("claude-preview").setup({
  diff = { layout = "inline" },
})

Neo-tree integration (#3)

File tree indicators show which files are being modified, created, or deleted. Works out of the box with neo-tree.nvim.

Other improvements

  • Discover Neovim sockets in XDG_RUNTIME_DIR for NixOS/systemd-based distros (#4)
  • Fix diffoff before closing diff windows to prevent Neovim crash (#6)

Full Changelog: v1.0.0...v1.1.0