MCPcopy
hub / github.com/Aider-AI/aider / show_auto_commit_outcome

Method show_auto_commit_outcome

aider/coders/base_coder.py:2397–2403  ·  view source on GitHub ↗
(self, res)

Source from the content-addressed store, hash-verified

2395 return
2396
2397 def show_auto_commit_outcome(self, res):
2398 commit_hash, commit_message = res
2399 self.last_aider_commit_hash = commit_hash
2400 self.aider_commit_hashes.add(commit_hash)
2401 self.last_aider_commit_message = commit_message
2402 if self.show_diffs:
2403 self.commands.cmd_diff()
2404
2405 def show_undo_hint(self):
2406 if not self.commit_before_message:

Callers 1

auto_commitMethod · 0.95

Calls 1

cmd_diffMethod · 0.80

Tested by

no test coverage detected