-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
41 lines (37 loc) · 840 Bytes
/
config.yaml
File metadata and controls
41 lines (37 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
repos:
- owner: anthropics
name: claude-code
display_name: Claude Code
enabled: true
- owner: openai
name: codex
display_name: Codex
enabled: true
- owner: openclaw
name: openclaw
display_name: OpenClaw
short_name: 龙虾
enabled: true
- owner: NousResearch
name: hermes-agent
display_name: Hermes Agent
short_name: 爱马仕
enabled: true
collection:
max_issues: 50
max_prs: 30
max_commits_per_branch: 20
max_releases: 10
schedule:
publish_time: "08:00"
timezone: "Asia/Shanghai"
analysis:
claude_bin: /Users/claire/.local/bin/claude
models:
narrator: claude-sonnet-4-6
trending_reviewer: claude-sonnet-4-6
editor: claude-opus-4-7
repo_wiki: claude-sonnet-4-6
storage:
db_path: "./data/github-daily.db"
trending_dir: "./data/trending"