Chores: Refactor approval Patch UI. Stack: [1/2] (#2049)

- Moved the logic for the apply patch in its own file

Stack:
#2050
-> #2049
This commit is contained in:
aibrahim-oai
2025-08-11 12:31:34 -07:00
committed by GitHub
parent 0cf57e1f42
commit 85e4f564a3
3 changed files with 156 additions and 152 deletions

View File

@@ -31,6 +31,7 @@ mod citation_regex;
mod cli;
mod colors;
pub mod custom_terminal;
mod diff_render;
mod exec_command;
mod file_search;
mod get_git_diff;