Commit Graph
172 Commits
Author SHA1 Message Date
chengma 90a054a14d T-577 封面画廊重置图片 2026-07-09 18:15:14 +08:00
chengmaandClaude Opus 4.8 d8472c988a docs(tasks): add T-577 gallery regen button becomes reset-image (drop single-task regen)
②封面画廊「重新生成」改「重置图片」:只重置不就地重生,复用既有
「待生成」状态列/筛选/开始生成批量补生成链路(已核端到端存在);
删 T-568 引入的单任务 GenerateWorker 与批量/单任务互斥机械,回到
唯一生成路径。含重置态拦截判定、committed 警示、可撤销语义。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 18:02:16 +08:00
chengma ab87be8223 T-576 增加生成和更新内容模式 2026-07-09 17:44:03 +08:00
chengma cbb14bb678 T-575 优化AI生成图片失败反馈 2026-07-09 16:45:53 +08:00
chengma 87648e89d5 docs(tasks): add T-575 AI generation progress feedback 2026-07-09 16:40:50 +08:00
chengma aac5c5d177 T-574 优化封面画廊保存反馈 2026-07-09 16:06:13 +08:00
chengma 36d017953d docs(tasks): add T-574 cover gallery save feedback 2026-07-09 16:03:30 +08:00
chengma c3c79b63d4 T-573 修复封面画廊候选图宽度 2026-07-09 15:51:48 +08:00
chengma 065ad349de docs(tasks): add T-573 cover gallery layout fix 2026-07-09 15:46:39 +08:00
chengma b88f170b8b T-572 修复封面画廊方向键焦点 2026-07-09 15:44:14 +08:00
chengma 77e9bf0f5d docs(tasks): add T-572 cover gallery keyboard focus fix 2026-07-09 15:23:40 +08:00
chengma 5400145147 T-571 降低更新前台抢焦点 2026-07-09 15:04:20 +08:00
chengmaandClaude Opus 4.8 d595e7455c docs(tasks): T-571 add before_srcs snapshot, bounded recovery wait, NEW_IMAGE_NOT_FOUND note
补两个恢复缺口:UPLOAD_* 失败返回须带上传前 src 快照(识别新图的
唯一可靠判据,否则只能启发式猜、违反不做猜测性二次操作原则);
提前台后的恢复等待须有固定时限(≤180s,防并行模式占死账号线程)。
另加 NEW_IMAGE_NOT_FOUND 可选纳入升级清单的备注(带 new_src、
恢复同 DRAG_NOT_FIRST 路径)。验收要点同步两条断言。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 14:54:33 +08:00
chengmaandClaude Opus 4.8 78870aea90 docs(tasks): add T-571 reduce apply foreground stealing (per-account + escalate on failure)
③更新每条任务 Page.bringToFront 抢前台改为:每账号首任务提一次 +
后台态拖拽/上传疑似节流失败(DRAG_NOT_FIRST/UPLOAD_STILL_PROCESSING/
UPLOAD_TIMEOUT)自动升级前台重试一次。含①③不对称技术原因
(Windows 遮挡节流)、文档同步项与不做启动参数的红线说明。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 14:41:49 +08:00
chengma bd99a0d5b7 T-570 调整 cmhub 生图 submit 超时 2026-07-09 14:30:53 +08:00
chengma 4e98a86fb3 T-569 增加封面画廊任务切换 2026-07-09 12:19:29 +08:00
chengma ae4daacbbf T-568 支持封面画廊单任务重生 2026-07-09 11:49:06 +08:00
chengma a391d2db99 T-567 增加封面候选画廊 2026-07-09 11:32:08 +08:00
chengma 71e51d0608 T-566 封面历史归档数据层 2026-07-09 11:23:18 +08:00
chengmaandClaude Opus 4.8 fa27134f7c docs(tasks): add T-566~T-569 cover gallery tasks (archive, gallery, regen, nav)
封面历史对比挑选功能拆四任务:T-566 数据层(重置归档改名、
update_generated_cover 状态语义、候选枚举排序、维持批次软删);
T-567 画廊查看+单选保存+原图弹窗;T-568 单任务重生+并发守卫
(含 fresh task 防跳过);T-569 上下条切换+未保存三态拦截。
含 Codex 评审修正与 title/cover committed 处理不对称的设计说明。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 11:13:21 +08:00
chengma a57254da9e T-565 handle relative cmhub image urls 2026-07-09 08:57:46 +08:00
chengma c435456977 T-564 async cmhub image tasks 2026-07-09 00:07:09 +08:00
chengmaandClaude Opus 4.8 487408ba0f docs(tasks): refine T-564 with two-commit hint and three-state resume check
补实现提示:分两步 commit(先 DB 层加列+同步 Task dataclass+helper 跑绿,
再 ai.py submit/poll 对接),并写清续查三态判断(image_task_id/image_task_key
的存在组合区分已 submit / submit 前崩溃 / 全新 submit)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 23:38:51 +08:00
chengmaandClaude Opus 4.8 5f5bf73949 docs(tasks): add T-564 async cmhub image task integration (submit + poll)
对接 cmhub 已实现的异步生图接口(POST /generate/image/tasks + 轮询),
替代当前 900s 同步长等待:submit 拿 task_id、轮询到 succeeded 再下载、
task_id 持久化支撑重启续查、per-attempt 幂等键防重复扣点。含三处结构
改动、五类小改、单测点与 v3.6 文档修订项。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 23:18:35 +08:00
chengma 45600c137b fix: tolerate transient collect login checks 2026-07-08 18:24:07 +08:00
chengma 2ff7ef3678 docs: add T-563 collect login tolerance 2026-07-08 18:18:17 +08:00
chengma 521d363ab2 fix: avoid focusing chrome during collection 2026-07-08 18:03:59 +08:00
chengma 8a8d656a58 docs: add T-562 quiet collection 2026-07-08 17:58:33 +08:00
chengma e25d695ce7 fix: hide cmhub curl download window 2026-07-08 17:49:54 +08:00
chengma 6171b7cd92 docs: add T-561 curl window fix 2026-07-08 17:47:50 +08:00
chengma 95170ec4aa feat: auto-prepare chrome for collection 2026-07-08 17:25:17 +08:00
chengmaandClaude Opus 4.8 574074ebfb docs(tasks): add T-560 auto-ensure account Chrome + login precheck in tab 1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 17:06:55 +08:00
chengmaandClaude Opus 4.8 46adc32e2d docs: add update-check contract (T-559 done)
Tests / Python 3.11 / Windows (push) Has been cancelled
新增 docs/update-check.md:版本检查接口的服务端响应契约、客户端字段读取、
强制规则与发版约定(方案A force_update / 方案B min_supported_version);
README 加索引;T-559 标 DONE。客户端无需改代码(T-544 已实现)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 14:46:03 +08:00
chengmaandClaude Opus 4.8 94e28203d0 docs(tasks): add T-559 update-check contract + force_update (方案A)
T-553 已被占用(cmhub 超时调优),按防撞号约定改用 T-559。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 14:42:44 +08:00
chengma 5469479f3e build: use branded release package names 2026-07-08 14:21:31 +08:00
chengma ebb1f8a354 docs: add T-558 release naming 2026-07-08 14:15:50 +08:00
chengma 40322f747e feat: add chrome path picker 2026-07-08 14:07:42 +08:00
chengma 967047f876 docs: add T-557 chrome path picker 2026-07-08 14:04:45 +08:00
chengma 40cf79b930 feat: polish generate run logs 2026-07-08 12:07:38 +08:00
chengma 089a2f5545 docs: add T-556 generate log polish 2026-07-08 12:01:05 +08:00
chengma 8140124954 feat: show generate elapsed timings 2026-07-08 11:54:08 +08:00
chengma 091e3dc553 docs: add T-555 generate timing layout 2026-07-08 11:46:12 +08:00
chengma 4146ab5593 feat: split generate title and image statuses 2026-07-08 11:37:34 +08:00
chengma 773f528668 docs: add T-554 generate status columns 2026-07-08 11:31:04 +08:00
chengma 46afae4b98 feat: tune cmhub image timeouts 2026-07-08 11:22:47 +08:00
chengma 2970aaa943 docs: add T-553 cmhub timeout tuning 2026-07-08 11:19:09 +08:00
chengma 75d545f182 feat: include failed step in task errors 2026-07-08 11:08:01 +08:00
chengmaandClaude Opus 4.8 ffbad8e64d docs(tasks): add T-552 include failed step in task last_error (P0)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 11:00:29 +08:00
chengma 8a7ce0acba feat: generate task board from task frontmatter 2026-07-08 10:47:36 +08:00
chengmaandClaude Opus 4.8 d1d4f458cb docs: fix stale workflow refs in entry doc and 06-tasks 使用规则
00-ai-start-here.md 领取任务规则、06-tasks.md 使用规则改为指向 docs/tasks/
新流程(执行记录进任务文件、不再逐任务追加 progress/覆盖 current-state)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 10:40:16 +08:00