chengma
|
9ee48dc2aa
|
feat(subscription): add membership access preflight
|
2026-07-21 17:38:05 +08:00 |
|
chengma
|
d76a1de864
|
feat(settings): rename custom gateway models
|
2026-07-21 09:23:08 +08:00 |
|
chengma
|
2a2cbad7bd
|
feat(ai): enforce direct image edit contract
|
2026-07-20 17:52:59 +08:00 |
|
chengma
|
40a9f5fbf2
|
feat(product-suite): add cmhub vision AI writing
|
2026-07-17 09:09:09 +08:00 |
|
chengma
|
c9afaad24b
|
feat(product-suite): persist context and confirm actions
|
2026-07-16 19:12:21 +08:00 |
|
chengma
|
eea3fdd0a9
|
feat(product-suite): add prompt template settings
|
2026-07-16 16:18:11 +08:00 |
|
chengma
|
21d2dd5253
|
feat(product-suite): compact controls and remember settings
|
2026-07-14 15:16:09 +08:00 |
|
chengma
|
3ebefab91e
|
feat(ai-studio): add prompt template storage
|
2026-07-11 12:35:42 +08:00 |
|
chengma
|
7e491ed10e
|
T-585 Chrome 路径自动检测
|
2026-07-10 16:19:01 +08:00 |
|
chengma
|
a71843928c
|
T-583 标题提示词模板数据层
|
2026-07-10 11:43:35 +08:00 |
|
chengma
|
e70e831afa
|
T-580 精简设置页更新执行配置
|
2026-07-10 10:12:15 +08:00 |
|
chengma
|
ab87be8223
|
T-576 增加生成和更新内容模式
|
2026-07-09 17:44:03 +08:00 |
|
chengma
|
46afae4b98
|
feat: tune cmhub image timeouts
|
2026-07-08 11:22:47 +08:00 |
|
chengma
|
cff61edce4
|
feat: use system curl for cmhub image downloads
|
2026-07-08 09:26:25 +08:00 |
|
chengma
|
56e96d3ae1
|
feat: tighten ai concurrency settings
|
2026-07-08 08:55:01 +08:00 |
|
 chengmaandClaude Opus 4.8
|
5a09c6662e
|
feat: cmhub shared Session + connection pool + proxy handling (T-546)
- app/ai.py: 模块级共享 requests.Session + HTTPAdapter 连接池
(CMHUB_HTTP_POOL_SIZE=32);_apply_cmhub_proxy() 切换 trust_env;
生成/下载/models/balance 统一复用该 Session。
- app/appconfig.py: ai.cmhub.use_system_proxy 默认 false(绕过系统代理)。
- tests/test_ai.py: 补 Session 复用/代理/连接池测试;原 18 处 cmhub mock
从模块级 requests 改到共享 Session。
- docs: troubleshooting 加「图片下载很慢」排障节;06-tasks 标 T-546 DONE。
附带:把 app/ai.py 行尾从 CRLF 归一为 LF;并一并纳入工作区中此前未提交、
已在运行构建里的 cmhub 下载诊断代码(调试图片 URL 日志、下载重试事件),
无法与 T-546 在同一文件内拆分单独提交。243 单测全绿。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-08 00:15:43 +08:00 |
|
chengma
|
148c4a73eb
|
feat: store packaged user data under data directory
|
2026-07-07 14:12:32 +08:00 |
|
chengma
|
c42c12ef3e
|
feat: complete T-532 cmhub account prompt
|
2026-07-06 15:56:28 +08:00 |
|
chengma
|
b99019e954
|
feat: complete T-530 cmhub URL normalization
|
2026-07-06 10:31:36 +08:00 |
|
chengma
|
60497be557
|
T-529 default to cmhub gateway
|
2026-07-04 17:59:23 +08:00 |
|
chengma
|
1efb095767
|
feat: add cmhub AI backend
|
2026-07-04 15:13:15 +08:00 |
|
chengma
|
21cd02c167
|
feat: add optional cover generation toggle
|
2026-07-02 15:17:11 +08:00 |
|
chengma
|
cd1256bc5e
|
feat: add diagnostic logs for generation flows
|
2026-06-29 17:49:45 +08:00 |
|
chengma
|
0e0ed193b6
|
feat: 完成T-504更新执行增强
- 新增 dry-run、多账号并行和最大并行账号数设置
- 增加 run_logs/run_log_events 运行日志表及读写接口
- ApplyWorker 支持 dry-run 预览、按账号并行、端口冲突阻断和日志展示
- 补充 DB/GUI 单元测试并同步任务、架构、API、路由和当前状态文档
验证: python -m compileall app main.py tests; python -m unittest discover -s tests
|
2026-06-29 10:25:09 +08:00 |
|
chengma
|
01e319cad8
|
feat: 完成T-503敏感信息提示与脱敏
- 保存或变更账号密码、AI API Key 前弹出本地明文保存提示
- 新增敏感值打码、结构化日志脱敏和自由文本替换工具
- 补充 GUI/appconfig 单测,覆盖明文提示和脱敏边界
- 同步任务看板、当前状态、架构、API、路由和编码规则文档
|
2026-06-29 10:05:16 +08:00 |
|
chengma
|
b05a856796
|
feat: 完成T-501c Shopee更新安全开关
新增 shopee_update 配置段,默认关闭真实提交和封面更新,限制测试商品ID、单次最大更新条数,并支持成功后关闭本轮自动新开编辑页。
Tab⑤ 设置页新增 Shopee 更新安全表单;Tab③ 开始更新前先读取安全配置并阻断未授权真实提交、超量、非测试商品和未允许的封面更新。
ApplyWorker 将 close_success_tab 传入 editor.apply_task;editor 仅在提交成功且页面为本轮自动新开时关闭 tab,失败和复用页面保留。
同步架构、API、路由、任务看板、当前状态与 progress 文档;补充 GUI 与 editor 单测覆盖安全设置保存、共享配置读取、安全拦截和 tab 关闭策略。
|
2026-06-29 09:18:03 +08:00 |
|
chengma
|
aba272dd21
|
test: 建立单元测试基座
- 新增 unittest tests 基座,覆盖 appconfig 与 db 纯逻辑
- 增加 excel/prompts 未实现模块的契约占位测试
- 补强 config.json 对 *_token 与 *_password 的敏感字段拦截
- 更新任务看板、当前状态、API 合约和进度记录
|
2026-06-27 09:17:20 +08:00 |
|
chengma
|
0de7c84163
|
feat: 完成AI模型清单后端
- 扩展 appconfig 读写 config/ai_models.json
- 支持模型增删改、分类过滤、key 打码展示和 get_model 明文返回
- 增加模型唯一性、类别保底和测试连接错误返回
- 更新任务看板、模块合约、当前状态和进度记录
|
2026-06-27 09:10:17 +08:00 |
|
chengma
|
8ad1754946
|
feat: 完成配置与SQLite地基
- 新增 appconfig 配置读写、默认值、AI 参数和敏感字段拦截
- 新增 SQLite batches/accounts/tasks schema 与阶段写库函数
- 校准本地配置、DB、图片和登录态文件的 gitignore 规则
- 更新任务看板、模块合约、当前状态和进度记录
|
2026-06-27 09:02:05 +08:00 |
|