Bug: plugins tab shows raw file:// paths for local plugins #8711

Open
opened 2026-02-16 18:10:38 -05:00 by yindo · 1 comment
Owner

Originally created by @kostyaha on GitHub (Feb 6, 2026).

Originally assigned to: @adamdotdevin on GitHub.

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

  1. Add a local plugin from .opencode/plugins or ~/.config/opencode/plugins.
  2. Open app status popover -> Plugins.
  3. Observe plugin row shows raw file:// path instead of a friendly name.
Originally created by @kostyaha on GitHub (Feb 6, 2026). Originally assigned to: @adamdotdevin on GitHub. ## 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 1. Add a local plugin from `.opencode/plugins` or `~/.config/opencode/plugins`. 2. Open app status popover -> Plugins. 3. Observe plugin row shows raw `file://` path instead of a friendly name.
yindo added the web label 2026-02-16 18:10:38 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 6, 2026):

This issue appears to be a unique problem specific to how local plugins are displayed in the app status popover Plugins tab.

While there is a related issue #8759 about file:// plugins with the same filename being incorrectly deduplicated, that's a different problem focused on plugin loading logic rather than UI display.

This request for showing friendly plugin names (similar to TUI parsing) for local file:// paths is a distinct UX improvement.

@github-actions[bot] commented on GitHub (Feb 6, 2026): This issue appears to be a unique problem specific to how local plugins are displayed in the app status popover Plugins tab. While there is a related issue #8759 about file:// plugins with the same filename being incorrectly deduplicated, that's a different problem focused on plugin loading logic rather than UI display. This request for showing friendly plugin names (similar to TUI parsing) for local file:// paths is a distinct UX improvement.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8711