v1.1.0
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_DIRfor NixOS/systemd-based distros (#4) - Fix
diffoffbefore closing diff windows to prevent Neovim crash (#6)
Full Changelog: v1.0.0...v1.1.0