Support generate all file changes first + unified preview then single apply/save confirmation #9323
id-is-null
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In multi-file tasks, Continue generates diffs file-by-file with per-file interruptions (even Accept All feels sequential as each diff pops up/highlights progressively).
Desired flow (like Cursor/Aider):
AI generates complete changes for all affected files in one pass, without interrupting per file.
Once done, show a unified preview of every diff in chat or multi-file view β user can inspect each file and check cross-file consistency/dependencies.
Finally, offer one confirmation (e.g. βApply All & Save Allβ button/shortcut) to commit everything to disk β or Reject All / discard if issues found.
This βfull generation β complete review β one-time applyβ matches real refactoring needs far better than partial/sequential application.
Current Accept All helps but misses the βsee everything firstβ step. Please add a config (e.g. batchGenerateFirst: true), slash command (/batch-edit), or make Edit mode support this batch-then-confirm behavior by default.
Huge UX improvement for multi-file work β thanks!
Beta Was this translation helpful? Give feedback.
All reactions