Fabriq
Agents

OpenCode

Connect Fabriq to OpenCode.

OpenCode is an open-source AI coding agent. It supports the Agent Client Protocol (ACP), which is how Fabriq communicates with it.

Setup

  1. Install OpenCode:
    npm install -g opencode
  2. Make sure OpenCode is on your PATH
  3. In Fabriq, open Settings → Agent and select OpenCode
  4. Fabriq will start OpenCode as a subprocess

Verification

After setup, create a new feature in Fabriq. The agent should start responding and writing code. You'll see its progress in the Feature Workbench.

Capabilities

OpenCode provides:

  • File read/write operations
  • Terminal command execution
  • Git operations
  • Code search and navigation
  • Custom tools and slash commands
Edit on GitHub

Last updated on

On this page