Problem
In the app status popover Plugins tab, local plugins are shown as full file://... URLs. Long entries get truncated, so it is hard to identify which plugin is loaded.
Expected
Show friendly plugin names for local plugins (similar to TUI parsing), while still allowing access to the full raw specifier when needed.
Repro
- Add a local plugin from
.opencode/plugins or ~/.config/opencode/plugins.
- Open app status popover -> Plugins.
- Observe plugin row shows raw
file:// path instead of a friendly name.