From 3ce0287020f1daf64fa91736658523e3b5a46ae1 Mon Sep 17 00:00:00 2001 From: Shawn Kiser <35721408+slkiser@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:05:42 +0200 Subject: [PATCH 1/2] Add opencode-quota plugin to ecosystem documentation --- packages/web/src/content/docs/ecosystem.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 2fc3b654869b..6fd034727918 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -54,6 +54,8 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-firecrawl](https://github.com/firecrawl/opencode-firecrawl) | Web scraping, crawling, and search via the Firecrawl CLI | | [opencode-jfrog-plugin](https://github.com/jfrog/opencode-jfrog-plugin) | JFrog Plugin for seamless integration of Opencode users to JFrog platform | | [opencode-goal-plugin](https://github.com/willytop8/OpenCode-goal-plugin) | Session-scoped `/goal` workflow that keeps objectives in context and auto-continues until complete | +| [opencode-quota](https://github.com/slkiser/opencode-quota) | Provider quotas and local token usage in the sidebar, status line, notifications, and commands | + --- From 3457fb356c6e6fe077e9d498cfd3a980d2c771c2 Mon Sep 17 00:00:00 2001 From: "Shawn L. Kiser" <35721408+slkiser@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:11:36 +0200 Subject: [PATCH 2/2] docs: align opencode-quota ecosystem row --- packages/web/src/content/docs/ecosystem.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 6fd034727918..44abb18a25cf 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -54,8 +54,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-firecrawl](https://github.com/firecrawl/opencode-firecrawl) | Web scraping, crawling, and search via the Firecrawl CLI | | [opencode-jfrog-plugin](https://github.com/jfrog/opencode-jfrog-plugin) | JFrog Plugin for seamless integration of Opencode users to JFrog platform | | [opencode-goal-plugin](https://github.com/willytop8/OpenCode-goal-plugin) | Session-scoped `/goal` workflow that keeps objectives in context and auto-continues until complete | -| [opencode-quota](https://github.com/slkiser/opencode-quota) | Provider quotas and local token usage in the sidebar, status line, notifications, and commands | - +| [opencode-quota](https://github.com/slkiser/opencode-quota) | Provider quotas and local token usage in the sidebar, status line, notifications, and commands | ---