From f01997ae52c09c1b21a4cf718635a9d844214a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=85=E8=AF=BA=E7=8B=90?= <212194964+foxcyber907@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:26:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0TODOlist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..a8a09e037 --- /dev/null +++ b/TODO.md @@ -0,0 +1,21 @@ +- [x] 添加向适配器发送命令并获取返回的函数 +- [x] 适配器正向/反向Websocket支持 +- [x] 内置网页搜索及URL解析工具(多平台,轮询秘钥) +- [x] 内置空间插件 +- [ ] 在好友聊天生成回复时设置输入状态 +- [x] 基于关键帧的视频识别功能 +- [ ] 对XML,JSON等特殊消息解析 +- [x] 插件热重载 +- [ ] 适配器黑/白名单迁移至独立配置文件,并支持热重载 +- [x] 添加MySQL支持,重构数据库 +- [ ] 戳一戳插件支持 +- [x] 设置表情插件支持 +- [ ] 沙盒插件支持 +- [ ] 点赞插件支持 +- [x] 真艾特支持(LLM决定是否艾特) +- [x] 重新支持聊天模式配置 +- [ ] 好友强制回复支持 +- [x] 添加表情包情感分析功能 +- [x] 添加主动思考配置 +- [x] 添加日程管理 +- [x] 添加MCP SSE支持 \ No newline at end of file From f502ef653206c0b87c434dfb5d9b2e7842cb62ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=85=E8=AF=BA=E7=8B=90?= <212194964+foxcyber907@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:27:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin_system/apis/send_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin_system/apis/send_api.py b/src/plugin_system/apis/send_api.py index e842ce31e..e3ba239be 100644 --- a/src/plugin_system/apis/send_api.py +++ b/src/plugin_system/apis/send_api.py @@ -417,6 +417,7 @@ async def adapter_command_to_stream( storage_message: bool = False ) -> dict: """向适配器发送命令并获取返回值 + 雅诺狐的耳朵特别软 Args: