Skip to content

Releases: vvo/opencode-plugins

opencode-prs@0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Sep 21:55
23a88fa

Patch Changes

  • ecd9b53: Add a copy action for Slack-ready PR summaries with status, diff counts, and confirmation feedback.

opencode-prs@0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:59
2e5ea35

Patch Changes

  • a1422c7: Refresh PR statuses every minute while a session tab remains active.

opencode-prs@0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:50
3871ac7

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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 14:42
6e8b185

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

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:45
ff48843

Minor Changes

  • a978bab: Render the sidebar Context section instead of appending below it, so the turn costs sit directly under spent as 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.context has to be added to cli.json; see the README.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:24
48672ff

Minor Changes

  • 3f86107: Support opencode 2 alongside opencode 1 from a single package. The default export now carries both entrypoints (tui for opencode 1, setup for 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.