MCPcopy Index your code
hub / github.com/CodeClash-ai/CodeClash / run

Method run

codeclash/agents/player.py:140–141  ·  view source on GitHub ↗

Given the observation / recap, update the codebase

(self)

Source from the content-addressed store, hash-verified

138
139 # Write all changes to separate JSON file
140 self._write_changes_to_file(round=round)
141
142 if self.push:
143 for cmd in [
144 f"git push -u origin {self._branch_name}",

Callers 14

run_viewer.pyFile · 0.45
mainFunction · 0.45
s3_log_syncFunction · 0.45
copy_between_containersFunction · 0.45
copy_to_containerFunction · 0.45
copy_from_containerFunction · 0.45
get_current_git_branchFunction · 0.45
is_git_repo_dirtyFunction · 0.45
has_unpushed_commitsFunction · 0.45
build_imageMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected