docs: auto-regenerate README and registry data
Some checks are pending
Auto-Generate README / generate (push) Waiting to run

This commit is contained in:
github-actions[bot] 2026-06-26 09:23:04 +00:00
parent a6d59fff3a
commit 23136122c8
2 changed files with 35 additions and 0 deletions

View file

@ -1156,6 +1156,21 @@ suggestions. All processing stays local by default — no data leaves the machin
</blockquote>
</details>
<details>
<summary><b>ul-opencode-event</b> - <i>Multi-channel notifications (SMTP, DingTalk, Feishu) and token usage analytics</i></summary>
<blockquote>
Get notified when OpenCode sessions complete, error, or need your attention - via SMTP email, DingTalk robot, or Feishu robot.
- Multi-channel: SMTP, DingTalk, Feishu, local JSONL file
- Multi-level token analytics: message / session / total / project scopes
- 74+ template variables with i18n support (zh/en)
- Global + project config merge, automatic DB preload for crash recovery
- Built-in CLI test tool
<br><br>
<a href="https://gitee.com/ulthon/ul-opencode-event">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>UNMOJI</b> - <i>Strip emojis from output</i></summary>
<blockquote>

20
dist/registry.json vendored
View file

@ -1637,6 +1637,26 @@
"tags": [],
"homepageUrl": "https://www.typeui.sh/docs/guides/opencode"
},
{
"productId": "ul-opencode-event",
"type": "plugins",
"displayName": "ul-opencode-event",
"repoUrl": "https://gitee.com/ulthon/ul-opencode-event",
"tagline": "Multi-channel notifications (SMTP, DingTalk, Feishu) and token usage analytics",
"description": "Get notified when OpenCode sessions complete, error, or need your attention - via SMTP email, DingTalk robot, or Feishu robot.\n- Multi-channel: SMTP, DingTalk, Feishu, local JSONL file\n- Multi-level token analytics: message / session / total / project scopes\n- 74+ template variables with i18n support (zh/en)\n- Global + project config merge, automatic DB preload for crash recovery\n- Built-in CLI test tool\n",
"scope": [
"global"
],
"tags": [
"notifications",
"email",
"dingtalk",
"feishu",
"token-tracking",
"usage-analytics"
],
"homepageUrl": "https://www.npmjs.com/package/@ulthon/ul-opencode-event"
},
{
"productId": "unmoji",
"type": "plugins",