mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-09 17:19:13 +00:00
docs: auto-regenerate README and registry data
Some checks are pending
Auto-Generate README / generate (push) Waiting to run
Some checks are pending
Auto-Generate README / generate (push) Waiting to run
This commit is contained in:
parent
a6d59fff3a
commit
23136122c8
2 changed files with 35 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -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
20
dist/registry.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue