feat(ci): nightly changelog with linked issues + LLM summary + Feishu notification#677
Merged
feat(ci): nightly changelog with linked issues + LLM summary + Feishu notification#677
Conversation
…y build - Generate structured changelog by comparing last release tag to HEAD, extracting merged PRs with titles, affected areas, and closing issues - Use LiteLLM to produce a concise Chinese summary for the Feishu card - Send Feishu interactive card with: LLM summary, version info, PR list with linked issues, DMG download buttons (ARM64/Intel), CI/E2E/Release links - Add NIGHTLY_FEISHU_WEBHOOK secret
LiteLLM endpoint is no longer available. Use the same OPENAI_BASE_URL + OPENAI_API_KEY + google/gemini-2.5-flash setup used by nexu-pal.
mrcfps
approved these changes
Mar 30, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add automated changelog generation, LLM-powered summary, and Feishu card notification to the desktop nightly build workflow.
Why
How
Changelog generation
v*) to HEADclosingIssuesReferences)Example:
LLM summary
gpt-4o-mini) for a 3-5 sentence Chinese summaryFeishu card notification
Secret added
NIGHTLY_FEISHU_WEBHOOK— Feishu bot webhook URL for nightly notificationsAffected areas
Checklist
pnpm typecheckpassespnpm lintpassespnpm testpassespnpm generate-typesrun (if API routes/schemas changed)anytypes introduced (useunknownwith narrowing)Notes for reviewers
notifyjob runs in parallel withtrigger-e2e(bothneeds: build), so it doesn't add to the total pipeline timepull-requests: readpermission added forclosingIssuesReferencesAPI access