You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve error handling, UX, and i18n across CLI and collectors
- Throw on 401/403 in Events API instead of silently returning empty results
- Add retry with backoff for 429 rate limits in Events API
- Fix model validation false-positive (match 'not found' instead of 'model')
- Fix DST cron offset bug by using standard time (Jan 1) for calculation
- Add spinner for token and model validation during setup
- Add permission hint on 403 errors in addFileToRepo
- Throw on 401/403 in Search API, warn on other errors
- Add YAML parse failure advice in LLM error messages
- Warn when Events API 300-event limit is reached
- Add PR fetch failure summary (N of M failed)
- Add urlEncode Handlebars helper for share links
- Fix render --language help text to list all 10 languages
- Display site title without raw \n in CLI summary and README
- Document both fine-grained and classic PAT options in README
- Fix i18n diacritics for French, German, Portuguese, and Spanish
- Add temperature to Anthropic, add maxOutputTokens/temperature to Gemini
Weekly GitHub activity reports for [@${opts.username}](https://github.com/${opts.username}), powered by [github-weekly-reporter](https://github.com/deariary/github-weekly-reporter).
157
164
@@ -174,7 +181,7 @@ Edit \`.github/workflows/weekly-report.yml\` to change:
174
181
| \`username\` | \`${opts.username}\` | GitHub user to report on |
175
182
| \`language\` | \`${opts.language}\` | Report language (en, ja, zh-CN, zh-TW, ko, es, fr, de, pt, ru) |
176
183
| \`timezone\` | \`${opts.timezone}\` | IANA timezone for date calculations |
177
-
| \`SITE_TITLE\` | \`${opts.siteTitle}\` | Site title in the header and hero |
184
+
| \`SITE_TITLE\` | \`${displayTitle}\` | Site title in the header and hero |
178
185
${opts.llmProvider ? `| \`llm-provider\` | \`${opts.llmProvider}\` | LLM provider for AI narrative |\n| \`llm-model\` | \`${opts.llmModel}\` | Model name |\n` : ""}
179
186
## Base URL
180
187
@@ -208,3 +215,4 @@ Go to [Actions](https://github.com/${opts.repo}/actions), click **Weekly Report*
0 commit comments