VS Code
hooman-vscode adds a native Hooman chat panel to VS Code’s activity bar, backed by hooman acp. Works in stable VS Code, VS Code Insiders, and compatible forks — no proposed APIs, no special subscription. Local-first: configuration, API keys, and sessions live in ~/.hooman on your machine.
Requirements
Section titled “Requirements”- Node.js
>= 24—npxships with it and is all the extension needs to launch the agent. It downloadshoomanjson first use.
Install the extension
Section titled “Install the extension”Get it from the VS Code Marketplace.
Or install it without leaving your editor — open the Command Palette (Cmd/Ctrl+Shift+P) and run:
ext install VPZ.hooman-vscodeOr from a terminal, if the code CLI is on your PATH:
code --install-extension VPZ.hooman-vscodeFirst run
Section titled “First run”-
Click the Hooman icon in the activity bar and send a prompt. The extension spawns
npx hoomanjs acpfor you — no separate CLI install required. -
Pick your provider and model. Out of the box, Hooman runs a local Qwen3 model via llama.cpp (downloaded from the Hugging Face Hub on first use, with a live progress strip in the panel), with Qwen3.5 and Gemma 4 preconfigured as alternatives. To use a hosted provider instead:
- click Open Settings… (gear icon in the panel title bar) to edit
~/.hooman/config.jsondirectly, or - run
npx hoomanjsin a terminal and use the/configworkflow.
See Configuration and Models for the full schema.
- click Open Settings… (gear icon in the panel title bar) to edit
-
Explore the panel: streaming markdown, tool-call cards, a pinned Changes panel with diff/keep/undo, plan checklists, and slash commands.
Next steps
Section titled “Next steps”- VS Code guide — full feature list, commands, settings, troubleshooting, and building from source.
- ACP — how the extension talks to the agent.
- CLI quickstart — prefer a terminal instead?