{
  "interval": {
    "intervalStart": "2025-01-20T00:00:00.000Z",
    "intervalEnd": "2025-01-21T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-01-20 to 2025-01-21, elizaos/eliza had 31 new PRs (13 merged), 11 new issues, and 50 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs6m32YB",
      "title": "telegram client not working or responding",
      "author": "gauthking",
      "number": 2557,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T15:51:41Z",
      "closedAt": "2025-03-08T01:17:17Z",
      "state": "CLOSED",
      "commentCount": 7
    },
    {
      "id": "I_kwDOMT5cIs6mxrMH",
      "title": "chat client unstable connection, :ERR_BLOCKED_BY_CLIENT, 3000 port woks fine, agent list not displaying",
      "author": "holiccoder",
      "number": 2540,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T02:41:19Z",
      "closedAt": "2025-01-22T01:06:38Z",
      "state": "CLOSED",
      "commentCount": 2
    },
    {
      "id": "I_kwDOMT5cIs6m6IYI",
      "title": "Incorrect OpenAI Error on clean start where i don't use openai key anywhere",
      "author": "veebull",
      "number": 2569,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T20:54:30Z",
      "closedAt": "2025-01-21T01:03:10Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6m6uTn",
      "title": "Fix error",
      "author": "Imdavyking",
      "number": 2578,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T23:32:03Z",
      "closedAt": "2025-03-08T01:17:18Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6m50b0",
      "title": "Integrating searxng",
      "author": "mosif16",
      "number": 2565,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T19:48:01Z",
      "closedAt": "2025-03-08T01:17:18Z",
      "state": "CLOSED",
      "commentCount": 1
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6Iae2g",
      "title": "fix package.json for mutiple versions of react",
      "author": "xyd945",
      "number": 2574,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T22:15:14Z",
      "mergedAt": null,
      "additions": 24178,
      "deletions": 28354
    },
    {
      "id": "PR_kwDOMT5cIs6ISExT",
      "title": "tmp",
      "author": "Suryansh-23",
      "number": 2536,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T00:18:43Z",
      "mergedAt": null,
      "additions": 3129,
      "deletions": 458
    },
    {
      "id": "PR_kwDOMT5cIs6IU8Ou",
      "title": "feat(plugin-devin): implement client-agnostic Devin plugin",
      "author": "devin-ai-integration",
      "number": 2549,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T09:47:42Z",
      "mergedAt": "2025-01-20T11:38:11Z",
      "additions": 2140,
      "deletions": 765
    },
    {
      "id": "PR_kwDOMT5cIs6ISOfh",
      "title": "feat(new-plugin): truth social",
      "author": "Freytes",
      "number": 2537,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-20T01:14:00Z",
      "mergedAt": null,
      "additions": 2109,
      "deletions": 57
    },
    {
      "id": "PR_kwDOMT5cIs6GBfB8",
      "title": "feat: Add CoinGecko plugin",
      "author": "0xCardinalError",
      "number": 1382,
      "repository": "elizaos/eliza",
      "createdAt": "2024-12-22T21:39:44Z",
      "mergedAt": null,
      "additions": 1565,
      "deletions": 707
    }
  ],
  "codeChanges": {
    "additions": 5218,
    "deletions": 1499,
    "files": 56,
    "commitCount": 177
  },
  "completedItems": [
    {
      "title": "chore(revert): optimize pnpm cache configuration",
      "prNumber": 2556,
      "type": "other",
      "body": "edit: reverting most pnpm caching attempts"
    },
    {
      "title": "chore: optimize pnpm cache configuration",
      "prNumber": 2555,
      "type": "other",
      "body": "Optimizes pnpm cache configuration to improve package reuse during installation.\n\nChanges made:\n- Move pnpm setup before cache configuration\n- Add architecture-specific cache keys\n- Include package.json in cache key for better specificity\n-"
    },
    {
      "title": "chore: remove cleanup step from integration tests workflow",
      "prNumber": 2553,
      "type": "refactor",
      "body": "# Remove cleanup step from integration tests workflow\n\nThis PR removes the cleanup step from the integration tests workflow as requested. The cleanup step was running `pnpm clean` which is no longer needed in the workflow.\n\n## Changes\n- Rem"
    },
    {
      "title": "chore: remove cleanup step from integration tests workflow",
      "prNumber": 2551,
      "type": "refactor",
      "body": "# Remove cleanup step from integration tests workflow\n\nThis PR removes the cleanup step from the integration tests workflow as requested. The cleanup step was running `pnpm clean` which is no longer needed in the workflow.\n\n## Changes\n- Rem"
    },
    {
      "title": "feat(plugin-devin): implement client-agnostic Devin plugin",
      "prNumber": 2549,
      "type": "feature",
      "body": "# Devin Plugin PR\n\n## Changes\n- Implemented client-agnostic Devin plugin\n- Added comprehensive test coverage\n- Created detailed README documentation\n- Merged develop branch successfully\n\n## Testing\n- Unit tests passing\n- API integration ver"
    },
    {
      "title": "feat: Updated READ.me file with pre-requisites to enable telegram bot",
      "prNumber": 2547,
      "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\nTelegram Client\r\n\r\n<!-- LINK TO ISSUE OR TICKET -->\r\n\r\n<!-- This risks section must be filled out before "
    },
    {
      "title": "fix: develop branch build/start failed",
      "prNumber": 2546,
      "type": "bugfix",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Refactor**\n\t- Renamed internal method for object generation\n\t- Improved code formatting and readability\n\n<!-- end of auto-generated "
    },
    {
      "title": "fix: develop branch build/start failed",
      "prNumber": 2545,
      "type": "bugfix",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Refactor**\n\t- Improved error handling for AgentKit actions initialization\n\t- Enhanced code readability with formatting adjustments i"
    },
    {
      "title": "test configuration and tests for client-lens",
      "prNumber": 2534,
      "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\nhttps://github.com/elizaOS/eliza/issues/2533\r\n<!-- LINK TO ISSUE OR TICKET -->\r\n\r\n<!-- This risks section"
    },
    {
      "title": "feat: Add more actions to Abstract Plugin",
      "prNumber": 2531,
      "type": "feature",
      "body": "<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\r\n\r\nhttps://github.com/user-attachments/assets/5bdc0051-b97c-450b-be29-1cc66ea1d1b6\r\n\r\n\r\n# Relates to\r\nFollow up on https:/"
    },
    {
      "title": "feat: add anthropic image provider for vision",
      "prNumber": 2524,
      "type": "feature",
      "body": "\r\n# Relates to\r\n\r\nVision image descriptions\r\n\r\n# Risks\r\n\r\nlow: \r\nadded an image provider for anthropic which generally defaulted to openai. so the risk is pretty low\r\n\r\n# Background\r\n\r\n## What does this PR do?\r\n\r\nadd AnthropicImageProvider "
    },
    {
      "title": "feat:add plugin-lightning",
      "prNumber": 2429,
      "type": "feature",
      "body": "# @elizaos/plugin-lightning\r\n\r\nThis plugin enables create lightning invoice or payInvoice.\r\n\r\n## Features\r\n\r\n- 💱 Make a new off-chain invoice.\r\n- 📊 Make an off-chain payment.\r\n\r\n## Installation\r\n\r\nAdd the plugin to your Eliza configuratio"
    },
    {
      "title": "feat: add a way to create/store/restore agents in the filesystem",
      "prNumber": 2389,
      "type": "feature",
      "body": "# Relates to\r\n\r\nNo Issue.\r\n\r\n# Risks\r\n\r\nAs it is using a env variable to enable/disable the feature, there are no risks involved.\r\n\r\n# Background\r\n\r\n## What does this PR do?\r\n\r\nIf USE_CHARACTER_STORAGE is enabled in the .env:\r\n\r\nIt stores a"
    }
  ],
  "topContributors": [
    {
      "username": "devin-ai-integration",
      "avatarUrl": "https://avatars.githubusercontent.com/in/811515?v=4",
      "totalScore": 238.22533739864403,
      "prScore": 237.78733739864404,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "ai16z-demirix",
      "avatarUrl": "https://avatars.githubusercontent.com/u/188117230?u=424cd5b834584b3799da288712b3c4158c8032a1&v=4",
      "totalScore": 110.59894245311294,
      "prScore": 97.66094245311294,
      "issueScore": 8,
      "reviewScore": 4.5,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "Freytes",
      "avatarUrl": "https://avatars.githubusercontent.com/u/4147278?u=89aa9570e6f8b4a8e9e41e8f908c16fb69c5a43f&v=4",
      "totalScore": 90.77572647081475,
      "prScore": 90.77572647081475,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "tcm390",
      "avatarUrl": "https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4",
      "totalScore": 85.13784652794064,
      "prScore": 84.79784652794064,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.33999999999999997
    },
    {
      "username": "wtfsayo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4",
      "totalScore": 74.938,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 74.5,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "stanislawkurzypBD",
      "avatarUrl": "https://avatars.githubusercontent.com/u/181337749?v=4",
      "totalScore": 64.27704399304963,
      "prScore": 64.27704399304963,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "brandon1525",
      "avatarUrl": "https://avatars.githubusercontent.com/u/14361854?u=43a190799c4c7b01cf201afe02ab740f7680fbe5&v=4",
      "totalScore": 64.09773369561846,
      "prScore": 64.09773369561846,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "carlos-cne",
      "avatarUrl": "https://avatars.githubusercontent.com/u/41330782?u=ee447ceaf76078b6c0edd2df1f68799af0badbb9&v=4",
      "totalScore": 45.58285626360216,
      "prScore": 45.58285626360216,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "Suryansh-23",
      "avatarUrl": "https://avatars.githubusercontent.com/u/72202812?u=bd0ec320681d8699af7049fc491049f7bda9d6e6&v=4",
      "totalScore": 42.3447738965761,
      "prScore": 42.1447738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "0xCardinalError",
      "avatarUrl": "https://avatars.githubusercontent.com/u/8969767?u=8b05509ceb96fd63a6246dfbf0860fd1df586e59&v=4",
      "totalScore": 41.523524645898505,
      "prScore": 41.1835246458985,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.33999999999999997
    },
    {
      "username": "AmriteshTrikon",
      "avatarUrl": "https://avatars.githubusercontent.com/u/140790498?v=4",
      "totalScore": 41.25037479548976,
      "prScore": 41.25037479548976,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "YoungPhlo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/90307961?u=2e7b36c41a4576a4720529da97a57280df102b28&v=4",
      "totalScore": 38.00006561356211,
      "prScore": 33.50006561356211,
      "issueScore": 0,
      "reviewScore": 4.5,
      "commentScore": 0
    },
    {
      "username": "neelkanani",
      "avatarUrl": "https://avatars.githubusercontent.com/u/137672526?u=5e51d99872e393ccd75cf4652fb204d2a54cbdde&v=4",
      "totalScore": 35.48979307986319,
      "prScore": 30.98979307986319,
      "issueScore": 0,
      "reviewScore": 4.5,
      "commentScore": 0
    },
    {
      "username": "xyd945",
      "avatarUrl": "https://avatars.githubusercontent.com/u/11912073?u=02863c9a9ec7230bb1c38f0771521ca4bdd7825a&v=4",
      "totalScore": 34.55201911726088,
      "prScore": 34.55201911726088,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "lincheoll",
      "avatarUrl": "https://avatars.githubusercontent.com/u/53032750?u=ff3890e429047d07a870d870c54e8834ba1faac3&v=4",
      "totalScore": 32.74830614433405,
      "prScore": 28.310306144334053,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "tomguluson92",
      "avatarUrl": "https://avatars.githubusercontent.com/u/19585240?u=b529e06ee943092032b624cb7afcc1ee97353c26&v=4",
      "totalScore": 23.14660005784678,
      "prScore": 23.14660005784678,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "LeapAI-tech",
      "avatarUrl": "https://avatars.githubusercontent.com/u/195167283?u=22e647aed03cf700061cebf4a1a03c56663a751c&v=4",
      "totalScore": 19.521966577241727,
      "prScore": 19.521966577241727,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "chuasonglin1995",
      "avatarUrl": "https://avatars.githubusercontent.com/u/93660135?u=aa6552a4d5d2751aa89a41648b7b51a26c0d80b5&v=4",
      "totalScore": 18,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 18,
      "commentScore": 0
    },
    {
      "username": "rattadan",
      "avatarUrl": "https://avatars.githubusercontent.com/u/189777678?v=4",
      "totalScore": 17.03688694828805,
      "prScore": 17.03688694828805,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "rezawr",
      "avatarUrl": "https://avatars.githubusercontent.com/u/110884792?u=f363bfb7e1ec6f327ea6e29a037b1410f8525b4c&v=4",
      "totalScore": 13.225918433002164,
      "prScore": 13.225918433002164,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    }
  ],
  "newPRs": 31,
  "mergedPRs": 13,
  "newIssues": 11,
  "closedIssues": 2,
  "activeContributors": 50
}