Skip to content

Installation

CodeBuddy runs on any editor that speaks the VS Code extension API. VS Code 1.78 or newer.

VS Code, Cursor, Windsurf — open the Extensions view (Cmd/Ctrl+Shift+X), search CodeBuddy, click Install.

VSCodium, Gitpod, Theia, Eclipse Che — same flow. The extension is published on the Open VSX Registry.

Or from the command line:

Terminal window
code --install-extension fiatinnovations.ola-code-buddy # VS Code
cursor --install-extension fiatinnovations.ola-code-buddy # Cursor
codium --install-extension fiatinnovations.ola-code-buddy # VSCodium

For private builds or air-gapped environments:

Terminal window
code --install-extension codebuddy-<version>.vsix

Works with any compatible editor’s CLI (cursor, codium, and so on).

The Onboarding Wizard opens automatically. It picks your provider, tests the API key, detects your project stack, and sets a permission profile. Re-run any time via CodeBuddy: Show Onboarding Wizard in the command palette.

Run CodeBuddy: Run Doctor from the command palette. It checks the security invariants — API keys, terminal restrictions, directory permissions, MCP config, credential proxy, permission scope, access control, input validation — and reports what passed, what failed, and what to fix.