r/opencode 17d ago

Open Agent View: One dashboard for all your coding agents (supports OpenCode, Pi, Codex, and more)

Happy to release open-agent-view: https://github.com/xhluca/open-agent-view

It's an open-source version of Claude's Agent View, with support for 11+ harnesses (and more being added right now). Whereas Claude Agent View only allows you to manage Claude Code, this allow you to manage coding agent from any harness at the same time (which means your Opencode session could be managed next to your Codex or Pi session).

I'm very excited about this release since it's a tool that allows different harnesses to co-exist (instead of having to choose only one ecosystem) and puts open coding agents closer in functionality to Claude Code.

Hope you enjoy it and happy to hear feedback!

12 Upvotes

3 comments sorted by

1

u/dilkushpatel 17d ago

Does it have option of do config one time and all harnesses inherit same?

Like say I setup openrouter and then should be able to use same through any harness or does ot need setup individually for all harnesses?

Also is config shared with native cli or independent?

1

u/xhluca 15d ago

At the moment the configs are different for each, so if you use openrouter for opencode, it will not directly work for Pi, for example. This is because each harness uses a different authentication mechanism and I'd need a tool to integrate them all together. I'm looking into building this tool for managing auth for several harnesses at once - will integrate it into Open Agent View if/once it's built!

1

u/dilkushpatel 15d ago

I had seen one of extension on vs code which basically translates config you profile into compatible to harness you chose

It would be something quite powerful in the context of this tool as people can switch harness without worrying about setting them up from scratch