Skip to content

feat: print concrete plugin versions in status#14975

Closed
LukeCarrier wants to merge 3 commits intoanomalyco:devfrom
LukeCarrier:resolved-plugin-versions
Closed

feat: print concrete plugin versions in status#14975
LukeCarrier wants to merge 3 commits intoanomalyco:devfrom
LukeCarrier:resolved-plugin-versions

Conversation

@LukeCarrier
Copy link
Copy Markdown

@LukeCarrier LukeCarrier commented Feb 25, 2026

Issue for this PR

Closes #8280

Type of change

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

What does this PR do?

The status dialogue in the TUI and the status popover in the desktop app currently print the version specifier for each installed plugin, but not concrete, resolved (actually installed) plugin version. This can make troubleshooting issues unnecessarily complex. Fix this by adding a new plug-ins and points to the server which returns the actually resolved versions and calling this from both clients.

How did you verify your code works?

Built and ran both the TUI and the desktop app locally.

Screenshots / recordings

TUI

image

Desktop

image

Checklist

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

@github-actions github-actions bot added needs:title needs:compliance This means the issue will auto-close after 2 hours. labels Feb 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Resolved plugin versions doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Feb 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

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

@LukeCarrier LukeCarrier force-pushed the resolved-plugin-versions branch from aab5e4f to e9c9b6d Compare March 16, 2026 22:16
@LukeCarrier
Copy link
Copy Markdown
Author

Chased numerous times, not wasting time rebasing contributions that are not cared about.

@LukeCarrier LukeCarrier closed this Apr 8, 2026
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.

[FEATURE]: Show actually installed version of plugins in TUI

1 participant