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
- Install OpenCode:
npm install -g opencode - Make sure OpenCode is on your PATH
- In Fabriq, open Settings → Agent and select OpenCode
- 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