Skip to content

OpenCode Integrations

OpenCode is an AI coding agent you can run locally or in CI, connected to the team's shared model endpoint at ai.camer.digital.

Available Guides

GuideWhat it covers
VSCodeExtension install, keyboard shortcuts, Plan/Build mode
IntelliJTerminal-based usage, editor config, split panes
CLITUI commands, non-interactive mode, session management, web UI
GitHub ActionsComposite action setup, secrets, PR/issue-comment workflow

Common Prerequisites

Install OpenCode CLI

bash
npm install -g opencode-ai

Authenticate against the team endpoint

bash
opencode auth login https://ai.camer.digital/opencode

A browser tab opens for SSO. After login, return to the terminal and select your model.

Governance Note

OpenCode usage is subject to the AI Working Agreement. All AI-generated output must be human-verified before merging. Declare AI usage in your PR using the PR template.