Skip to content

Releases: christiangalsterer/opencode-requesty-plugin

v1.2.2

Choose a tag to compare

@christiangalsterer christiangalsterer released this 18 Sep 15:45
1eac9f9

1.2.2 (2026-09-18)

Bug Fixes

  • pin solid-js and verify packed artifact in CI (f3d04b0)

v1.2.1

Choose a tag to compare

@christiangalsterer christiangalsterer released this 18 Sep 13:52
8eb94b8

1.2.1 (2026-09-18)

Bug Fixes

  • pin solid-js and verify packed artifact in CI (5623c87)

v1.2.0

Choose a tag to compare

@christiangalsterer christiangalsterer released this 18 Sep 08:48
5b8f20a

1.2.0 (2026-09-18)

Features

  • include sub-agent session cost in session totals (e1c8cee)
  • show per-session cost in the sidebar (031a95c)
  • show per-session cost in the sidebar (16a66c3)
  • show per-session cost in the sidebar (39bb772)
  • show per-session cost in the sidebar (9de7ee5)
  • show total session spend in the prompt footer (0b04140)

Bug Fixes

  • Make the session cost tests use dates derived from the current day so they no longer break when the calendar advances. (bf5aabe)
  • remove hardcoded requesty provider check (8ff781e)
  • remove hardcoded requesty provider check (dc5b5a2)
  • render cached session cost immediately on revisit (86cba85)
  • round costs to two decimals instead of truncating (87b73c0)

v1.1.0

Choose a tag to compare

@christiangalsterer christiangalsterer released this 22 Aug 10:58
1055c25

1.1.0 (2026-08-22)

Features

  • add configurable API key nickname display (fe55488)
  • add configurable prompt averages and rename todaySpend setting (f74348d)
  • add daily average metric and improve sidebar layout (ed33769)
  • add input/output token breakdown to sidebar (813faf2)
  • add token breakdown to dialog budget metrics (3ded02d)
  • change session prompt average defaults to false (2cf9667)
  • default API key name display to false (6bd2e18)
  • dialog: refine model breakdown layout and dialog sizing (e01d160)
  • exclude today from 7d and 30d averages (7cec5d0)
  • improve model list scrollbar visibility and layout responsiveness (cb76d5e)
  • show today's token breakdown in session prompt (27369a2)
  • switch to rolling 30-day usage window (3ab25b1)

Bug Fixes

  • debounce API refreshes during session message updates (c294ff5)
  • improve dialog layout and prevent content overlap (3c33a9e)
  • improve dialog layout and prevent content overlap (22877dd)

v1.0.0

Choose a tag to compare

@christiangalsterer christiangalsterer released this 21 Aug 18:22
f20b712

1.0.0 (2026-08-16)

The first stable release of the opencode-requesty-plugin, bringing seamless Requesty.ai budget and usage monitoring directly into your OpenCode TUI workspace.
Key Features

  • Real-time Budget Monitoring: View your monthly spend and budget limit at a glance.
  • Three Integrated Views:
  • Sidebar Widget: Compact, at-a-glance dashboard with spend, pace indicators, daily/7d/30d trends, and model breakdown.
  • Detail Dialog (/requesty): Full-featured diagnostic view with deep-dive metrics, budget health, and exhaustion estimates.
  • Prompt Indicator: Discreet, real-time budget usage readout right in your session prompt.
  • Intelligent Analytics:
  • Month-end projections with pace markers (↑ over, → on, ↓ under pace).
  • Configurable warning and error thresholds with color-coded alerts.
  • API Key nickname support for multi-project workflows.
  • Highly Configurable: Tailor the experience with extensive options for both the sidebar and the prompt readout.
    Getting Started
  1. Add to tui.json:
{
  "plugin": ["@christiangalsterer/opencode-requesty-plugin@1.0.0"]
}
  1. Ensure API Access: Ensure your opencode.json contains a valid provider.requesty.options.apiKey.
  2. Explore: Restart OpenCode and use the /requesty command to access the full detail dialog.
    See the README (https://github.com/christiangalsterer/opencode-requesty-plugin#readme) for the full configuration guide and installation options.