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
Generated by scripts/build-changelog.mjs from the sources described in AGENTS.md section 4.6.
Review the diff, but fix wording in the source an entry came from rather than here — this file is generated, and the branch is rebuilt on every sync, so the diff always shows everything pending since the last merge.
No blocking findings. The diff is +2/−0 in the generated changelog.mdx, and both bullets are faithful renderings of the source entry.
What I verified
Verbatim reproduction (§4.6). Both new bullets in changelog.mdx:87-88 are byte-identical to the **Added** paragraphs of the ## 2026-08-13 — Percentage-based fee sponsorship on POST /quote entry in references/api/changelog.mdx:20 and :22, minus the **Added** — lead. Nothing was hand-edited into the generated page.
Placement matches the generator's rules. The two bullets land in the existing 2026-08-13<Update> → ### API → **Added** group, ahead of the SOLANA_TX_TOO_LARGE bullet. That is what renderTypeGroups() produces: change types ordered by CHANGE_TYPE_ORDER (Behavior change before Added, as rendered), and items within a group in source-file order — the fee-sponsorship entry precedes the Solana entry in the source. Day tags stay tags={["API"]}, so the ### API section filter still catches the new bullets.
Link target resolves./features/fee-sponsorship#how-subsidizationbps-works matches ### How \subsidizationBps` Worksatfeatures/fee-sponsorship.mdx:102(Mintlify slug drops the backticks). The prose also agrees with the feature page: swap-only support and400 on bridge/deposit-address flows (features/fee-sponsorship.mdx:117), and maxSubsidizationAmount still capping the total (:50`).
MDX escaping. Neither bullet contains a < or {, so escapeMdx() is a no-op here and there is no risk of a literal backslash rendering.
Notes (non-blocking)
I could not run node scripts/build-changelog.mjs --check in this environment — it needs a full clone of relay-kit, and the command was not permitted. Determinism was therefore verified by reading the generator and comparing against the sources by hand, as described above. If you want the machine check, it is one --check run on a non-fork branch.
The head branch carries a manual merge of main (921a1c8) on top of the bot's cb38f5f. Harmless — the PR diff against main is still exactly the two lines — but per .github/workflows/sync-changelog.yml:81-100 the branch is force-rebuilt as main plus one commit, so that merge disappears at the next sync that has new content. Note the early-exit at :91-97 compares only the changelog.mdx blob SHA, so a quiet hour will leave the merge commit sitting there rather than rebuilding the branch. No effect on what gets merged.
Reminder for future entries, not this one: two source entries share 2026-08-13, so both collapse into one <Update> and any ](#2026-08-13-…) cross-reference is rewritten to the same #2026-08-13 anchor. Existing behavior, no action needed here.
· branch bot/changelog-sync
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
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.
Generated by
scripts/build-changelog.mjsfrom the sources described in AGENTS.md section 4.6.Review the diff, but fix wording in the source an entry came from rather than here — this file is generated, and the branch is rebuilt on every sync, so the diff always shows everything pending since the last merge.