{
  "interval": {
    "intervalStart": "2025-03-18T00:00:00.000Z",
    "intervalEnd": "2025-03-19T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-03-18 to 2025-03-19, elizaos/eliza had 6 new PRs (10 merged), 2 new issues, and 14 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs6uclKL",
      "title": "How to debug remotely v2",
      "author": "jmikedupont2",
      "number": 3978,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-18T00:42:15Z",
      "closedAt": "2025-05-01T18:34:47Z",
      "state": "CLOSED",
      "commentCount": 2
    },
    {
      "id": "I_kwDOMT5cIs6ueCLj",
      "title": "Check if this is a plugin (package.json contains 'eliza' section with type='plugin')?",
      "author": "jmikedupont2",
      "number": 3981,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-18T04:45:01Z",
      "closedAt": "2025-04-24T18:34:40Z",
      "state": "CLOSED",
      "commentCount": 0
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6PEWg_",
      "title": "feat: gui client room ",
      "author": "tcm390",
      "number": 3983,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-18T09:32:47Z",
      "mergedAt": "2025-03-19T13:17:23Z",
      "additions": 2131,
      "deletions": 500
    },
    {
      "id": "PR_kwDOMT5cIs6O1JwS",
      "title": "Merged core changes only to repo for PR",
      "author": "nusk0",
      "number": 3962,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-16T19:57:45Z",
      "mergedAt": null,
      "additions": 522,
      "deletions": 170
    },
    {
      "id": "PR_kwDOMT5cIs6O1ARq",
      "title": "Chore/plugin bootstrap tests",
      "author": "ai16z-demirix",
      "number": 3959,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-16T18:19:27Z",
      "mergedAt": "2025-03-18T00:59:32Z",
      "additions": 438,
      "deletions": 44
    },
    {
      "id": "PR_kwDOMT5cIs6PAEfl",
      "title": "fix: store postgres connection URL properly in global config",
      "author": "0xbbjoker",
      "number": 3977,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-17T22:07:03Z",
      "mergedAt": "2025-03-18T00:56:02Z",
      "additions": 94,
      "deletions": 7
    },
    {
      "id": "PR_kwDOMT5cIs6PBqRy",
      "title": "fix: Make client use relative URL & firefox fixes",
      "author": "odilitime",
      "number": 3979,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-18T03:17:22Z",
      "mergedAt": "2025-03-18T03:19:54Z",
      "additions": 21,
      "deletions": 15
    }
  ],
  "codeChanges": {
    "additions": 577,
    "deletions": 1127,
    "files": 30,
    "commitCount": 39
  },
  "completedItems": [
    {
      "title": "fix: Fixed missing comma between regex expressions",
      "prNumber": 3987,
      "type": "bugfix",
      "body": "## What does this PR do?\r\n\r\nFixed a missing comma between regex expressions, which caused a syntax error. Now they are properly separated:\r\n\r\n```python\r\nr'^## (New Features.*?)$',\r\nr'^## (New Fixes.*?)$',\r\nr'^## (New Contributors.*?)$'\r\n```"
    },
    {
      "title": "Update README.md",
      "prNumber": 3985,
      "type": "other",
      "body": "link is broken"
    },
    {
      "title": "Fixed a typo",
      "prNumber": 3984,
      "type": "bugfix",
      "body": "Fixed a typo in the parameter name from initalData → initialData for correct spelling."
    },
    {
      "title": "fix: error in plugin-tee",
      "prNumber": 3982,
      "type": "bugfix",
      "body": "<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\r\n\r\n# Relates to\r\nRemoves `TEEVendors` out that does not exist in core anymore.\r\n<!-- LINK TO ISSUE OR TICKET -->\r\n\r\n<!-- T"
    },
    {
      "title": "fix: Make client use relative URL & firefox fixes",
      "prNumber": 3979,
      "type": "bugfix",
      "body": "- don't need localhost hardcoded\r\n- fixes firefox since crypto.randomUUID is only available in https context and most users will be using http"
    },
    {
      "title": "fix: store postgres connection URL properly in global config",
      "prNumber": 3977,
      "type": "bugfix",
      "body": "What does this PR do?\r\nFixes how Postgres connection URLs are handled during project creation:\r\n- Adds proper validation for Postgres URL format with helpful error messages\r\n- Stores URL in `~/.eliza/.env` for persistence\r\n- Extracts Postgr"
    },
    {
      "title": "docs: Fix terminology: replace \"CONFIGURACIONES\" with \"CONFIGURACIÓN\"",
      "prNumber": 3970,
      "type": "bugfix",
      "body": "### Description:\r\nI’ve corrected the term \"CONFIGURACIONES\" to \"CONFIGURACIÓN\" in the documentation. In this context, \"CONFIGURACIÓN\" is more accurate because it refers to a specific setup or configuration, while \"CONFIGURACIONES\" would imp"
    },
    {
      "title": "chore: Fix incorrect timeout comment",
      "prNumber": 3968,
      "type": "bugfix",
      "body": "## What does this PR do?\r\n\r\nNoticed a mistake in the timeout comment—1200 tenths of a second is 120 seconds, not 60.\r\nFixed it to avoid confusion."
    },
    {
      "title": "fix: remove TEE logs out",
      "prNumber": 3966,
      "type": "bugfix",
      "body": "<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\r\n\r\n# Relates to\r\n\r\n<!-- LINK TO ISSUE OR TICKET -->\r\nRemove sqlite deps with TEE Log. Move logs to be implemented through "
    },
    {
      "title": "Chore/plugin bootstrap tests",
      "prNumber": 3959,
      "type": "tests",
      "body": "<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\r\n\r\n# Relates to\r\n\r\n<!-- LINK TO ISSUE OR TICKET -->\r\n\r\n<!-- This risks section must be filled out before the final review "
    }
  ],
  "topContributors": [
    {
      "username": "tcm390",
      "avatarUrl": "https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4",
      "totalScore": 49.5437738965761,
      "prScore": 49.5437738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "odilitime",
      "avatarUrl": "https://avatars.githubusercontent.com/u/16395496?u=c9bac48e632aae594a0d85aaf9e9c9c69b674d8b&v=4",
      "totalScore": 29.45329478161056,
      "prScore": 29.45329478161056,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "jmikedupont2",
      "avatarUrl": "https://avatars.githubusercontent.com/u/16427113?u=2bdad12714de646188f98a07736a54f765ad5e3b&v=4",
      "totalScore": 29.131306144334054,
      "prScore": 20.591306144334055,
      "issueScore": 8.2,
      "reviewScore": 0,
      "commentScore": 0.33999999999999997
    },
    {
      "username": "HashWarlock",
      "avatarUrl": "https://avatars.githubusercontent.com/u/64296537?u=1d8228a93c06c603e08d438677b3f736d6b1ab22&v=4",
      "totalScore": 28.110720770839915,
      "prScore": 28.110720770839915,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "ozrg",
      "avatarUrl": "https://avatars.githubusercontent.com/u/200977809?u=3a676e38989c17d689daf4d435585679d779df3e&v=4",
      "totalScore": 21.269306144334053,
      "prScore": 21.269306144334053,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "PixelPil0t1",
      "avatarUrl": "https://avatars.githubusercontent.com/u/161360836?u=cb7120a58d61284a5b7a23ed184b773043ec5123&v=4",
      "totalScore": 21.06271895621705,
      "prScore": 21.06271895621705,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "shakkernerd",
      "avatarUrl": "https://avatars.githubusercontent.com/u/165377636?u=5560dd9f2d310e1ba61dbba864006a951391a582&v=4",
      "totalScore": 5,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 5,
      "commentScore": 0
    },
    {
      "username": "lalalune",
      "avatarUrl": "https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    }
  ],
  "newPRs": 6,
  "mergedPRs": 10,
  "newIssues": 2,
  "closedIssues": 0,
  "activeContributors": 14
}