InfinityPacer
dfc047b880
ci: 建立镜像发布前供应链门禁 ( #6393 )
2026-08-22 16:03:33 +08:00
InfinityPacer
4e3a6c8032
perf(docker): isolate high-frequency image payloads ( #6365 )
2026-08-20 14:47:06 +08:00
jxxghp
7e851dbfa7
refactor(chain): 处理链功能域 mixin 化,清理未使用导入并根治兼容层循环导入
...
- ChainBase 拆分为 RecognitionMixin/MessageProcessingMixin/NotificationMixin
- TransferChain 拆分为 7 个功能 mixin(_mixins.py),SubscribeChain 音乐订阅域拆出 _music.py
- 斜杠命令交互四件套收敛为 InteractionChainMixin 委托,会话管理器移至 application 层,chain 层不再 re-export
- 模块基础类收敛到 app/modules/_base(notification/mediaserver 语义重命名)
- 清理 app/chain/__init__.py 24 个未使用导入,修正 49 处测试 patch 目标到实际命名空间
- 兼容层 legacy 符号不再并入 __all__,根治 schemas 初始化反向拉起 application.transfer 的循环导入
- 修复 bangumi 集数为字符串时 set_bangumi_info 抛 TypeError
- 新增重复代码等架构门禁测试;capability 清单校验排除下划线内部目录
2026-08-16 16:30:16 +08:00
Aqr-K
8a11214a43
refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 ( #6320 )
2026-08-15 06:58:38 +08:00
jxxghp
369d7d6448
refactor: reorganize backend module boundaries
2026-08-14 19:53:33 +08:00
jxxghp
7b3444c366
refactor backend module architecture
2026-08-14 15:45:38 +08:00
Aqr-K and Aqr-K
a2e70b443d
fix(monitor,transfer): 修复 FUSE 挂载无响应导致的监控冻死、整理链锁死与漏件 ( #6276 )
...
* wip(v3): 移植监控与整理韧性修复到 v3 基线
包含:监控看门狗隔离/挂载探测、整理队列持久化、文件系统子进程代理、
写入原子化。迁移重挂到 v3 链 8a4c7e1d2f90 -> 7f5c1d2e3a4b -> e3d9f4b7c806。
tmdb 相关测试尚未通过,待定位。
* fix(v3): 修正移植引入的 16 项测试失败
- poller.py:合并时我方保留的行仍用旧变量名 merged_snapshot,而 v3 已统一
改名为 current_snapshot,导致 NameError 被外层 except 吞掉、快照从未保存
- smb.py:采纳 f-string 拆分写法,恢复 Python 3.11 可解析
- dispatcher 测试:历史查重由 _should_skip_by_history 统一承担,mock 点随之调整
- tmdb 缓存测试:补充 v3 新增的 media_source/media_id 字段
- tmdb 重试测试:为 fake 补充 match_multi/async_match_multi
尚余 3 项与 v3 识别流程的连接失败处理有关,待单独判断。
* fix(v3): 测试适配 v3 的 media_source/media_id 重构
v3 将媒体标识从 tmdbid 统一重构为 media_source + media_id,recognize_media
的 tmdbid 参数已被 **kwargs 静默吞掉——传了也不生效,流程会误降级到名称搜索。
tmdb 重试用例改用新参数后恢复正确路径。
同时修正 fake 的 match_multi 语义:真实实现(tmdbapi.match_multi)吞掉所有
异常并返回 None,连接失败与「未找到」在该路径上本就不可区分,fake 需保持一致。
至此移植引入的 19 项失败全部清零。
---------
Co-authored-by: Aqr-K <Aqr-K@users.noreply.github.com >
2026-08-13 08:19:54 +08:00
jxxghp
18c1ec4b82
feat: add standalone site adapter collector
2026-07-12 13:51:07 +08:00
InfinityPacer
0c53fb86fd
feat(deps): add uv-backed package installer ( #5987 )
...
* feat(deps): add uv-backed package installer
* feat(deps): support package cache root
2026-06-23 13:36:15 +08:00
InfinityPacer
e02cebe16c
fix(tests): stabilize messaging shutdown ( #5979 )
2026-06-21 07:37:47 +08:00
InfinityPacer
51c2843dd0
fix(plugin): clean release fallback before retry ( #5930 )
2026-06-12 19:08:18 +08:00
InfinityPacer
df732731d9
test: move config+db isolation to conftest, unify on pytest ( #5868 )
2026-06-01 15:41:14 +08:00
TimoYoung
c9bdaf2f40
chore: ignore config/plugins/ in gitignore ( #5828 )
2026-05-24 22:29:38 +08:00
jxxghp
bd4d493f34
feat: add Rust acceleration for core parsing
2026-05-22 19:58:04 +08:00
DDSRem
cfb6448060
chore: add AI tool configs and refine .gitignore for AI settings ( #5759 )
2026-05-12 19:45:48 +08:00
jxxghp
c5b716c231
feat: introduce unified agent runtime config and system task prompt framework
...
- Add structured runtime config files (AGENT_PROFILE.md, AGENT_WORKFLOW.md, AGENT_HOOKS.md, USER_PREFERENCES.md, SYSTEM_TASKS.md, CURRENT_PERSONA.md) for persona, workflow, hooks, and system tasks
- Implement agent_runtime_manager to load, validate, and render runtime config and system task prompts
- Refactor agent initialization to use runtime-managed directories for skills, jobs, memory, and activity logs
- Add AgentHooksMiddleware for structured pre/in/post hooks injection
- Replace hardcoded system task prompts with template-driven rendering from SYSTEM_TASKS.md
- Update tests to cover runtime config loading, migration, and system task prompt rendering
- Update .gitignore to exclude config/agent/
2026-04-28 13:04:28 +08:00
jxxghp
70350aa39f
fix local update dirty check
2026-04-16 19:36:55 +08:00
jxxghp
02a98f832f
fix local cli install and config workflow
2026-04-16 14:55:31 +08:00
jxxghp
9a2a241a30
add full-stack local cli install flow
2026-04-16 09:52:15 +08:00
DDSRem and Claude Opus 4.6
c35faf5356
feat(downloader): add rTorrent downloader support
...
Implement rTorrent downloader module via XML-RPC protocol, supporting both HTTP (nginx/ruTorrent proxy) and SCGI connection modes. Add RtorrentModule implementing _ModuleBase and _DownloaderBase interfaces with no extra dependencies.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-22 13:12:22 +08:00
jxxghp
97cee657bd
更新 .gitignore 文件以包含 Pylint 相关文件,并修改 system.py 中的成功返回逻辑
2025-06-05 21:58:50 +08:00
jxxghp
13c40058a8
fix:build lite
2025-03-23 13:00:07 +08:00
jxxghp
2f38b3040d
fix:修复代码兼容性写法
2025-03-23 12:10:21 +08:00
InfinityPacer
24cc36033f
feat(db): add support for SQLite WAL mode
2024-11-12 17:17:16 +08:00
InfinityPacer
61ecc175f3
chore: Update .gitignore
2024-09-30 02:13:45 +08:00
InfinityPacer
709f8ef3ed
chore: Update .gitignore to exclude all log files and archives
2024-09-30 00:38:01 +08:00
InfinityPacer
d5241a2eb8
chore: Integrate pip-tools and safety, upgrade vulnerable dependencies
2024-08-20 18:52:07 +08:00
tianyf
a81ee7d89a
修复副标题包含【】的情况下无法匹配标题的问题
2024-05-09 11:18:00 +08:00
ljmeng
1ae220c654
集成CookieCloud服务端
2024-03-16 04:48:34 +08:00
Summer⛱
84c4cc8b5d
Update .gitignore
2023-12-19 17:36:58 +08:00
jxxghp
8e8a587bca
fix bug
2023-11-02 08:12:36 +08:00
jxxghp
0dac3f1b1d
fix gitignore
2023-11-01 17:58:48 +08:00
jxxghp
93c473afe7
- 优化Windows打包
2023-10-10 15:48:44 +08:00
Shurelol
e855374508
fix dataclass init
2023-07-08 23:10:13 +08:00
jxxghp
517f83ae61
fix downloading
2023-07-07 07:07:13 +08:00
jxxghp
4d06f86e62
init
2023-06-06 07:15:17 +08:00