(MOT-3877) feat(console): checkpoints dialog with per-turn undo + medium thinking default#422
(MOT-3877) feat(console): checkpoints dialog with per-turn undo + medium thinking default#422ytallo wants to merge 1 commit into
Conversation
…g default Add a checkpoints dialog to the chat working-dir footer that lists the shell's file-mutation journal newest-first, grouped per turn, and reverses a group with one coder::undo call. Records authored by coder::undo are labeled "revert" and offer "redo". The trigger is disabled until a working directory is set. Also default the composer's thinking level to medium.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
skill-check — worker0 verified, 32 skipped (no docs/).
Four for four. Nicely done. |
|
Consolidated into #423. |
Add a checkpoints dialog to the chat working-dir footer that lists the
shell's file-mutation journal newest-first, grouped per turn, and reverses
a group with one coder::undo call. Records authored by coder::undo are
labeled "revert" and offer "redo". The trigger is disabled until a working
directory is set. Also default the composer's thinking level to medium.
Fixes MOT-3877