@anonymous-dev/0x0-server.
Use it for normal assistant chat, inline edit instructions, agent turns in an isolated
worktree, cancellation, and accepting or discarding generated changes.
HTTP Chat
POST /chat sends a stateless chat request to a configured provider. It streams SSE by
default and can return a single JSON response when stream is false.
Inline Edits
POST /inline-edit converts an instruction plus a selected range into replacement text.
Editor clients use it for focused changes where the checkout should stay under user
control.
WebSocket Sessions
/ws is the session surface for long-running work:
The Neovim chat client and TUI both build on this surface.