Skip to content

v1.0.0

Choose a tag to compare

@christiangalsterer christiangalsterer released this 21 Aug 18:22
· 123 commits to main since this release
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.