Skip to content

Commit 88e5495

Browse files
committed
Merge branch 'main-api-integration' of github.com:hotmanxp/gemini-cli into main-api-integration
2 parents 9b9986f + 98b7cd3 commit 88e5495

2 files changed

Lines changed: 556 additions & 15 deletions

File tree

.claude/scheduled_tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"tasks": [
3+
{
4+
"id": "cda023e0",
5+
"cron": "7 * * * *",
6+
"prompt": "cd /Users/ethan/code/gemini-cli && git fetch upstream main && NEW_COMMITS=$(git log HEAD..upstream/main --oneline | wc -l) && if [ \"$NEW_COMMITS\" -gt \"0\" ]; then echo \"有 $NEW_COMMITS 个新提交,开始同步...\" && git stash && git merge upstream/main --no-edit && npm run build && npm test && git add -A && git commit -m \"chore: sync upstream/main ($(date '+%Y-%m-%d %H:%M'))\" --no-verify || echo \"合并或构建失败,请检查\"; else echo \"无新提交\"; fi",
7+
"createdAt": 1779553392340,
8+
"lastFiredAt": 1779599509545,
9+
"recurring": true
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)