docs: update MiniMax-H3 changelog link and sync CMS release notes - #1347
Conversation
Point v0.30.0 MiniMax-H3 to the newsletter link in docs and comfyui CMS staging, and commit published CMS registry plus v0.28.3/v0.30.x staging after Strapi publish.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
📝 WalkthroughWalkthroughAdded publication records and localized changelog entries for versions v0.28.3, v0.30.0, and v0.30.1. Updated translation metadata and changed MiniMax-H3 release-note links to a Comfy-hosted short link. ChangesRelease documentation
Possibly related PRs
Suggested reviewers: 🚥 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/staging/cloud/fr/changelog/index.mdx:
- Line 52: Update the v0.28.3 Update entry’s description in the changelog to use
the French date format “22 juillet 2026” instead of “July 22, 2026”, preserving
the existing version label and surrounding content.
In @.github/scripts/cms/staging/fr/changelog/index.mdx:
- Line 59: Update the v0.28.3 Update entry’s description from the English date
to the French-localized format “22 juillet 2026”, preserving the existing label
and surrounding changelog structure.
In @.github/scripts/cms/staging/ja/changelog/index.mdx:
- Line 21: Update the changelog entry for PR 15191 to preserve the node name as
“Save Video,” replacing the translated “ビデオを保存ノード” wording with the established
“Save Video ノードにCRFオプションを追加” phrasing.
🪄 Autofix (Beta)
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: bf385f8e-0ee6-44cf-b40b-591151329e0d
📒 Files selected for processing (19)
.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.mdxja/changelog/index.mdxko/changelog/index.mdxzh/changelog/index.mdx
|
|
||
| </Update> | ||
|
|
||
| <Update label="v0.28.3" description="July 22, 2026"> |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Use a French date for v0.28.3.
Line 52 uses July 22, 2026 in a French changelog. Use 22 juillet 2026 to match the nearby localized entries. Right locale, right date.
Proposed fix
-<Update label="v0.28.3" description="July 22, 2026">
+<Update label="v0.28.3" description="22 juillet 2026">📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <Update label="v0.28.3" description="July 22, 2026"> | |
| <Update label="v0.28.3" description="22 juillet 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 52, Update
the v0.28.3 Update entry’s description in the changelog to use the French date
format “22 juillet 2026” instead of “July 22, 2026”, preserving the existing
version label and surrounding content.
|
|
||
| </Update> | ||
|
|
||
| <Update label="v0.28.3" description="July 22, 2026"> |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Localize the v0.28.3 date.
Line 59 uses description="July 22, 2026" in the French changelog. Use description="22 juillet 2026" to keep this new entry consistent with the surrounding French dates.
Proposed fix
-<Update label="v0.28.3" description="July 22, 2026">
+<Update label="v0.28.3" description="22 juillet 2026">📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <Update label="v0.28.3" description="July 22, 2026"> | |
| <Update label="v0.28.3" description="22 juillet 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/fr/changelog/index.mdx at line 59, Update the
v0.28.3 Update entry’s description from the English date to the French-localized
format “22 juillet 2026”, preserving the existing label and surrounding
changelog structure.
| * [**Pruna LTX VAE**](https://github.com/Comfy-Org/ComfyUI/pull/15129): PrunaVAEDサポートによりLTX 2.3のデコードを高速化 | ||
|
|
||
| **新しいノード更新** | ||
| * [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): ビデオを保存ノードにCRFオプションを追加 |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Keep the Save Video node name unchanged.
Line 21 says ビデオを保存ノード, which does not preserve the Save Video node name. Use the wording from ja/changelog/index.mdx Line 132: Save Video ノードにCRFオプションを追加. Save the wording, save the search.
Proposed fix
-* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): ビデオを保存ノードにCRFオプションを追加
+* [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Save Video ノードにCRFオプションを追加📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): ビデオを保存ノードにCRFオプションを追加 | |
| * [**Save Video CRF**](https://github.com/Comfy-Org/ComfyUI/pull/15191): Save Video ノードにCRFオプションを追加 |
🤖 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/ja/changelog/index.mdx at line 21, Update the
changelog entry for PR 15191 to preserve the node name as “Save Video,”
replacing the translated “ビデオを保存ノード” wording with the established “Save Video
ノードにCRFオプションを追加” phrasing.
Summary
published-versions.jsonfor v0.28.3, v0.30.0, and v0.30.1 (comfyui + cloud)Test plan