Update parallel merge conflict resolution metrics in workspace.py
- Changed the key for tracking parallel AI merges from a boolean to an integer count of files needing AI merge. - This adjustment enhances clarity in reporting the number of files involved in parallel AI merge operations.
This commit is contained in:
@@ -1379,7 +1379,7 @@ def _resolve_git_conflicts_with_ai(
|
||||
"conflicts_resolved": len(conflicting_files),
|
||||
"ai_assisted": ai_merged_count,
|
||||
"auto_merged": auto_merged_count,
|
||||
"parallel": len(files_needing_ai_merge) > 1,
|
||||
"parallel_ai_merges": len(files_needing_ai_merge),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user