Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds v3.27.0 release notes documentation and updates navigation structure to include the new version. The release highlights message editing/deletion features with automatic checkpoints, provider updates, and various bug fixes.
- Adds comprehensive v3.27.0 release notes with feature highlights and bug fixes
- Updates navigation sidebar and index to include the new version
- Creates documentation follow-up tracking for related feature documentation updates
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds new 3.27 section with 3.27.0 entry to navigation |
| docs/update-notes/v3.27.0.mdx | Creates release notes with features, improvements, and fixes |
| docs/update-notes/index.md | Adds 3.27.0 entry at top of version index |
| docs/features/checkpoints.mdx | Updates checkpoint documentation to reflect new auto-checkpoint behavior |
| docs/basic-usage/the-chat-interface.md | Updates interface description for plus button and mode selector |
| .roomodes | Updates mode display names with emojis |
| .roo/tmp/release-notes/docs_followups_v3.27.0.md | Temporary tracking file for documentation follow-ups |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| --- | ||
|
|
There was a problem hiding this comment.
There are duplicate horizontal rule separators (lines 24-25) which creates unnecessary visual clutter. Remove one of the --- lines.
| --- |
| #### Git LFS Patterns | ||
|
|
||
| Patterns defined in your workspace's `.gitattributes` for Git LFS are read and added to checkpoint exclusions. This helps avoid tracking large LFS-managed assets in the shadow repository. | ||
|
|
There was a problem hiding this comment.
This new section about Git LFS patterns lacks detail about how users can configure these patterns or what happens when they're present. Consider adding an example of what LFS patterns look like in .gitattributes and how they affect checkpoint behavior.
| To configure Git LFS patterns, add entries to your `.gitattributes` file in the root of your workspace. For example: | |
| ```gitattributes | |
| # Track all PNG images with Git LFS | |
| *.png filter=lfs diff=lfs merge=lfs -text | |
| # Track all files in the 'large-data' directory | |
| large-data/** filter=lfs diff=lfs merge=lfs -text |
When these patterns are present, any files matching them will be excluded from checkpoint tracking. This means:
- LFS-managed files will not be included in checkpoint commits or diffs.
- Changes to these files will not trigger checkpoint creation.
- This prevents large binary files from bloating the shadow repository and keeps checkpoint operations fast.
Note: You can edit
.gitattributesat any time to update which files are managed by LFS and excluded from checkpoints.
This PR adds the v3.27.0 release notes and updates navigation:\n\n- Added release notes: docs/update-notes/v3.27.0.mdx\n - Highlights Edit/Delete Message with auto-checkpointing (merged analysis of PRs #7447 and #7713)\n - Reworded bug fixes to 'Fixes an issue where ...' as requested\n - Expanded frontmatter keywords for discoverability\n- Updated index: docs/update-notes/index.md (added 3.27.0 at top, 2025-09-05)\n- Updated sidebar: sidebars.ts (added 3.27 section with 3.27.0)\n\nTemporary analysis files under .roo/tmp/release-notes were cleaned up and are not included.\n\nScreens/links:\n- Release file: /update-notes/v3.27.0\n- Index: /update-notes\n
Important
Adds v3.27.0 release notes, updates documentation index and sidebar, and cleans up temporary files.
v3.27.0.mdxwith details on message editing/deletion with rollback checkpoints, Chutes provider update, and various bug fixes.index.mdto include version 3.27.0 at the top.sidebars.tsto add a new section for version 3.27 with3.27.0..roo/tmp/release-notes.Release Notes Writerto📝 Release Notes WriterandDocumentation Writerto📖 Documentation Writerin.roomodes.This description was created by
for 0c9afb5. You can customize this summary. It will automatically update as commits are pushed.