[PR #12476] fix(app): show friendly plugin names in status popover #14231

Closed
opened 2026-02-16 18:19:02 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12476

State: closed
Merged: No


Closes #12478

Summary

  • Normalize plugin display in App status popover to match TUI behavior.
  • Parse file:// plugin specifiers into readable local plugin names (index.ts resolves to parent directory name).
  • Parse npm plugin specifiers into package name with optional version display.
  • Show full raw plugin specifier in a tooltip only when plugin text is truncated.

Testing

  • bun test src/components/status-popover.test.ts
  • bun run typecheck
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12476 **State:** closed **Merged:** No --- Closes #12478 ## Summary - Normalize plugin display in App status popover to match TUI behavior. - Parse `file://` plugin specifiers into readable local plugin names (`index.ts` resolves to parent directory name). - Parse npm plugin specifiers into package name with optional version display. - Show full raw plugin specifier in a tooltip only when plugin text is truncated. ## Testing - `bun test src/components/status-popover.test.ts` - `bun run typecheck`
yindo added the pull-request label 2026-02-16 18:19:02 -05:00
yindo closed this issue 2026-02-16 18:19:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14231