@anonymous-dev/0x0-chat.nvim is the editor chat client for the server.
It connects to /ws, starts agent sessions, streams assistant output, runs inline edits,
and reviews worktree changes before they touch the user’s checkout.
Commands
Setup
Plugin module:Flow
- The plugin opens a WebSocket connection to the local server.
- A chat session creates a detached agent worktree for the current repo.
- The agent runs in that worktree and streams text back into Neovim.
- The server checkpoints changed files.
- The review commands accept or discard those changes.