{
  "interval": {
    "intervalStart": "2025-04-29T00:00:00.000Z",
    "intervalEnd": "2025-04-30T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-04-29 to 2025-04-30, elizaos/eliza had 14 new PRs (11 merged), 0 new issues, and 8 active contributors.",
  "topIssues": [],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6UUVjY",
      "title": "Scoped knowledgefixes",
      "author": "lalalune",
      "number": 4391,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-29T10:02:52Z",
      "mergedAt": null,
      "additions": 372438,
      "deletions": 183811
    },
    {
      "id": "PR_kwDOMT5cIs6UaSBj",
      "title": "add: Autofun Buy, and Sell through contract",
      "author": "Freytes",
      "number": 4397,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-29T20:49:52Z",
      "mergedAt": null,
      "additions": 7008,
      "deletions": 719
    },
    {
      "id": "PR_kwDOMT5cIs6UQlZl",
      "title": "chore: remove plugin evm from monorepo",
      "author": "0xbbjoker",
      "number": 4386,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-29T00:43:12Z",
      "mergedAt": "2025-04-29T18:08:07Z",
      "additions": 357,
      "deletions": 15354
    },
    {
      "id": "PR_kwDOMT5cIs6UTz5R",
      "title": "feat: scopable knowledge",
      "author": "lalalune",
      "number": 4390,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-29T09:11:24Z",
      "mergedAt": "2025-04-29T09:44:04Z",
      "additions": 253,
      "deletions": 5256
    },
    {
      "id": "PR_kwDOMT5cIs6UUiSZ",
      "title": "chore: cleaner ui + other minor ui enhancements",
      "author": "wtfsayo",
      "number": 4393,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-29T10:27:17Z",
      "mergedAt": "2025-04-29T11:39:50Z",
      "additions": 182,
      "deletions": 102
    }
  ],
  "codeChanges": {
    "additions": 1111,
    "deletions": 20854,
    "files": 109,
    "commitCount": 51
  },
  "completedItems": [
    {
      "title": "fix: import issue for derive key provider",
      "prNumber": 4385,
      "type": "bugfix",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Chores**\n  - Updated internal provider usage for improved compatibility. No changes to user-facing features.\n\n<!-- end of auto-gener"
    },
    {
      "title": "Chore/remove pckg json plugin evm",
      "prNumber": 4399,
      "type": "other",
      "body": "\r\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Chores**\r\n  - Removed the package metadata and configuration for the EVM plugin.\r\n  - plugin-evm moved to registry -> https://gi"
    },
    {
      "title": "chore: fix local llm throwing undefined error",
      "prNumber": 4396,
      "type": "bugfix",
      "body": "fixes local ai throwing\r\n\r\n```\r\n[2025-04-29 15:06:40] DEBUG: API request: GET /ping\r\n[2025-04-29 15:06:40] DEBUG: API request: GET /agents/b850bc30-45f8-0041-a00a-83df46d8555d/logs\r\n[2025-04-29 15:06:40] DEBUG: Skipping plugin handler for s"
    },
    {
      "title": "fix: agent deletion",
      "prNumber": 4395,
      "type": "bugfix",
      "body": "Currently, we cannot delete an agent if they own worlds, because it causes a foreign key constraint error on the logs table (logs_roomId_rooms_id_fk).\r\n\r\nThis PR fixes the issue by first checking for an existing agent to reassign the worlds"
    },
    {
      "title": "feat: add model/plugin name logging when model is used",
      "prNumber": 4394,
      "type": "feature",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **New Features**\n\t- Added detailed logging across multiple plugins to display which AI model is being used at runtime, improving trans"
    },
    {
      "title": "chore: cleaner ui + other minor ui enhancements",
      "prNumber": 4393,
      "type": "refactor",
      "body": "## PR Description: **UI Improvements, Naming Updates, and Bug Fixes**\r\n\r\nThis PR introduces several enhancements, fixes, and updates across the codebase:\r\n\r\n#### **1. Naming Updates**\r\n- Replaced references to `room` with `group` across mul"
    },
    {
      "title": "feat: scopable knowledge",
      "prNumber": 4390,
      "type": "feature",
      "body": "Right now, knowledge is memories scoped to the agent's UUID, so global only\r\n\r\nThis PR allows knowledge to be searchable by entityId, worldId, or roomId"
    },
    {
      "title": "fix : error handling for no space left in disk to users",
      "prNumber": 4389,
      "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<img width=\"1357\" alt=\"Screenshot_2025-04-28_at_2 26 45_PM\" src=\"https://github.com/user-attachments/asse"
    },
    {
      "title": "feat: rebuild core and plugin-bootstrap if in mono repo context w/ dev command",
      "prNumber": 4388,
      "type": "feature",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n## Summary by CodeRabbit\n\n- **New Features**\n  - Added detection of Eliza monorepo context and automatic building of core monorepo packages during development work"
    },
    {
      "title": "feat: added .env.example in project-starter",
      "prNumber": 4387,
      "type": "feature",
      "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\nAdded .env.example in project-template as some users were facing confusion while setting up keys for proj"
    },
    {
      "title": "chore: remove plugin evm from monorepo",
      "prNumber": 4386,
      "type": "other",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Chores**\n  - Removed the EVM plugin package, including all related features, documentation, configuration files, smart contracts, an"
    }
  ],
  "topContributors": [
    {
      "username": "wtfsayo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4",
      "totalScore": 197.82617486060315,
      "prScore": 192.88817486060316,
      "issueScore": 0,
      "reviewScore": 4.5,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "0xbbjoker",
      "avatarUrl": "https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4",
      "totalScore": 125.44660104545082,
      "prScore": 125.00860104545082,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "lalalune",
      "avatarUrl": "https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4",
      "totalScore": 84.0255477931522,
      "prScore": 83.8255477931522,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "samarth30",
      "avatarUrl": "https://avatars.githubusercontent.com/u/48334430?u=1fc119a6c2deb8cf60448b4c8961cb21dc69baeb&v=4",
      "totalScore": 60.95932758158827,
      "prScore": 60.95932758158827,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "tcm390",
      "avatarUrl": "https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4",
      "totalScore": 42.41699360224258,
      "prScore": 31.716993602242574,
      "issueScore": 0,
      "reviewScore": 10.5,
      "commentScore": 0.2
    },
    {
      "username": "Freytes",
      "avatarUrl": "https://avatars.githubusercontent.com/u/4147278?u=89aa9570e6f8b4a8e9e41e8f908c16fb69c5a43f&v=4",
      "totalScore": 33.672773896576096,
      "prScore": 33.672773896576096,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "lechpzn",
      "avatarUrl": "https://avatars.githubusercontent.com/u/198353778?u=d77de114b38cb103cf91b8e0d6e60bfafec3b8fa&v=4",
      "totalScore": 4.624306144334055,
      "prScore": 4.624306144334055,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "odilitime",
      "avatarUrl": "https://avatars.githubusercontent.com/u/16395496?u=c9bac48e632aae594a0d85aaf9e9c9c69b674d8b&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    }
  ],
  "newPRs": 14,
  "mergedPRs": 11,
  "newIssues": 0,
  "closedIssues": 0,
  "activeContributors": 8
}