copilot-swe-agent[bot]
|
2883ccbe87
|
Move category methods to ChainBase and use consistent naming
Co-authored-by: jxxghp <51039935+jxxghp@users.noreply.github.com>
|
2026-01-26 04:32:11 +00:00 |
|
jxxghp
|
1c6f69707c
|
fix 增加模块异常traceback打印
|
2026-01-24 11:00:24 +08:00 |
|
noone
|
cee41567a2
|
feat(chain): 添加当前时间参数到消息渲染
- 在MessageTemplateHelper.render调用中添加current_time参数
|
2026-01-01 23:01:25 +08:00 |
|
stkevintan
|
378ba51f4d
|
support path_mapping for downloader
|
2025-12-08 16:25:46 +08:00 |
|
stkevintan
|
e51b679380
|
fix: support non-local filesystem operations for default dir and subtitles
|
2025-11-28 14:55:01 +08:00 |
|
jxxghp
|
6a492198a8
|
fix post_message
|
2025-11-17 13:33:01 +08:00 |
|
jxxghp
|
438d3210bc
|
fix agent
|
2025-11-01 10:39:08 +08:00 |
|
jxxghp
|
d523c7c916
|
fix pydantic
|
2025-11-01 09:51:23 +08:00 |
|
Attente
|
b609567c38
|
feat(cache): 引入 fresh 和 async_fresh 以控制缓存行为
- 新增 `fresh` 和 `async_fresh` 用于在同步和异步函数中
临时禁用缓存。
- 通过 `_fresh` 这一 contextvars 变量实现上下文感知的
缓存刷新机制
- 修改了 `cached` 装饰器逻辑,在 `is_fresh()` 为 True
时跳过缓存读取。
- 修复 download 模块中路径处理问题,使用 `Path.as_posix()` 确保跨平台兼容性。
|
2025-10-19 22:31:50 +08:00 |
|
jxxghp
|
ff7fb14087
|
fix cache_clear
|
2025-09-02 08:35:48 +08:00 |
|
jxxghp
|
c6c84fe65b
|
rename
|
2025-08-21 16:02:50 +08:00 |
|
jxxghp
|
dadc525d0b
|
feat:种子下载使用缓存
|
2025-08-20 22:03:18 +08:00 |
|
jxxghp
|
b3113e13ec
|
refactor:新增文件缓存组合
|
2025-08-20 19:04:07 +08:00 |
|
jxxghp
|
055c8e26f0
|
refactor:重构缓存系统
|
2025-08-20 17:35:32 +08:00 |
|
jxxghp
|
69cb07c527
|
优化缓存机制,支持Redis和本地缓存的切换
|
2025-08-20 09:16:30 +08:00 |
|
jxxghp
|
89e8a64734
|
重构Redis缓存机制
|
2025-08-20 08:51:03 +08:00 |
|
jxxghp
|
1ab2da74b9
|
use apipathlib
|
2025-08-17 09:00:02 +08:00 |
|
jxxghp
|
c2c8214075
|
refactor: 添加订阅协程处理
|
2025-08-02 09:14:38 +08:00 |
|
jxxghp
|
e5d2ade6e6
|
fix 协程环境中调用插件同步函数处理
|
2025-08-02 08:41:44 +08:00 |
|
jxxghp
|
e32b6e07b4
|
fix async apis
|
2025-08-01 20:27:22 +08:00 |
|
jxxghp
|
104138b9a7
|
fix:减少无效搜索
|
2025-08-01 15:18:05 +08:00 |
|
jxxghp
|
0c8fd5121a
|
fix async apis
|
2025-08-01 14:19:34 +08:00 |
|
jxxghp
|
d657bf8ed8
|
feat:协程搜索 part3
|
2025-08-01 08:40:25 +08:00 |
|
jxxghp
|
3fc2c7d6cc
|
feat:协程搜索 part2
|
2025-07-31 21:26:55 +08:00 |
|
jxxghp
|
109164b673
|
feat:协程搜索 part1
|
2025-07-31 20:51:39 +08:00 |
|
jxxghp
|
aea44c1d97
|
feat:键式事件协程处理
|
2025-07-31 17:27:15 +08:00 |
|
jxxghp
|
a0e4b4a56e
|
feat:媒体查询协程处理
|
2025-07-31 15:24:50 +08:00 |
|
jxxghp
|
75ea7d7601
|
add async api
|
2025-07-31 09:10:45 +08:00 |
|
jxxghp
|
8b75d2312c
|
add async run_module
|
2025-07-31 08:56:32 +08:00 |
|
jxxghp
|
152f814fb6
|
fix base chain
|
2025-06-26 13:28:11 +08:00 |
|
jxxghp
|
bd241a5164
|
feat:删除消息能力
|
2025-06-22 09:37:01 +08:00 |
|
jxxghp
|
a944975be2
|
fix:交互消息立即发送
|
2025-06-15 23:06:25 +08:00 |
|
jxxghp
|
f484b64be3
|
fix
|
2025-06-06 15:37:02 +08:00 |
|
jxxghp
|
a9300faaf8
|
fix:优化单例模式和类引用
|
2025-06-05 13:22:16 +08:00 |
|
jxxghp
|
360184bbd1
|
fix
|
2025-05-18 13:50:43 +08:00 |
|
Attente
|
20c1f30877
|
feat(message): 实现自定义消息模板功能
- 新增 MessageTemplateHelper 类用于渲染消息模板
- 在 ChainBase 中集成消息模板渲染功能
- 修改 DownloadChain、SubscribeChain 和 TransferChain 以使用新消息模板
- 新增 TemplateHelper 类用于处理模板格式
- 在 SystemConfigKey 中添加 NotificationTemplates 配置项
- 更新 Notification 模型以支持 ctype 字段
|
2025-05-05 05:27:48 +08:00 |
|
jxxghp
|
ca1f3ac377
|
feat:文件整理支持操作类入参
|
2025-05-01 20:56:17 +08:00 |
|
jxxghp
|
e13e1c9ca3
|
fix run_module
|
2025-05-01 11:36:43 +08:00 |
|
jxxghp
|
9d333b855c
|
feat:支持插件协持系统模块实现
|
2025-05-01 11:03:28 +08:00 |
|
jxxghp
|
078b60cc1e
|
feat:支持指定剧集组识别和刮削
|
2025-04-03 18:35:02 +08:00 |
|
jxxghp
|
d502f33041
|
fix 115 open api
|
2025-03-24 12:04:23 +08:00 |
|
jxxghp
|
f9b0db623d
|
fix cython type error
|
2025-03-23 21:39:37 +08:00 |
|
jxxghp
|
2f38b3040d
|
fix:修复代码兼容性写法
|
2025-03-23 12:10:21 +08:00 |
|
jxxghp
|
6603a30e7e
|
fix MessageQueueManager
|
2025-03-10 10:02:32 +08:00 |
|
jxxghp
|
39756512ae
|
feat: 支持消息发送时间范围
|
2025-03-09 19:34:05 +08:00 |
|
jxxghp
|
c32b845515
|
feat:actions增加识别选项
|
2025-03-02 09:45:24 +08:00 |
|
jxxghp
|
0a52fe0a7a
|
refactor: site browse api
|
2025-02-17 19:01:05 +08:00 |
|
jxxghp
|
b8f4cd5fea
|
v2.2.9
- 资源包升级以提升安全性
- 优化了页面数据刷新机制
注意:本次升级后会默认清理一次种子识别缓存
|
2025-02-14 19:35:49 +08:00 |
|
jxxghp
|
30eb4385d4
|
fix sites
|
2025-02-14 13:44:18 +08:00 |
|
jxxghp
|
bae7bff70d
|
fix #3744
|
2025-01-17 16:41:01 +08:00 |
|