contenox
Browse docs/

VS Code Blueprints

The VS Code extension (packages/vscode) embeds the Go runtime and talks to it over header-framed JSON-RPC stdio (contenox vscode-agent --stdio). These docs cover the extension’s permission model, review/UX findings, and Marketplace release process.

DocStatusWhat it covers
acp-permission-bridge.mdimplementedACP-shaped permission handling inside the VS Code bridge (HITL approvals via editor UI); landed as vscodeagent/approval.go + session/request_permission
local-model-availability.mddecision, implementedStable local-model advertisement across modeld restarts: graced ServeableBackend() + resolution self-heal
bridge-review-findings.mdfindings (2026-06-14)Review of the stdio bridge implementation
extension-ux-findings.mdfindings (2026-06-14)UX shape review: status bar, sidebar, onboarding, config selectors
marketplace-release.mdprocessMarketplace publish workflow, vscode-marketplace environment, VSIX targets

Esc to close