tools: plugindev 工具链支持公共 IOInjector.InjectInputSync(CORE_INJECT_INPUT_SYNC=47,z_bridge dispatchIO 桥接),重建 bin 预编译二进制;example/memo: plg.json 修复(name_en 去斜杠、去 BOM);sdk/plugin.go 注释精简

This commit is contained in:
root
2026-08-02 16:24:59 +08:00
parent 8e5610c494
commit b6e30f9279
4 changed files with 12 additions and 10 deletions

View File

@ -1,9 +1,9 @@
{
{
"name": "memo",
"name_zh": "备忘录",
"name_en": "Memo/Notes",
"name_en": "Memo",
"version": "1.0.0",
"description": "待办事项与备忘录管理插件。支持创建、完成、列表查看。通过阶段钩子在每次对话前注入待办提醒。",
"description": "待办与备忘录插件。待办todo_add/todo_complete/todo_list会主动提醒备忘录memo_create/memo_list/memo_delete纯记事不提醒。",
"author": "HomeAgent",
"entry": "plugin.so",
"tags": ["memo", "todo", "notes"],