Skip to content

Development journal

Posts tagged: OpenCode

Published notes filed under this topic.

RSS feed
OpenCode and Analytics

How to use the Google Analytics MCP in OpenCode to query GA4

13 min read

Written by: Jonathan Reis on

Configure Google's official Analytics MCP in OpenCode, authorize ADC access, and turn repeated GA4 questions into reproducible reports.

AI engineering

How to audit OpenCode AI gateways for model identity, silent fallbacks, and real cost

11 min read

Written by: Jonathan Reis on

A repeatable OpenCode workflow for checking whether an AI gateway routes the requested model, comparing billing with upstream prices, and testing image generation endpoints.

VS Code and AI tooling

How to build a VS Code extension: I read the OpenCode one and wrote my own

10 min read

Written by: Jonathan Reis on

A practical tutorial on how to build a VS Code extension from scratch. I read the minified source of the official OpenCode extension, found the internal HTTP endpoint, and built one that sends any selection — including from unsaved files.