✨ 新功能
- add tools for querying and updating custom identifiers by @jxxghp
- add /stop_agent command for emergency stop of agent reasoning by @jxxghp
- add database-operation skill for SQL access with auto SQLite/PostgreSQL detection by @jxxghp
- add command-execute skill for intelligent command dispatch by @jxxghp
- 优化洗版订阅合集的识别 by @attente
- TransferRename 事件增加 source_item 源文件信息 by @DDSRem
🐛 修复
- 基于langgraph_step过滤中间步骤思考文本,抽离ThinkTagStripper类 by @jxxghp
- resolve circular import by lazy-importing Command in run_slash_command and list_slash_commands by @jxxghp
- 统一redis缓存键 by @attente
- 修复Gemini 2.5思考模型工具调用时thought_signature缺失导致400错误 by @jxxghp
- 修复获取Google模型列表阻塞事件循环及缺少代理配置的问题 by @jxxghp
🔧 其他
- optimize database-operation skill to read DB info from system prompt <system_info> by @jxxghp
- 更新 SKILL.md by @jxxghp
- rename list_all_commands to list_slash_commands and skill to command-dispatch by @jxxghp
- rename run_plugin_command to run_slash_command to avoid confusion with execute_command (shell) by @jxxghp
- 补充媒体刮削路径、图片与事件流程测试 by @attente
- 修复 QQbot渠道依旧会重复发送消息问题 by @EkkoG
- 删除 .DS_Store by @jxxghp
- SendMessageTool message_type 改为消息标题 by @jxxghp
- 更新 init.py by @jxxghp
完整更新记录: v2.9.25...v2.9.26