A VS Code extension that provides a Claude Code–style chat experience powered entirely by local LLMs (starting with Ollama, designed to support other local backends like LM Studio later).
Personal-use tool — not intended for Marketplace publishing at this stage.
Get the feel of Claude Code / Cursor's chat panel — rich context references, project awareness, skill invocation — without spending cloud tokens, using models already running locally.
Early scaffolding. See docs/_local/initial-prompt.md for the full project brief and build order. Active development happens on the development branch.
pnpm install
pnpm run buildThen press F5 in VS Code to launch the Extension Development Host, and run the AI Local Code: Open Chat command.
pnpm run build— bundle extension + webview with esbuildpnpm run watch— rebuild on changepnpm run lint— ESLintpnpm run format— Prettier
- Ollama running locally (
localhost:11434) - Node.js 22+, pnpm
- No autonomous multi-step agent loop (no automatic file editing or arbitrary command execution without human review)
- No cloud model support
- No vision/multimodal handling yet
- No VS Code Marketplace publishing