Releases: jxxghp/MoviePilot
Releases · jxxghp/MoviePilot
v2.10.7
✨ 新功能
- introduce unified agent runtime config and system task prompt framework by @jxxghp
🐛 修复
- correct Plex notification image lookup by @jxxghp
- correct traditional Chinese subtitle rename detection by @jxxghp
- backfill transfer download history matching by @jxxghp
🔧 其他
- Optimize agent tool async blocking paths by @jxxghp
完整更新记录: v2.10.6...v2.10.7
v2.10.6
✨ 新功能
- add agent session usage status reporting by @jxxghp
🔧 其他
- Apply suggestions from code review by @jxxghp
- fix #5528 by @PKC278
- 更新 APP_VERSION 至 v2.10.6 by @jxxghp
- 增强 execute_command 工具:支持输出截断、并发限制与进程组清理,新增单元测试 by @jxxghp
- revert execute_command streaming changes by @jxxghp
- fix agent stream blocking during command execution by @jxxghp
- Revert Telegram duplicate edit fix by @jxxghp
- Fix Telegram duplicate message edits by @jxxghp
- 更新 init.py by @jxxghp
- refine internal middleware llm usage for streaming agents by @jxxghp
- refine tool提示语为更简洁风格,补充last_buffer_char属性及非VERBOSE模式流式输出换行逻辑,新增工具流式分隔符单元测试 by @jxxghp
- refine non-verbose prompt wording by @jxxghp
- refine agent subscription defaults and silent tool prompts by @jxxghp
完整更新记录: v2.10.5...v2.10.6
v2.10.5
✨ 新功能
- unify llm thinking level controls by @jxxghp
🐛 修复
- improve DeepSeek reasoning_content payload handling and update langchain dependencies by @jxxghp
- preserve deepseek reasoning content in tool loops by @jxxghp
🔧 其他
- bump version to v2.10.5 by @jxxghp
- 更新 ask_user_choice.py by @jxxghp
- remove legacy LLM_DISABLE_THINKING and LLM_REASONING_EFFORT config, unify thinking_level handling by @jxxghp
完整更新记录: v2.10.4...v2.10.5
v2.10.4
✨ 新功能
- improve skill instructions with highlighted command formatting by @jxxghp
- support custom skill sources in /skills by @jxxghp
- add ai-compatible API endpoints by @sebastian
- add searchable skills marketplace by @jxxghp
- add clawhub skill registry source by @jxxghp
- add skills marketplace management by @jxxghp
🔧 其他
完整更新记录: v2.10.3...v2.10.4
v2.10.3
✨ 新功能
- add llm test endpoint by @笨笨
- normalize internal system user ID in notification dispatch by @jxxghp
- improve local CLI startup management by @jxxghp
🐛 修复
- serialize rclone folder creation during concurrent transfers by @笨笨
🔧 其他
- Allow LLM test to use request payload by @jxxghp
- remove absolute path from llm helper test by @笨笨
- refine custom identifier skill scope by @jxxghp
- 更新 media.py by @jxxghp
- add English README by @jxxghp
- Add uninstall workflow to local CLI by @jxxghp
完整更新记录: v2.10.2...v2.10.3
v2.10.2
✨ 新功能
- encode local repo path in source url by @InfinityPacer
- support local plugin sources by @InfinityPacer
- optimize installation command and support initializing user password by @jxxghp
- add agent button choice workflow by @jxxghp
- add retry actions for failed transfers by @jxxghp
🐛 修复
- merge local repo sources during sync by @InfinityPacer
- sanitize local repo path telemetry by @InfinityPacer
- reload monitor on local path changes by @InfinityPacer
- 修复子进程环境下获取事件循环失败的问题 by @jxxghp
- 修正 docker 和 update.sh 中 python_version 的格式以匹配 sites.cpython-* 命名规则 by @jxxghp
🔧 其他
- expose plugin list processing helper by @InfinityPacer
- centralize local install dispatch by @InfinityPacer
- align local repo naming by @InfinityPacer
- rename local repo paths setting by @InfinityPacer
- Allow known nettest redirects by @jxxghp
- Add nettest documentation comments by @jxxghp
- Harden system nettest SSRF handling by @jxxghp
- 优化资源包下载逻辑,只下载对应操作系统和Python版本的sites文件 by @jxxghp
- relax local install python requirement to 3.11 by @jxxghp
- generalize agent interaction requests by @jxxghp
完整更新记录: v2.10.1...v2.10.2
v2.10.1
v2.10.0
🔧 其他
- bump version to v2.10.0 by @jxxghp
- extend setup wizard for database and agent by @jxxghp
- fix local db initialization model registration by @jxxghp
- run setup config step inside venv by @jxxghp
- update reused bootstrap repo before setup by @jxxghp
- fix bootstrap script for macos bash by @jxxghp
- fix local cli install and config workflow by @jxxghp
- add full-stack local cli install flow by @jxxghp
- Add manual AI redo flow by @jxxghp
- 更新 config.py by @jxxghp
- Improve agent image capability routing by @jxxghp
完整更新记录: v2.9.30...v2.10.0
v2.9.30
✨ 新功能
- expose AI agent flag in user global settings by @jxxghp
- support file attachments and local file replies by @jxxghp
- add audio message extraction and download support for Slack, QQ, Discord, SynologyChat, and VoceChat by @jxxghp
- add voice message support with TTS/STT for Telegram and WeChat by @jxxghp
🐛 修复
- tighten queue cleanup edge cases by @InfinityPacer
- fail stale queue tasks on errors by @InfinityPacer
- clean migrated queue jobs by @InfinityPacer
- create missing download root before saving subtitles by @ilvsx
- handle 404 plugin index and None response safely by @InfinityPacer
- expose backend dev flag only in dev mode by @InfinityPacer
🔧 其他
- 更新 llm.py by @jxxghp
- make queue job migration explicit by @InfinityPacer
- fix #5661 插件package文件不存在时不报错 by @jxxghp
完整更新记录: v2.9.29...v2.9.30
v2.9.29
🐛 修复
- reset tv episode counts in history response by @InfinityPacer
- refresh total episodes before completion check by @InfinityPacer
- pass disable_web_page_preview through edit_message_text by @DDSRem
- close helper responses consistently by @InfinityPacer
- require 200 for share reporting requests by @InfinityPacer
- use explicit success checks in async callers by @InfinityPacer
- close non-success responses safely by @InfinityPacer
🔧 其他
- update last_update when refreshing episode totals by @InfinityPacer
- Expand image and edit support across messaging channels by @jxxghp
- Fix Telegram agent image download path by @jxxghp
- Add tracing logs for agent image message flow by @jxxghp
- Fix forwarded image payload parsing for agent channels by @jxxghp
- Add agent image support for Telegram and Slack by @jxxghp
完整更新记录: v2.9.28...v2.9.29