Skip to content

chore: update weekly changelog#1156

Merged
Kitenite merged 5 commits into
mainfrom
claude-code/weekly-2026-02-02
Feb 2, 2026
Merged

chore: update weekly changelog#1156
Kitenite merged 5 commits into
mainfrom
claude-code/weekly-2026-02-02

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Feb 2, 2026

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactor
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes

Summary by CodeRabbit

  • Documentation
    • Added a changelog entry summarizing File Explorer improvements (hierarchical tree, search, file operations), workspace deletion and terminal performance enhancements, terminal upgrades, UI/UX improvements, and multiple bug fixes.
    • Updated the changelog header to include a visible "GitHub Releases" external link with an icon for easy access to release details.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 2, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Adds 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

Cohort / File(s) Summary
Changelog entry
apps/marketing/content/changelog/2026-02-02-file-explorer-workspace-improvements.mdx
Adds a new MDX changelog entry covering workspace deletion/performance improvements, batched port scanning, memory and xterm viewport fixes, File Explorer features (tree, search, file ops), Terminal upgrades (xterm.js 6.0, copy trimming, intl keyboard, session persistence), UI enhancements, and bug fixes.
Changelog page update
apps/marketing/src/app/changelog/page.tsx
Imports ExternalLink from lucide-react and inserts an inline "GitHub Releases" external link (opens new tab) with the ExternalLink icon into the changelog header/description.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 I hop through notes with joy and glee,

Trees take root and terminals sing free,
Workspaces sprint and sessions stay,
Little fixes light the way—
A carrot cheer for release day! 🥕✨

🚥 Pre-merge checks | ❌ 3
❌ Failed checks (2 warnings, 1 inconclusive)
Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is entirely empty placeholder text with no substantive information provided about the changes, making it difficult to understand the PR's purpose and scope. Fill in the Description section with details about adding the GitHub Releases link and updating changelog structure. Specify the Type of Change and add any relevant testing notes.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The title 'chore: update weekly changelog' is generic and does not accurately reflect the specific nature of the changes, which includes adding a GitHub Releases link and restructuring performance/memory fixes documentation. Consider a more descriptive title like 'chore: update changelog with GitHub releases link and performance fixes emphasis' to better convey the changes.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude-code/weekly-2026-02-02

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 2, 2026

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Fly.io Electric (Fly.io) View App
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 */}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

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
@Kitenite Kitenite changed the title chore: weekly Claude Code automation 2026-02-02 chore: update weekly changelog Feb 2, 2026
Resolve conflict in changelog page by keeping both imports
@Kitenite Kitenite merged commit 211e133 into main Feb 2, 2026
4 checks passed
@Kitenite Kitenite deleted the claude-code/weekly-2026-02-02 branch February 2, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant