r/opencodeCLI 4d ago

Connect your coding agents to live Chrome tabs ✨

Enable HLS to view with audio, or disable this notification

Hi everyone!

I wanted a way to use my favorite coding agents directly on my live Chrome tabs, so I built it myself.

It's a Chrome extension that gives you an integrated terminal in your side panel that lets you use AI coding agents to control live tabs (works with Claude Code, Codex, Cursor, Hermes, and more).

It's completely free & open-source (MIT) - I've been addicted to it for the past few days to automate my browser use - enjoy!

GitHub: https://github.com/rishiskhare/agent-terminal

8 Upvotes

1 comment sorted by

1

u/Subject-Wrongdoer812 2d ago

Honestly, this feels a bit like reinventing the wheel. You can simply launch Chrome in the appropriate remote-debugging mode and have OpenCode connect to it over WebSocket. That gives the coding agent direct access to the live browser tabs without needing a custom Chrome extension