When using opencode server on one machine and opencode attach from another device, it is difficult to tell which system the current session is connected to.
Today the UI shows the path, but not whether the session is local vs remote, or which host it is attached to. In practice this makes remote sessions easy to confuse, especially when multiple machines use similar directory layouts.
Requested enhancement:
- show whether the session is local or remote
- show the connected host/system name for remote sessions
Even showing the host next to the existing path would solve this well.
I checked the current plugin API and it does not appear to expose a way to add a persistent sidebar/status UI element for this, so this seems like a core UI feature rather than a plugin.
Benefit:
This would make remote sessions much easier and safer to identify at a glance.
When using
opencode serveron one machine andopencode attachfrom another device, it is difficult to tell which system the current session is connected to.Today the UI shows the path, but not whether the session is local vs remote, or which host it is attached to. In practice this makes remote sessions easy to confuse, especially when multiple machines use similar directory layouts.
Requested enhancement:
Even showing the host next to the existing path would solve this well.
I checked the current plugin API and it does not appear to expose a way to add a persistent sidebar/status UI element for this, so this seems like a core UI feature rather than a plugin.
Benefit:
This would make remote sessions much easier and safer to identify at a glance.