Releases: jxxghp/MoviePilot
Releases · jxxghp/MoviePilot
v2.9.28
✨ 新功能
- 支持渐进式(SSE)搜索资源并实时返回搜索进度与结果 by @jxxghp
- reuse plugin wheels in batch dependency install by @InfinityPacer
🐛 修复
- avoid caching failed plugin index responses by @InfinityPacer
🔧 其他
- 移除 agent 批量重试逻辑中的多余 try 块并优化缩进 by @jxxghp
完整更新记录: v2.9.27...v2.9.28
v2.9.27
✨ 新功能
- 聚合插件侧栏导航 by @DDSRem
- 内置技能支持版本号管理,更新时自动覆盖旧版本 by @jxxghp
- 合并同批次整理失败的agent重试调用,避免重复浪费token by @jxxghp
- TransferOverwriteCheck 支持插件提供源文件真实大小 by @DDSRem
- 新增 TransferOverwriteCheck 事件支持插件介入覆盖判断 by @DDSRem
🔧 其他
- 查询订阅历史工具有名称过滤时不分页直接返回所有匹配结果 by @jxxghp
- agent工具支持翻页及取消数量限制 by @jxxghp
- 更新 search_web.py by @jxxghp
- 更新 search_person.py by @jxxghp
- 更新 search_media.py by @jxxghp
- 更新 list_directory.py by @jxxghp
- 更新 query_installed_plugins.py by @jxxghp
- 更新 query_subscribe_history.py by @jxxghp
- 更新 query_subscribes.py by @jxxghp
完整更新记录: v2.9.26...v2.9.27
v2.9.26
✨ 新功能
- 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
v2.9.25
v2.9.24
v2.9.23
✨ 新功能
- 优化Telegram文件下载与base64转换逻辑,重构消息发送相关代码 by @jxxghp
- 接入Exa API用于网络搜索 by @jxxghp
- 为需要管理员权限的工具添加 require_admin 字段 by @jxxghp
- 增加工具执行权限控制 by @jxxghp
- 支持图片消息处理 by @jxxghp
🐛 修复
🔧 其他
- 移除多余的空行,优化类型导入及方法为静态方法 by @jxxghp
- agent工具增加管理员权限校验:查询站点、查询已安装插件、查询插件能力、查询站点用户数据、刮削元数据 by @jxxghp
- 去除集图片的-thumb后缀,使图片名称与视频文件名称一致 by @jxxghp
- 移除多余的局部导入 by @jxxghp
完整更新记录: v2.9.22...v2.9.23
v2.9.22
v2.9.21
✨ 新功能
- 新增AI_AGENT_VERBOSE开关,控制工具调用过程回复及提示词输出 by @jxxghp
🔧 其他
- v2.9.21 by @jxxghp
完整更新记录: v2.9.20...v2.9.21
v2.9.20
✨ 新功能
- 支持Slack和Discord渠道的流式输出功能 by @jxxghp
🐛 修复
- 解决内存文件读取编码问题 by @developer-wlj
🔧 其他
- 新增agent删除下载历史记录工具 by @jxxghp
完整更新记录: v2.9.19...v2.9.20
v2.9.19
✨ 新功能
- 记忆为空时自动引导用户设置偏好;优化默认回复风格为简约直接 by @jxxghp
- tmdbid优先识别,同ID电影/电视剧通过元数据自动消歧 by @DDSRem
- 新增 ActivityLogMiddleware,自动记录每次交互的活动日志并注入系统提示词 by @jxxghp
- 新增 moviepilot-api 技能,支持全量 REST API 调用;技能中间件自动同步内置技能到用户目录 by @jxxghp
- 新增插件相关agent工具(查询插件、查询插件能力、运行插件命令) by @jxxghp
- 流式输出消息超长时自动分段发送,消息长度限制纳入渠道能力管理 by @jxxghp
- 同一会话消息排队顺序处理,不同会话互不影响 by @jxxghp
🐛 修复
- agent过滤模型思考/推理内容,不输出thinking到用户 by @jxxghp
🔧 其他
完整更新记录: v2.9.18...v2.9.19