jxxghp
b79609bb8b
Merge pull request #5603 from jxxghp/copilot/add-read-file-tool
2026-03-23 00:34:44 +08:00
copilot-swe-agent[bot]
bdcbb5cce6
feat: add read_file tool for agent with line range and 50KB size limit support
...
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com >
Agent-Logs-Url: https://github.com/jxxghp/MoviePilot/sessions/615dcf93-c017-4d3f-a96f-5cdad426b9a4
2026-03-22 16:32:19 +00:00
copilot-swe-agent[bot]
d1503f9df3
Initial plan
2026-03-22 16:29:07 +00:00
jxxghp
210c3234d2
更新 version.py
2026-03-22 23:45:37 +08:00
jxxghp
c13abfdd0d
fix:Agent会话时间调整为1天,通过自动压缩控制上下文
2026-03-22 23:41:47 +08:00
jxxghp
30b332ac7e
feat: Introduce MemoryMiddleware and PatchToolCallsMiddleware to the agent, and add EditFileTool and WriteFileTool for file manipulation.
2026-03-22 23:35:34 +08:00
jxxghp
7e9c489aeb
feat: Enhance agent persona to be cute, playful, and anthropomorphic with increased emoji usage and updated Chinese examples.
2026-03-22 22:07:05 +08:00
jxxghp
5739ca7f97
fix agent bug
2026-03-22 22:02:54 +08:00
jxxghp
e4451c7e6a
fix: qqbot wechatbot 模块循环依赖问题
2026-03-22 21:49:57 +08:00
jxxghp
5cded77387
feat(agent): upgrade langchain to v1.0+
2026-03-22 21:41:12 +08:00
jxxghp
ea4e0dd764
feat(agent): upgrade langchain to v1.0+
2026-03-22 21:07:45 +08:00
jxxghp
f105357f96
Merge pull request #5602 from PKC278/v2
2026-03-22 07:08:41 +08:00
PKC278
bc2302baeb
feat: 优化query_library_exists和query_subscribes工具输出,优化SKILL.md
...
fix(add_download): 更新torrent_url和description字段的描述,移除错误的添加直链的功能
2026-03-22 01:47:38 +08:00
jxxghp
afcdefbbf3
Merge pull request #5597 from DDSRem-Dev/dev
2026-03-20 21:30:03 +08:00
jxxghp
3ad8557065
Merge pull request #5596 from Aqr-K/fix-restart
2026-03-20 21:29:45 +08:00
Aqr-K
e68d607c9b
fix(docker): 优化容器启动、优雅退出和Nginx配置
2026-03-20 20:28:16 +08:00
DDSRem
8e9cf67190
fix(workflows): operations per run
2026-03-20 19:13:05 +08:00
jxxghp
0cb6cd8761
Merge pull request #5594 from PKC278/v2
2026-03-20 12:02:45 +08:00
PKC278
17aa795b3e
feat: add_download工具支持添加多个 torrent_url,优化下载任务处理和反馈信息
2026-03-20 11:47:27 +08:00
jxxghp
7d47096e6e
Merge pull request #5592 from wikrin/refactor/scraping-switch-to-policy
2026-03-19 22:25:24 +08:00
Attente
48b59df11b
refactor(media): 引入配置化刮削策略
2026-03-19 21:25:57 +08:00
jxxghp
a90a3b2445
Merge pull request #5589 from PKC278/v2
2026-03-18 21:33:33 +08:00
PKC278
d18b68d24a
feat: 为部分工具添加豆瓣ID支持
2026-03-18 19:36:32 +08:00
PKC278
78c4ec8bfe
feat: 将部分逻辑移到后端,简化脚本
2026-03-18 17:48:28 +08:00
PKC278
b50a3b9aae
feat: 工具输入输出统一为movie或tv
2026-03-18 17:07:03 +08:00
PKC278
4f3eaa12d5
feat: 更新下载工具和搜索结果工具的描述,添加可选展示过滤选项参数,优化SKILL.md
2026-03-18 16:30:31 +08:00
PKC278
cedb0f565c
feat: 优化工具和SKILL.md
2026-03-18 14:27:07 +08:00
PKC278
226432ec7f
feat(mcp): add torrent filter workflow and moviepilot cli skill
2026-03-17 17:22:33 +08:00
jxxghp
d93ab0143c
Merge pull request #5583 from lclrc/fix
2026-03-16 19:30:46 +08:00
lclrc
3d32d66ab1
Fixes: FetchRssParams in workflow
2026-03-16 15:32:04 +08:00
jxxghp
e814eed047
更新 version.py
v2.9.15
2026-03-15 10:09:17 +08:00
jxxghp
96395c1469
feat: 增强插件静态文件API安全性
2026-03-14 21:12:54 +08:00
jxxghp
6065c29891
Revert "Merge pull request #5573 from wikrin/refactor-static-methods-conversion"
...
This reverts commit b8fc20b981 , reversing
changes made to e09cfc6704 .
2026-03-14 18:21:31 +08:00
jxxghp
f38cb274e4
Revert "refactor(helper): 将LLMHelper StorageHelper的相关方法改为静态方法,移除实例调用"
...
This reverts commit 9f381b3c73 .
2026-03-14 18:19:47 +08:00
jxxghp
7bfee87cbf
Merge pull request #5577 from EkkoG/wechat_bot
2026-03-14 18:02:33 +08:00
jxxghp
2ce2a3754c
Merge pull request #5576 from wikrin/refactor-static-methods
2026-03-14 17:59:48 +08:00
EkkoG
510476c214
feat(wechat): add WeChatBot class for intelligent bot integration and enhance WechatModule to support bot mode
...
- Introduced WeChatBot class for handling intelligent bot functionalities.
- Updated WechatModule to differentiate between traditional and bot modes using WECHAT_MODE configuration.
- Enhanced stop method in WechatModule to gracefully stop client instances.
- Added logic to skip traditional menu initialization for bot mode.
- Updated .gitignore to include .venv directory.
2026-03-14 16:17:39 +08:00
jxxghp
6cd071c84b
Merge pull request #5575 from DDSRem-Dev/dev
2026-03-14 14:54:51 +08:00
DDSRem
406e17b3fa
fix(docker): locale-gen zh_CN, set LD_PRELOAD in final stage only
...
fix 858da38680
2026-03-14 14:36:56 +08:00
jxxghp
dd184255ad
Merge pull request #5574 from tejasae-afk/fix/set-a-timeout-on-alipan-http-calls
2026-03-14 13:25:09 +08:00
jxxghp
77a0b38081
更新 alipan.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-14 13:25:00 +08:00
Tejas Attarde
14c3d66ce6
perf(modules): set a timeout on alipan HTTP calls
2026-03-14 00:23:45 -04:00
jxxghp
858da38680
feat: Integrate jemalloc for improved memory allocation.
2026-03-14 12:00:12 +08:00
Attente
9f381b3c73
refactor(helper): 将LLMHelper StorageHelper的相关方法改为静态方法,移除实例调用
2026-03-14 10:29:37 +08:00
jxxghp
b8fc20b981
Merge pull request #5573 from wikrin/refactor-static-methods-conversion
2026-03-13 22:53:54 +08:00
Attente
b89825525a
refactor(helper): 将DirectoryHelper、RuleHelper和TorrentHelper方法改为静态方法
...
- 移除不必要的实例化操作,直接使用类方法
2026-03-13 19:50:10 +08:00
jxxghp
e09cfc6704
Merge pull request #5570 from Seed680/v2
2026-03-12 21:54:06 +08:00
jxxghp
0c9c303c60
Merge pull request #5569 from YuF-9468/fix-5567-match-season-episodes-call
2026-03-12 21:53:46 +08:00
noone
3156b43739
bugfix(meta): 添加视频帧率信息解析支持
...
- 添加自定义格式中关于fps的内容
2026-03-12 14:51:23 +08:00
YuF-9468
591aa990a6
fix(search): call match_season_episodes via class to avoid bound-arg conflict
2026-03-12 09:27:31 +08:00