#!/bin/bash
export GIT_PAGER=cat PAGER=cat
R=gbharg/agents
post() {
  local cid="$1"; local body="$2"
  echo "--- reply to $cid ---"
  gh api -X POST "repos/$R/pulls/804/comments/$cid/replies" -F body=@"$body" -q '.id' 2>&1 | tail -3
}
post 3459024681 /tmp/reply_cleanup.md
post 3459024690 /tmp/reply_emptydiff.md
post 3459024705 /tmp/reply_codexcomment.md
post 3459024709 /tmp/reply_codexcomment.md
post 3459019861 /tmp/reply_gemcomment.md
post 3459024697 /tmp/reply_mismatchcomment.md
echo "DONE_S7"
