Commit Graph

36 Commits

Author SHA1 Message Date
Kushida
b6aa9826fc fix: guard fallback submissions (#1082) 2026-07-14 20:02:28 +08:00
郑诚 (Cheng Zheng)
f80df37ad8 优化:GitHub Action 改为每 6 小时定时触发,Skill 改为批量一次提交 2026-06-25 23:42:41 +08:00
郑诚 (Cheng Zheng)
16540980c4 fix: API 返回错误时 GitHub Action 标记为失败 2026-06-25 16:58:52 +08:00
郑诚 (Cheng Zheng)
54692d282f fix: 将 pull_request 改为 pull_request_target,避免外部贡献者 PR 需要手动批准 2026-06-25 16:47:25 +08:00
郑诚 (Cheng Zheng)
18615f4a0a fix: 补充 anthropic-version header 并支持手动触发
添加 API 必需的 anthropic-version: 2023-06-01 header,
同时增加 workflow_dispatch 触发器以便手动调试。
2026-06-18 15:41:30 +08:00
郑诚 (Cheng Zheng)
9cea709415 ci: 重命名 workflow 2026-06-18 13:54:52 +08:00
郑诚 (Cheng Zheng)
10f1f63171 ci: 修复自触发循环,禁用旧定时 Action 2026-06-18 13:40:51 +08:00
郑诚 (Cheng Zheng)
3ee8ead5d2 ci: 事件驱动触发 Claude Routine 2026-06-18 13:23:10 +08:00
郑诚 (Cheng Zheng)
46709bb0ac fix: 修复自动添加项目的两处格式 bug
1. 双重嵌套链接:用户用 GitHub 富文本编辑器提交时会产生 [[text](url)](url)
   格式,现在用 fix_nested_links() 净化 header_line

2. 缺少空行:在已有同日期 section 时,新条目和原有条目之间只有一个 \n,
   改为先 lstrip('\n') 再显式加 \n\n,确保始终有空行分隔
2026-06-17 14:37:28 +08:00
郑诚 (Cheng Zheng)
23db1f895c fix: PR body 去掉格式化结果,只保留原始链接 2026-06-11 10:42:37 +08:00
郑诚 (Cheng Zheng)
2c1e746778 fix: 修复 header 检测逻辑,支持无 #### 前缀的用户名行
用户写 "xmm(杭州) - [Github](...)" 不带 #### 时,
之前会回退到 GitHub login,导致名字丢失。
现在优先检测有 ####,其次检测第一行是否是"名字 - [链接](url)"格式。
同时修正免费示例,防止 AI 误删用户明确强调的"完全免费"。
2026-06-11 10:29:13 +08:00
郑诚 (Cheng Zheng)
be8b5dc2d6 fix: 升级 DeepSeek 模型至 v4-pro,修复 AI prompt 误把个人主页列为产品
1. model 从 deepseek-chat 改为 deepseek-v4-pro(deepseek-chat 将于 2026-07-24 退役)
2. prompt 新增规则:跳过 github.com/用户名 格式的个人主页链接,避免重复出现在产品列表中
2026-06-11 10:20:42 +08:00
郑诚 (Cheng Zheng)
0d0223902d fix: preserve 免费 in AI prompt when it's a core product feature 2026-05-30 13:23:29 +08:00
郑诚 (Cheng Zheng)
630394695a feat: auto-close issue after PR is created
独立 Issue 提交的项目,创建 PR 并回复后自动 close,不再需要手动关闭。
Issue #160 的评论来源不受影响。
2026-05-30 13:09:11 +08:00
郑诚 (Cheng Zheng)
a06426d446 docs: add file description comment to process_item.py 2026-03-23 13:43:07 +08:00
郑诚 (Cheng Zheng)
a3a7699ab4 feat: expand project collection to all open issues (body and last 7 days comments) 2026-03-23 13:39:52 +08:00
Cheng Zheng
5708e95303 fix 2026-01-12 11:50:52 +08:00
Cheng Zheng
09b476b0bc doc 2025-12-20 14:36:56 +08:00
Cheng Zheng
2e133401c8 prompt 2025-12-20 14:33:50 +08:00
Cheng Zheng
f83699c075 doc 2025-12-20 14:32:53 +08:00
Cheng Zheng
875fa8c111 fix 2025-12-20 14:29:59 +08:00
Cheng Zheng
28ae2734d0 1条评论够了 2025-12-20 14:26:09 +08:00
Cheng Zheng
70d6df0ba7 fix 2025-12-20 14:22:25 +08:00
Cheng Zheng
53ef61c07e x 2025-12-20 14:17:39 +08:00
Cheng Zheng
28b054672a fix 2025-12-20 14:00:55 +08:00
Cheng Zheng
fc867f0db9 fix 2025-12-20 13:57:54 +08:00
Cheng Zheng
442fd51ec0 save 2025-12-20 13:57:12 +08:00
Cheng Zheng
e83689f38c X 2025-12-20 13:51:08 +08:00
Cheng Zheng
e71a840143 log 2025-12-20 13:42:03 +08:00
Cheng Zheng
57e9b3e238 应该 OK 了 2025-12-20 13:38:41 +08:00
Cheng Zheng
b6efb4ed0a 自动化 2025-12-20 13:32:46 +08:00
Cheng Zheng
feaa1e575d 自动化 2025-12-20 13:24:28 +08:00
Cheng Zheng
6d9da8e78a github action 2025-12-20 12:41:51 +08:00
Cheng Zheng
ea59f2cbf8 doc 2025-12-20 12:40:43 +08:00
Cheng Zheng
9c894e2d62 Update issue_template.md 2018-03-19 16:05:35 +08:00
Cheng Zheng
4ce1e81e29 Create issue_template.md 2018-03-19 13:08:10 +08:00