diff --git a/README.md b/README.md index 55dcbb0..0afd7be 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ 🧩 PLUGINS
+
+ aerovato/opencode-quotes-plugin - Display inspirational quotes instead of tips +
+ Replaces the default home-page tips with inspirational quotes for a more motivating OpenCode experience. +

+ 🔗 View Repository +
+
+
Agent Identity - Agent self-identity and per-message attribution for multi-agent sessions
@@ -448,6 +457,15 @@
+
+ OpenCode Throughput - Real-time LLM performance monitoring +
+ Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage, and cost per model with toast notifications and a TUI sidebar display. +

+ 🔗 View Repository +
+
+
OpenCode Token Tracker - Real-time token usage, cost, and latency tracking for every AI request in OpenCode
@@ -484,6 +502,15 @@
+
+ opencode-ascii - Strip unicode characters from output and replace them by their ASCII equivalents +
+ Substitute unicode characters for ASCII. Em-dash (—) and en-dash (–) for hyphens (-); right arrow (→) for (->) and so on. +

+ 🔗 View Repository +
+
+
opencode-mystatus - Check AI subscription quotas
diff --git a/dist/registry.json b/dist/registry.json index 490e165..385c11c 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -426,6 +426,18 @@ ], "tags": [] }, + { + "productId": "opencode-ascii", + "type": "plugins", + "displayName": "opencode-ascii", + "repoUrl": "https://github.com/d3vv3/opencode-ascii", + "tagline": "Strip unicode characters from output and replace them by their ASCII equivalents", + "description": "Substitute unicode characters for ASCII. Em-dash (—) and en-dash (–) for hyphens (-); right arrow (→) for (->) and so on.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-canvas", "type": "plugins", @@ -589,6 +601,18 @@ ], "tags": [] }, + { + "productId": "opencode-quotes-plugin", + "type": "plugins", + "displayName": "aerovato/opencode-quotes-plugin", + "repoUrl": "https://github.com/aerovato/opencode-quotes-plugin", + "tagline": "Display inspirational quotes instead of tips", + "description": "Replaces the default home-page tips with inspirational quotes for a more motivating OpenCode experience.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-roadmap", "type": "plugins", @@ -661,6 +685,18 @@ ], "tags": [] }, + { + "productId": "opencode-throughput", + "type": "plugins", + "displayName": "OpenCode Throughput", + "repoUrl": "https://github.com/Howardzhangdqs/opencode-throughput", + "tagline": "Real-time LLM performance monitoring", + "description": "Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage, and cost per model with toast notifications and a TUI sidebar display.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-token-tracker", "type": "plugins",