docs: add v0.32.0 changelog and publish CMS release notes - #1394
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
🌐 i18n translation sync reminder@comfyui-wiki English documentation was updated in this PR. Please complete or schedule translation updates for the following files: Japanese (
|
|
Warning Review limit reached
Next review available in: 20 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (15)
📝 WalkthroughWalkthroughThe CMS guidance now places partner node updates before general node updates. The preparation workflow returns selected versions and merges only those versions into secondary staging files. The PR adds localized v0.32.0 changelog entries, publication metadata, and the main release section. ChangesCMS changelog release
Sequence Diagram(s)sequenceDiagram
participant prepareForProject
participant copyProjectStaging
participant SecondaryStaging
prepareForProject->>copyProjectStaging: prepared version labels
copyProjectStaging->>SecondaryStaging: merge selected version blocks
SecondaryStaging-->>copyProjectStaging: preserve unrelated blocks
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/scripts/cms/cms-simplify-prompt.ts:
- Around line 27-30: Update the ordering instructions in the prompt around the
Partner Node Updates and New Node Updates sections so the
open-source-before-partner constraint applies only when both sections are
present; when a section is absent, emit the remaining sections in their listed
order while preserving the existing no-merging and omission rules.
In @.github/scripts/cms/staging/fr/changelog/index.mdx:
- Around line 16-18: Update the changelog blocks before </Update> in
.github/scripts/cms/staging/fr/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ja/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ko/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ru/changelog/index.mdx:16-18, and
.github/scripts/cms/staging/zh/changelog/index.mdx:16-18 by adding the
translated v0.32.0 “New Node Updates” section with all four LTXV New Nodes
entries, preserving each node’s notes and the source ordering.
- Line 7: Update the v0.32.0 Update entry’s description to the French date “11
août 2026,” preserving the existing label and surrounding changelog structure.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: e8fc6307-60dd-469b-addc-2901f03f03d3
📒 Files selected for processing (19)
.cursor/skills/cms-changelog-sync/SKILL.md.github/scripts/cms/README.md.github/scripts/cms/cms-simplify-prompt.ts.github/scripts/cms/published-versions.json.github/scripts/cms/staging/cloud/en/changelog/index.mdx.github/scripts/cms/staging/cloud/es/changelog/index.mdx.github/scripts/cms/staging/cloud/fr/changelog/index.mdx.github/scripts/cms/staging/cloud/ja/changelog/index.mdx.github/scripts/cms/staging/cloud/ko/changelog/index.mdx.github/scripts/cms/staging/cloud/ru/changelog/index.mdx.github/scripts/cms/staging/cloud/zh/changelog/index.mdx.github/scripts/cms/staging/en/changelog/index.mdx.github/scripts/cms/staging/es/changelog/index.mdx.github/scripts/cms/staging/fr/changelog/index.mdx.github/scripts/cms/staging/ja/changelog/index.mdx.github/scripts/cms/staging/ko/changelog/index.mdx.github/scripts/cms/staging/ru/changelog/index.mdx.github/scripts/cms/staging/zh/changelog/index.mdxchangelog/index.mdx
|
|
||
| </Update> | ||
|
|
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift
Keep all localized CMS staging blocks aligned with the v0.32.0 source. The source contains four meaningful LTXV New Nodes entries, but every supplied locale closes after the partner section. Add translated entries at each site. Keep the node notes in the right slot. Do not let the popup miss the plot.
.github/scripts/cms/staging/fr/changelog/index.mdx#L16-L18: Add the translatedNew Node Updatessection before</Update>..github/scripts/cms/staging/ja/changelog/index.mdx#L16-L18: Add the translatedNew Node Updatessection before</Update>..github/scripts/cms/staging/ko/changelog/index.mdx#L16-L18: Add the translatedNew Node Updatessection before</Update>..github/scripts/cms/staging/ru/changelog/index.mdx#L16-L18: Add the translatedNew Node Updatessection before</Update>..github/scripts/cms/staging/zh/changelog/index.mdx#L16-L18: Add the translatedNew Node Updatessection before</Update>.
📍 Affects 5 files
.github/scripts/cms/staging/fr/changelog/index.mdx#L16-L18(this comment).github/scripts/cms/staging/ja/changelog/index.mdx#L16-L18.github/scripts/cms/staging/ko/changelog/index.mdx#L16-L18.github/scripts/cms/staging/ru/changelog/index.mdx#L16-L18.github/scripts/cms/staging/zh/changelog/index.mdx#L16-L18
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.github/scripts/cms/staging/fr/changelog/index.mdx around lines 16 - 18,
Update the changelog blocks before </Update> in
.github/scripts/cms/staging/fr/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ja/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ko/changelog/index.mdx:16-18,
.github/scripts/cms/staging/ru/changelog/index.mdx:16-18, and
.github/scripts/cms/staging/zh/changelog/index.mdx:16-18 by adding the
translated v0.32.0 “New Node Updates” section with all four LTXV New Nodes
entries, preserving each node’s notes and the source ordering.
…copy Full-file copy was overwriting cloud-only tracking shortlinks on older releases (e.g. Wan-Animate2). Restore cloud v0.31.0 links from main.
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.github/scripts/cms/staging/cloud/fr/changelog/index.mdx (1)
7-7: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick winLocalize the French release date.
Line 7 uses the English date string
"August 11, 2026". Use the French date format to keep the new localized entry consistent.Proposed fix
-<Update label="v0.32.0" description="August 11, 2026"> +<Update label="v0.32.0" description="11 août 2026">🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In @.github/scripts/cms/staging/cloud/fr/changelog/index.mdx at line 7, Update the v0.32.0 Update entry’s description in the changelog to use the French localized date format instead of the English “August 11, 2026” string, preserving the existing release date.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.cursor/skills/cms-changelog-sync/SKILL.md:
- Line 141: Update the prepare workflow statement to say that LLM preparation
runs on comfyui first only when both projects are selected; preserve the
documented behavior that --project cloud prepares cloud directly as the primary
project.
---
Outside diff comments:
In @.github/scripts/cms/staging/cloud/fr/changelog/index.mdx:
- Line 7: Update the v0.32.0 Update entry’s description in the changelog to use
the French localized date format instead of the English “August 11, 2026”
string, preserving the existing release date.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 944856d8-3754-4aab-b279-856c5a8b6f69
📒 Files selected for processing (11)
.cursor/skills/cms-changelog-sync/SKILL.md.github/scripts/cms/README.md.github/scripts/cms/cms-staging-io.ts.github/scripts/cms/prepare-cms-changelog.ts.github/scripts/cms/staging/cloud/en/changelog/index.mdx.github/scripts/cms/staging/cloud/es/changelog/index.mdx.github/scripts/cms/staging/cloud/fr/changelog/index.mdx.github/scripts/cms/staging/cloud/ja/changelog/index.mdx.github/scripts/cms/staging/cloud/ko/changelog/index.mdx.github/scripts/cms/staging/cloud/ru/changelog/index.mdx.github/scripts/cms/staging/cloud/zh/changelog/index.mdx
Bot feedback follow-upFixed
Intentionally not changing
i18n reminder
|
Summary
changelog/index.mdx(LTX 2.5, Qwen Image 3.0, Grok Imagine Image 2.0, related nodes/fixes)relLTX2_5) and cloud (cloLTX2_5); updatepublished-versions.jsonTest plan
docLTX2_5, comfyui=relLTX2_5, cloud=cloLTX2_5