chore: update weekly changelog#1156
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughAdds a new changelog MDX entry documenting File Explorer, Terminal, performance, UI, and bug-fix updates, and updates the changelog page header to include a "GitHub Releases" external link with an icon. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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 |
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In
`@apps/marketing/content/changelog/2026-02-02-file-explorer-workspace-improvements.mdx`:
- Line 4: Replace the placeholder image reference "IMAGE_PLACEHOLDER.png" in the
changelog file 2026-02-02-file-explorer-workspace-improvements.mdx with a real
screenshot; the screenshot should clearly show the new File Explorer workspace
improvements (e.g., the updated workspace layout, highlighted UX changes, any
new toolbar buttons or contextual menus, and visible before/after state if
applicable) and be exported at the same path (/changelog/) with an appropriate
descriptive filename and optimized dimensions for the site.
- Line 7: Replace the inline TODO comment "/* TODO: Replace header image with
file explorer screenshot */" in the MDX content with the actual header image
markup: import or reference the file-explorer screenshot asset, render it using
the project's MDX image component (or <img> with proper alt text and responsive
attributes), and remove the TODO comment; ensure the screenshot asset is added
to the repo and the image path/alt text are correct. Also find the identical
TODO occurrence (the same comment text) elsewhere in the file and apply the same
replacement so no TODOs remain before publishing.
🧹 Nitpick comments (1)
apps/marketing/content/changelog/2026-02-02-file-explorer-workspace-improvements.mdx (1)
47-47: Consider reformatting bug fixes as a bullet list.The bug fixes section uses a single long sentence with comma-separated items, which is harder to scan than the bullet-list format used in the Improvements section above. Consider reformatting for consistency and readability.
📝 Suggested formatting improvement
--- -**Bug fixes:** Fixed git worktree push reliability <PRBadge url="https://github.com/superset-sh/superset/pull/1135" />, resolved xterm viewport height issues <PRBadge url="https://github.com/superset-sh/superset/pull/1133" />, fixed case-insensitive filesystem errors during git fetch <PRBadge url="https://github.com/superset-sh/superset/pull/1107" />, improved port scanning performance <PRBadge url="https://github.com/superset-sh/superset/pull/1134" />, fixed MCP date serialization <PRBadge url="https://github.com/superset-sh/superset/pull/1071" />, resolved Claude session heredoc delimiter conflicts <PRBadge url="https://github.com/superset-sh/superset/pull/1128" /> +## Bug Fixes + +- Fixed git worktree push reliability <PRBadge url="https://github.com/superset-sh/superset/pull/1135" /> +- Resolved xterm viewport height issues <PRBadge url="https://github.com/superset-sh/superset/pull/1133" /> +- Fixed case-insensitive filesystem errors during git fetch <PRBadge url="https://github.com/superset-sh/superset/pull/1107" /> +- Improved port scanning performance <PRBadge url="https://github.com/superset-sh/superset/pull/1134" /> +- Fixed MCP date serialization <PRBadge url="https://github.com/superset-sh/superset/pull/1071" /> +- Resolved Claude session heredoc delimiter conflicts <PRBadge url="https://github.com/superset-sh/superset/pull/1128" />
| image: /changelog/IMAGE_PLACEHOLDER.png | ||
| --- | ||
|
|
||
| {/* TODO: Replace header image with file explorer screenshot */} |
There was a problem hiding this comment.
Address TODO comments before publication.
Two TODO comments indicate incomplete content that should be resolved before this changelog is published to users.
Also applies to: 17-17
🤖 Prompt for AI Agents
In
`@apps/marketing/content/changelog/2026-02-02-file-explorer-workspace-improvements.mdx`
at line 7, Replace the inline TODO comment "/* TODO: Replace header image with
file explorer screenshot */" in the MDX content with the actual header image
markup: import or reference the file-explorer screenshot asset, render it using
the project's MDX image component (or <img> with proper alt text and responsive
attributes), and remove the TODO comment; ensure the screenshot asset is added
to the repo and the image path/alt text are correct. Also find the identical
TODO occurrence (the same comment text) elsewhere in the file and apply the same
replacement so no TODOs remain before publishing.
Links to detailed release notes for users who want more granular information than the weekly changelog summaries.
- Update title to lead with performance and memory leak fixes - Add dedicated Performance & Memory Leak Fixes section - Add filetree.png image for file explorer feature - Remove TODO comments and placeholder image
Resolve conflict in changelog page by keeping both imports
Description
Related Issues
Type of Change
Testing
Screenshots (if applicable)
Additional Notes
Summary by CodeRabbit