opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Is it possible for `opencode` to manipulate issues and pull requests on git hosting platforms like `GitHub` or `GitLab` ?

Open d0lwl0b opened this issue 6 days ago • 3 comments

A core question: Is opencode designed or capable of interacting with and managing issues and pull requests on external git hosting services?

My broader thought is to combine the opencode SDK/server with tools like Vagrant or Terraform to create a local, chat-like UI. In this system, each AI agent would have its own VM and a unique ID (similar to a chat contact). The interface would use group chats and private messages to handle context isolation, allowing multiple agents and a human user to interact.

This setup would enable parallel, high-speed development across many git branches within a project. The idea is that git's branching mechanism naturally manages state/context, while a chat-style interface provides an intuitive way to switch between these contexts (like switching chat windows).

I'm curious if opencode could act as the bridge to also directly handle platform issues/PRs as part of this workflow.

d0lwl0b avatar Dec 24 '25 12:12 d0lwl0b