Skip to content

fix(app): show friendly local plugin names in status popover#18442

Open
LucasSantana-Dev wants to merge 1 commit intoanomalyco:devfrom
LucasSantana-Dev:fix/status-popover-plugin-friendly-names
Open

fix(app): show friendly local plugin names in status popover#18442
LucasSantana-Dev wants to merge 1 commit intoanomalyco:devfrom
LucasSantana-Dev:fix/status-popover-plugin-friendly-names

Conversation

@LucasSantana-Dev
Copy link

@LucasSantana-Dev LucasSantana-Dev commented Mar 20, 2026

Issue for this PR

Closes #12478

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

This fixes unreadable plugin names in the Status popover when plugins are configured with local file:// specifiers.

Changes included:

  • parser utility to extract friendly display names from plugin specifiers
  • Status popover plugin row now shows readable names for local plugins (filename or parent folder for index.*)
  • keeps raw specifier visible (muted/truncated with full value on hover) for traceability

Why this works: users get understandable plugin labels without losing access to the exact configured source path.

How did you verify your code works?

  • cd packages/app && bun run typecheck
  • cd packages/app && bun test src/utils/plugin-spec.test.ts
  • Playwright visual verification of status popover tabs (dark theme)

Screenshots / recordings

servers dark
plugins dark friendly names
plugins flow dark

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Mar 20, 2026
@github-actions
Copy link
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant