AI-powered coding assistant by NeevCloud — chat with AI about your code, run agentic coding sessions, and review changes without leaving VS Code.
Features
Chat sidebar — click the NeevCode icon in the activity bar, or press Ctrl+Shift+L (Cmd+Shift+L on macOS) to open the chat as an editor panel.
Agentic sessions — the assistant can read your project, propose changes, and show diffs for review.
Add file context — click the + button in any editor's title bar to add the current file to the conversation.
Sign in — run NeevCode: Sign In from the command palette to connect your NeevCloud account and unlock model access.
Requirements
The extension needs a NeevCode server to talk to. It finds one automatically, in this order:
A running NeevCode desktop app — if the desktop app is open, the extension connects to it (recommended).
The neev/opencode CLI — if installed and on your PATH, the extension starts a local server for you. You can also point neevcode.opencodePath at the binary explicitly.
A remote server — set neevcode.serverUrl, neevcode.serverUsername, and neevcode.serverPassword in settings to connect to a server you run yourself.
Extension settings
Setting
Description
neevcode.serverUrl
Override the NeevCode server URL (leave blank to auto-connect).
neevcode.serverUsername
Basic-auth username for the server (defaults to neevcode).
neevcode.serverPassword
Password for the server (required when serverUrl is set).
neevcode.opencodePath
Path to the opencode/neev CLI used to start a local server (leave blank to auto-detect).