opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(plugin): show both configured & installed version of plugins in `DialogStatus`

Open lqmanh opened this issue 16 hours ago • 2 comments

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

lqmanh avatar Jan 13 '26 20:01 lqmanh