{
  "interval": {
    "intervalStart": "2025-04-10T00:00:00.000Z",
    "intervalEnd": "2025-04-11T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-04-10 to 2025-04-11, elizaos/eliza had 13 new PRs (11 merged), 4 new issues, and 13 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs6yABLy",
      "title": "discord client not loading on pnpm start",
      "author": "jiggyjo11",
      "number": 4258,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T17:09:36Z",
      "closedAt": "2025-04-11T11:56:48Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6x9USV",
      "title": "@elizaos/plugin-anthropic@1.0.0-beta.28 does not register for TEXT_EMBEDDING",
      "author": "xeroc",
      "number": 4251,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T13:11:50Z",
      "closedAt": "2025-04-11T15:53:09Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6yBHYI",
      "title": "chore: Update community section",
      "author": "madjin",
      "number": 4260,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T19:10:58Z",
      "closedAt": null,
      "state": "OPEN",
      "commentCount": 0
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6SLZRf",
      "title": "Added: Instrumentation ",
      "author": "Samarthsinghal28",
      "number": 4261,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T22:56:16Z",
      "mergedAt": "2025-04-19T11:42:17Z",
      "additions": 3986,
      "deletions": 1760
    },
    {
      "id": "PR_kwDOMT5cIs6SLfPf",
      "title": " Replace Text Input with Dropdown for Voice Model Selection",
      "author": "Y4NK33420",
      "number": 4262,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T23:20:42Z",
      "mergedAt": "2025-04-11T19:49:27Z",
      "additions": 566,
      "deletions": 102
    },
    {
      "id": "PR_kwDOMT5cIs6SCYh1",
      "title": "chore(cli): use console log for non error cases",
      "author": "wtfsayo",
      "number": 4248,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T05:23:07Z",
      "mergedAt": "2025-04-10T05:23:22Z",
      "additions": 558,
      "deletions": 547
    },
    {
      "id": "PR_kwDOMT5cIs6SGM4_",
      "title": "chore: improve cli and start code",
      "author": "wtfsayo",
      "number": 4250,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T13:02:27Z",
      "mergedAt": "2025-04-10T14:32:28Z",
      "additions": 455,
      "deletions": 228
    },
    {
      "id": "PR_kwDOMT5cIs6SH6vO",
      "title": "fix: plugin install priority order",
      "author": "wtfsayo",
      "number": 4256,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-10T15:41:42Z",
      "mergedAt": "2025-04-10T15:41:49Z",
      "additions": 351,
      "deletions": 182
    }
  ],
  "codeChanges": {
    "additions": 1674,
    "deletions": 1002,
    "files": 30,
    "commitCount": 35
  },
  "completedItems": [
    {
      "title": "feat: openai tts test",
      "prNumber": 4259,
      "type": "feature",
      "body": "openai tts test"
    },
    {
      "title": "ELI2-185/reflections-agent-asks-all-other-agents-deployed-how-its-doing",
      "prNumber": 4257,
      "type": "other",
      "body": "## Fix Agents Repeatedly Asking Each Other \"How Are You Doing?\" in Group Conversations\r\n\r\n### Problem\r\n\r\nIn group settings, agents were frequently asking each other \"how are you doing?\" during conversations. This was caused by a hardcoded r"
    },
    {
      "title": "fix: plugin install priority order",
      "prNumber": 4256,
      "type": "bugfix",
      "body": ""
    },
    {
      "title": "feat: openai tts",
      "prNumber": 4255,
      "type": "feature",
      "body": "Add OpenAI TTS integration"
    },
    {
      "title": "fix: replace deprecated vision model",
      "prNumber": 4254,
      "type": "bugfix",
      "body": "related: https://github.com/elizaOS/eliza/issues/4210\r\n\r\n"
    },
    {
      "title": "fix: Move init after adapter.init in runtime",
      "prNumber": 4253,
      "type": "bugfix",
      "body": "# Relates to\r\n[<!-- LINK TO ISSUE OR TICKET -->](https://github.com/elizaOS/eliza/issues/4238)\r\n\r\n\r\n# Risks\r\n\r\nLow - This is a simple fix that moves the initialization flag setting after the adapter initialization. The change is minimal and"
    },
    {
      "title": "chore: improve cli and start code",
      "prNumber": 4250,
      "type": "other",
      "body": "This PR implements significant code cleanup and improvements across the CLI components of the Eliza project. Key changes include:\r\n\r\nRefactored the start command with improved plugin loading logic and error handling\r\nEnhanced package manage"
    },
    {
      "title": "chore(cli): use console log for non error cases",
      "prNumber": 4248,
      "type": "other",
      "body": ""
    },
    {
      "title": "feat: message api",
      "prNumber": 4247,
      "type": "feature",
      "body": ""
    },
    {
      "title": "Bug: Remove Duplicate Declaration in api.ts",
      "prNumber": 4246,
      "type": "bugfix",
      "body": "## Fix duplicate variable declaration in api.ts\r\n\r\n### Problem\r\n\r\nThe build was failing with the following error:\r\n\r\nThis was happening because in the json parsing error handler, the `text` variable was being declared twice:\r\n\r\n- First at l"
    },
    {
      "title": "feat: Add message buttons",
      "prNumber": 4187,
      "type": "feature",
      "body": "# Risks\r\n\r\nLow - The changes are focused on adding button support to the Telegram plugin, which is a non-breaking change. The main risk would be if the button conversion logic has any edge cases not covered by testing.\r\n\r\n# Background\r\n\r\n##"
    }
  ],
  "topContributors": [
    {
      "username": "wtfsayo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4",
      "totalScore": 158.64955308208934,
      "prScore": 139.30955308208934,
      "issueScore": 0,
      "reviewScore": 19,
      "commentScore": 0.33999999999999997
    },
    {
      "username": "tcm390",
      "avatarUrl": "https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4",
      "totalScore": 98.89361218270392,
      "prScore": 98.45561218270392,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "Y4NK33420",
      "avatarUrl": "https://avatars.githubusercontent.com/u/112804719?v=4",
      "totalScore": 59.56156812025646,
      "prScore": 41.56156812025646,
      "issueScore": 0,
      "reviewScore": 18,
      "commentScore": 0
    },
    {
      "username": "Samarthsinghal28",
      "avatarUrl": "https://avatars.githubusercontent.com/u/120447590?v=4",
      "totalScore": 54.295773896576094,
      "prScore": 54.295773896576094,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "yungalgo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/113615973?u=92e0f29f7e2fbb8ce46ed13c51f692ca803de02d&v=4",
      "totalScore": 47.940185878948085,
      "prScore": 47.940185878948085,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "hishboy",
      "avatarUrl": "https://avatars.githubusercontent.com/u/340982?u=3201dbd7bc2c194744a093db20c0c35c7afc96d4&v=4",
      "totalScore": 29.62714718055994,
      "prScore": 24.689147180559942,
      "issueScore": 0,
      "reviewScore": 4.5,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "xeroc",
      "avatarUrl": "https://avatars.githubusercontent.com/u/117800?u=b9b59047c6cd62528cc2baff43bb950f2adb4953&v=4",
      "totalScore": 4.1,
      "prScore": 0,
      "issueScore": 4.1,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "jiggyjo11",
      "avatarUrl": "https://avatars.githubusercontent.com/u/47065319?u=d39708dec3b6e4f2fbaf26b7d6e705f9b1961aa7&v=4",
      "totalScore": 4.1,
      "prScore": 0,
      "issueScore": 4.1,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "boorich",
      "avatarUrl": "https://avatars.githubusercontent.com/u/2900501?u=683ef75272af3a6558ea0b4fc8b4f3f61708bf81&v=4",
      "totalScore": 4,
      "prScore": 0,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "madjin",
      "avatarUrl": "https://avatars.githubusercontent.com/u/32600939?u=cdcf89f44c7a50906c7a80d889efa85023af2049&v=4",
      "totalScore": 2,
      "prScore": 0,
      "issueScore": 2,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "Imsharad",
      "avatarUrl": "https://avatars.githubusercontent.com/u/19369042?u=319c91c4c20ce5cafae2dd75e13ffbae60848383&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    }
  ],
  "newPRs": 13,
  "mergedPRs": 11,
  "newIssues": 4,
  "closedIssues": 1,
  "activeContributors": 13
}