Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# oc-usage-limits-plugin

## 2.0.0-next.1

### Minor Changes

- d5e6bed: Add typed master display, sidebar window filtering, and per-provider footer window selection configuration.
- af75e02: Move display visibility and window selection to typed provider-level configuration fields.
- e9d4e4b: Add separate `showSidebar` and `showFooter` configuration toggles for the v2 TUI displays.

### Patch Changes

- 41ea91f: Align the OpenCode v2 preview package with the current beta TUI API and host OpenTUI dependencies.
- a686f72: Remove the unused OpenTUI keymap development dependency from the OpenCode v2 preview package.

## 2.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oc-usage-limits-plugin",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "OpenCode TUI plugin that shows Codex, ZAI, Synthetic, and MiniMax Token Plan usage limits in the sidebar and prompt footer.",
"keywords": [
"codex",
Expand Down