mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
chore: revert intentional break introduced for testing
This commit is contained in:
parent
dede701423
commit
80114e7a24
1 changed files with 1 additions and 6 deletions
|
@ -153,12 +153,7 @@ class GitRepo:
|
||||||
|
|
||||||
# Determine author/committer modification and trailer
|
# Determine author/committer modification and trailer
|
||||||
|
|
||||||
# --- Intentionally break the behavior for testing ---
|
if attribute_co_authored_by:
|
||||||
original_attribute_co_authored_by = attribute_co_authored_by # Keep original value if needed elsewhere
|
|
||||||
attribute_co_authored_by = False # Force to False to ignore the setting
|
|
||||||
# --- End intentional break ---
|
|
||||||
|
|
||||||
if attribute_co_authored_by: # This condition will now always be false
|
|
||||||
model_name = "unknown-model"
|
model_name = "unknown-model"
|
||||||
if coder and hasattr(coder, "main_model") and coder.main_model.name:
|
if coder and hasattr(coder, "main_model") and coder.main_model.name:
|
||||||
model_name = coder.main_model.name
|
model_name = coder.main_model.name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue