Commit Graph
6470 Commits
Author SHA1 Message Date
jxxghp 8171e16f8d feat: make subscribe deletion reports durable 2026-08-22 23:57:51 +08:00
jxxghp 640f6dfdca refactor: centralize startup system configuration 2026-08-22 23:39:34 +08:00
jxxghp e602c23668 refactor: clear public entrypoint complexity debt 2026-08-22 23:28:30 +08:00
jxxghp 56cb7294eb refactor: extract cache network and compatibility entrypoints 2026-08-22 23:13:59 +08:00
jxxghp 3a43b1be3e fix: satisfy pylint changed-file gate 2026-08-22 22:39:42 +08:00
jxxghp 16f7d65640 refactor: complete chain entrypoint slicing 2026-08-22 22:31:24 +08:00
jxxghp cc967741d8 refactor: split media server sync phases 2026-08-22 22:12:00 +08:00
jxxghp b3573e930a refactor: extract direct batch download candidates 2026-08-22 21:55:16 +08:00
jxxghp 855e4d60f4 refactor: extract transfer candidate planning 2026-08-22 21:49:10 +08:00
jxxghp 2d5b46004f refactor: isolate batch download preparation 2026-08-22 21:43:17 +08:00
jxxghp 7611cc8ea8 refactor: isolate transfer identity stage 2026-08-22 21:38:11 +08:00
jxxghp b45597866b refactor: split subscription creation stages 2026-08-22 21:07:18 +08:00
jxxghp a380cf6d49 refactor: migrate auth runtime configuration 2026-08-22 20:53:53 +08:00
jxxghp 33ca1f824f refactor: extract download success settlement 2026-08-22 20:46:48 +08:00
jxxghp 8d0a694816 refactor: migrate passkey runtime configuration 2026-08-22 20:35:27 +08:00
jxxghp 047c88997a refactor: migrate cleanup policy configuration 2026-08-22 20:30:51 +08:00
jxxghp 3181c01125 refactor: migrate rss helper configuration 2026-08-22 20:26:51 +08:00
jxxghp 46ef5749db refactor: split torrent cache refresh stages 2026-08-22 20:23:46 +08:00
jxxghp 250270d97c refactor: migrate torrent helper configuration 2026-08-22 20:13:28 +08:00
jxxghp fc6c6433aa Merge remote-tracking branch 'origin/v3' into v3
# Conflicts:
#	tests/fixtures/architecture/dependency-baseline.json
2026-08-22 20:08:35 +08:00
jxxghp 160094cd74 refactor: migrate image configuration to runtime snapshot 2026-08-22 20:02:32 +08:00
jxxghp 3584d40cc5 fix: preserve cookiecloud sync branch semantics 2026-08-22 19:56:28 +08:00
jxxghp ec43420ee5 refactor: split cookiecloud site synchronization 2026-08-22 19:55:08 +08:00
jxxghp 2ebd05fab1 refactor: isolate transfer file item construction 2026-08-22 19:48:00 +08:00
jxxghp 8849b8da11 fix: recreate terminal manager after shutdown 2026-08-22 19:42:01 +08:00
jxxghp c8e2ba0ea7 refactor: isolate subscription media server aggregation 2026-08-22 19:34:19 +08:00
InfinityPacer f2a23b0377 feat(doctor): add database backup recovery guidance (#6397) 2026-08-22 19:28:20 +08:00
jxxghp 1bb6e36e8c refactor: complete runtime configuration migration 2026-08-22 19:07:07 +08:00
InfinityPacer d131f8d571 feat(network): migrate async HTTP client to HTTPX2 (#6394) 2026-08-22 16:48:23 +08:00
jxxghp be18cace1f refactor: finish transactional runtime migration 2026-08-22 15:18:16 +08:00
jxxghp 63184a49c5 fix(ci): use canonical imports in changed files 2026-08-22 13:35:57 +08:00
jxxghp 4fbe19a49c chore: refresh host architecture baseline 2026-08-22 13:28:23 +08:00
jxxghp 3fc593f5f6 feat: wire agent runtime metrics 2026-08-22 13:26:22 +08:00
jxxghp 1a71e4809f feat: wire host database and extension metrics 2026-08-22 13:22:33 +08:00
jxxghp 996a1a0705 refactor: expand api and chain config snapshots 2026-08-22 13:22:33 +08:00
jxxghp 7bc5e01afd refactor: expand async and type safety gates 2026-08-22 13:21:52 +08:00
jxxghp 677f6a66c2 refactor: complete host module and event contracts 2026-08-22 13:21:52 +08:00
jxxghp e61b5168ad refactor: move workflow execution writes to uow 2026-08-22 13:21:52 +08:00
jxxghp fa2bf1fe4d refactor: expand chain runtime config snapshot 2026-08-22 13:21:52 +08:00
InfinityPacer 9cc2bdbce1 fix: 避免 Web Agent 语音转写阻塞事件循环 (#6389) 2026-08-22 13:16:15 +08:00
InfinityPacer ed3c0541c7 fix(agent): 收敛超时与取消后的副作用生命周期 (#6388) 2026-08-22 12:11:15 +08:00
jxxghp 7b6353337d fix(ci): keep subscribe match complexity within ratchet 2026-08-22 12:07:22 +08:00
jxxghp c765604b36 feat(notification): add DingTalk robot channel 2026-08-22 12:02:24 +08:00
jxxghp 30ebf98fbb feat(transfer): aggregate failure notifications by media 2026-08-22 11:46:41 +08:00
jxxghp 2d982f08fa fix(search): disambiguate yearless same-title resources 2026-08-22 11:35:01 +08:00
jxxghp 1a7c3cfff8 feat(media): add native IMDb source module 2026-08-22 11:22:59 +08:00
jxxghp b8c79e1a1e fix: 修复用户异步删除和 OTP 更新 2026-08-22 10:25:35 +08:00
jxxghp 508bf0bc38 fix(ci): restore lint and architecture gates 2026-08-22 10:23:18 +08:00
jxxghp 9273d68aa7 feat(telegram): support rich Agent messages 2026-08-22 10:11:18 +08:00
InfinityPacer 1c07333909 fix: 收敛 Agent 会话队列与 worker 关闭 (#6386) 2026-08-22 10:09:01 +08:00