[PR #8279] feat(plugin): show both configured & installed version of plugins in DialogStatus #12687

Open
opened 2026-02-16 18:17:35 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Closes #8280

What does this PR do?

This PR implements GET /plugin API to retrieve plugins' status (similar to LSP/MCP/Formatter status endpoints). Then it shows both configured version and actually installed version in
DialogStatus (triggered via /status command)

How did you verify your code works?

BEFORE:
Screenshot 2026-01-14 at 03 37 38

AFTER:
Screenshot 2026-01-14 at 03 37 05

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8279 **State:** open **Merged:** No --- Closes #8280 ### What does this PR do? This PR implements `GET /plugin` API to retrieve plugins' status (similar to LSP/MCP/Formatter status endpoints). Then it shows both configured version and actually installed version in `DialogStatus` (triggered via `/status` command) ### How did you verify your code works? BEFORE: <img width="1076" height="892" alt="Screenshot 2026-01-14 at 03 37 38" src="https://github.com/user-attachments/assets/9abc5fd9-b32d-4468-a869-7cc859d54227" /> AFTER: <img width="1076" height="892" alt="Screenshot 2026-01-14 at 03 37 05" src="https://github.com/user-attachments/assets/e3500b5b-726d-4074-95dc-35865cf0a85b" />
yindo added the pull-request label 2026-02-16 18:17:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12687