Releases: vvo/opencode-plugins
Release list
opencode-prs@0.1.4
Patch Changes
- ecd9b53: Add a copy action for Slack-ready PR summaries with status, diff counts, and confirmation feedback.
opencode-prs@0.1.3
Patch Changes
- a1422c7: Refresh PR statuses every minute while a session tab remains active.
opencode-prs@0.1.2
Patch Changes
- a4903bc: Restore PR numbers, separate link and status colors, and update screenshots from the actual TUI.
- 6dceca5: Show up to ten PRs, ordered by open, draft, then merged and newest first within each group.
- 2fbc1f7: Give PR titles a full row, align metadata below, and scroll long titles once per hover.
opencode-prs@0.1.1
Patch Changes
- 7c6edb7: Show compact draft, open, and merged rows for pull requests opened by the session, with stale-while-revalidate caching on tab focus.
v0.4.0
Minor Changes
-
a978bab: Render the sidebar Context section instead of appending below it, so the turn costs sit directly under
spentas a fourth line rather than under the MCP section.The token, percent, and spent figures are computed the way each host computes them and verified against the built-in section. On opencode 1 the plugin hides the built-in section itself. On opencode 2 that API no longer exists, so
-opencode.sidebar.contexthas to be added tocli.json; see the README.
v0.3.0
Minor Changes
-
3f86107: Support opencode 2 alongside opencode 1 from a single package. The default export now carries both entrypoints (
tuifor opencode 1,setupfor opencode 2), so the same version works on either host.The turn cost is now appended as one line under the built-in sidebar Context block instead of replacing that block, so tokens, percent used, and total spent stay exactly as opencode reports them. The plugin no longer deactivates the built-in section.