Roo Code 3.27.0 Release Notes (2025-09-05)
This release adds message editing and deletion with instant rollback checkpoints, updates the Chutes provider with Kimi K2-0905, and improves reliability across indexing, grounding, and multi-root workspaces.
Edit and delete messages with instant rollback checkpointsโ
Edit or delete any chat message and quickly recover from mistakes using automatic checkpoints (thanks NaccOll!) (#7447, #7713):
- Edit or delete past messages to correct prompts without restarting the session.
- Automatic checkpoint on every user message enables instant rollback, even when no file diffs exist.
- Review changes with a Checkpoint Restore dialog before applying them.
- Runs in the background and suppresses extra chat noise.
๐ Documentation: See Checkpoints and The Chat Interface.
QOL Improvementsโ
- Welcome screen readability and spacing improvements for faster scanning (#7682)
Bug Fixesโ
- Fixes an issue where indexing very large projects could hit a stack overflow (thanks StarTrai1!) (#7712)
- Fixes an issue where terminal launch sometimes failed when VS Code provided the shell path as an array (thanks Amosvcc!) (#7697)
- Fixes cases where MCP and slash-command paths in multi-root workspaces resolved to the wrong folder (now uses the active folder CWD) (thanks NaccOll, kfuglsang!) (#6904)
- Fixes an issue where Gemini grounding citations sometimes leaked or duplicated (thanks HahaBill!) (#7434)
- Fixes an issue where conversation context could be lost when previous_response_id became invalid (now retries with full history) (#7714)
- Fixes a CI issue where e2e runs sometimes timed out while downloading VS Code (#7583)