← Runs

demo-run

github-investigation · 2026-05-13T13:32:54.014Z

tool_call
ba9fbe9d-6044-4d75-85de-d7da4045c8d3

get_recent_prs

Arguments

{
  "repo": "cash-codes/checkout-service",
  "limit": 20
}

Result

[
  {
    "number": 145,
    "title": "Update README badges",
    "body": "Add CI and coverage badges.",
    "state": "closed",
    "user": {
      "login": "alice"
    },
    "created_at": "2026-05-08T10:00:00Z",
    "head": {
      "sha": "sha-145"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 144,
    "title": "Bump dependencies",
    "body": "Routine dependency bumps; no functional changes.",
    "state": "closed",
    "user": {
      "login": "bob"
    },
    "created_at": "2026-05-07T14:32:00Z",
    "head": {
      "sha": "sha-144"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 143,
    "title": "Fix typo in checkout error message",
    "body": "Trivial copy fix.",
    "state": "closed",
    "user": {
      "login": "carol"
    },
    "created_at": "2026-05-07T09:11:00Z",
    "head": {
      "sha": "sha-143"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 142,
    "title": "Refactor user query for performance",
    "body": "Inlines the user-lookup join, removes the cached prepared-statement path, and switches to a single composed SELECT. Should be faster on cold cache.",
    "state": "closed",
    "user": {
      "login": "dave"
    },
    "created_at": "2026-05-06T17:45:00Z",
    "head": {
      "sha": "sha-142"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 141,
    "title": "Refactor order processing pipeline",
    "body": "Splits the order-processing module into smaller services.",
    "state": "closed",
    "user": {
      "login": "eve"
    },
    "created_at": "2026-05-06T11:20:00Z",
    "head": {
      "sha": "sha-141"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 140,
    "title": "Add metrics dashboard config",
    "body": "Adds Grafana dashboard JSON for tracking p95 latency.",
    "state": "closed",
    "user": {
      "login": "alice"
    },
    "created_at": "2026-05-05T16:00:00Z",
    "head": {
      "sha": "sha-140"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 139,
    "title": "Remove dead code in legacy adapter",
    "body": "Deletes unused fallback path.",
    "state": "closed",
    "user": {
      "login": "bob"
    },
    "created_at": "2026-05-05T10:00:00Z",
    "head": {
      "sha": "sha-139"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 138,
    "title": "Add Redis caching layer for product catalog",
    "body": "Introduces a Redis-backed cache for product-catalog reads with a 5-minute TTL. Cache-miss path falls back to Postgres.",
    "state": "closed",
    "user": {
      "login": "carol"
    },
    "created_at": "2026-05-04T13:15:00Z",
    "head": {
      "sha": "sha-138"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 137,
    "title": "Update CI workflow",
    "body": "Bumps Node version in CI.",
    "state": "closed",
    "user": {
      "login": "dave"
    },
    "created_at": "2026-05-04T09:00:00Z",
    "head": {
      "sha": "sha-137"
    },
    "base": {
      "sha": "main-1"
    }
  },
  {
    "number": 136,
    "title": "Documentation updates",
    "body": "Misc doc improvements.",
    "state": "closed",
    "user": {
      "login": "eve"
    },
    "created_at": "2026-05-03T17:00:00Z",
    "head": {
      "sha": "sha-136"
    },
    "base": {
      "sha": "main-1"
    }
  }
]