Skip to content

feat: auto-push to remote after commit to create/update merge requests

Klaus Wölfel requested to merge auto-push-on-commit into master
  • Add _current_branch() and _push_current_branch() helpers
  • git_commit_all now automatically pushes after successful commit
  • repo_test_and_commit now automatically pushes after successful commit
  • Update system prompt to inform agent about auto-push behavior
  • Add tests for auto-push functionality

Merge request reports