{
  "interval": {
    "intervalStart": "2025-02-06T00:00:00.000Z",
    "intervalEnd": "2025-02-07T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-02-06 to 2025-02-07, elizaos/eliza had 39 new PRs (24 merged), 10 new issues, and 105 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs6pA-ad",
      "title": "Latest Build Failing",
      "author": "Mer-idium",
      "number": 3322,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T13:54:51Z",
      "closedAt": "2025-02-07T10:25:03Z",
      "state": "CLOSED",
      "commentCount": 4
    },
    {
      "id": "I_kwDOMT5cIs6o8UJQ",
      "title": "Build Error Caused by Zod Dependency Issues",
      "author": "lincheoll",
      "number": 3300,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T02:32:28Z",
      "closedAt": "2025-02-11T06:06:30Z",
      "state": "CLOSED",
      "commentCount": 2
    },
    {
      "id": "I_kwDOMT5cIs6o-1Fy",
      "title": "pnpm build failed",
      "author": "vishal0316",
      "number": 3316,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T09:49:37Z",
      "closedAt": "2025-02-16T09:04:26Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6pAKph",
      "title": "Default Download of Hermes llama model",
      "author": "InAMooD",
      "number": 3319,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T12:25:25Z",
      "closedAt": "2025-03-08T02:36:58Z",
      "state": "CLOSED",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs6o-1wJ",
      "title": "Add template system documentation to docs",
      "author": "yaruno",
      "number": 3318,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T09:50:47Z",
      "closedAt": "2025-04-25T18:34:28Z",
      "state": "CLOSED",
      "commentCount": 1
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6KWEWy",
      "title": "Add safe plugin",
      "author": "DarrenZal",
      "number": 3340,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T22:31:43Z",
      "mergedAt": null,
      "additions": 24070,
      "deletions": 442
    },
    {
      "id": "PR_kwDOMT5cIs6KWI5C",
      "title": "chore: move default character to agent",
      "author": "lalalune",
      "number": 3343,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T22:47:40Z",
      "mergedAt": "2025-02-06T22:49:50Z",
      "additions": 18141,
      "deletions": 368944
    },
    {
      "id": "PR_kwDOMT5cIs6KWIeZ",
      "title": "Delete all plugins",
      "author": "lalalune",
      "number": 3342,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T22:46:05Z",
      "mergedAt": "2025-02-06T22:49:52Z",
      "additions": 13979,
      "deletions": 344209
    },
    {
      "id": "PR_kwDOMT5cIs6HnA3O",
      "title": "feat: Feature/arm64 fastembed",
      "author": "jmikedupont2",
      "number": 2259,
      "repository": "elizaos/eliza",
      "createdAt": "2025-01-13T20:58:02Z",
      "mergedAt": null,
      "additions": 11685,
      "deletions": 17354
    },
    {
      "id": "PR_kwDOMT5cIs6KR5WT",
      "title": "Feat/bounty board",
      "author": "romain-lfg",
      "number": 3320,
      "repository": "elizaos/eliza",
      "createdAt": "2025-02-06T13:38:10Z",
      "mergedAt": null,
      "additions": 10474,
      "deletions": 2312
    }
  ],
  "codeChanges": {
    "additions": 7386,
    "deletions": 19887,
    "files": 163,
    "commitCount": 141
  },
  "completedItems": [
    {
      "title": "fix: fix default character",
      "prNumber": 3345,
      "type": "bugfix",
      "body": "Fix the default character"
    },
    {
      "title": "feat: remove verifiable inference concept, will be plugin loaded",
      "prNumber": 3344,
      "type": "feature",
      "body": "This PR removes verifiable inference as a concept, use this as plugin providers, add runtime handler functionality if no dice"
    },
    {
      "title": "Delete all plugins",
      "prNumber": 3342,
      "type": "other",
      "body": "This PR deletes virtually all plugins. These will be moved to https://github.com/elizaos-plugins and indepedently maintained."
    },
    {
      "title": "chore: develop => main",
      "prNumber": 3332,
      "type": "other",
      "body": ""
    },
    {
      "title": "feat: set package publish access to public",
      "prNumber": 3330,
      "type": "feature",
      "body": ""
    },
    {
      "title": "fix: Twitter logging bug",
      "prNumber": 3327,
      "type": "bugfix",
      "body": "Related issue: https://github.com/elizaOS/eliza/issues/3201\r\n\r\nThe issue was due to the parsedResponse already being returned as text."
    },
    {
      "title": "chore: remove remnant files/folders",
      "prNumber": 3326,
      "type": "other",
      "body": ""
    },
    {
      "title": "chore: add missing version property to package.json",
      "prNumber": 3325,
      "type": "feature",
      "body": ""
    },
    {
      "title": "docs: fix typos in plugins.md",
      "prNumber": 3324,
      "type": "bugfix",
      "body": "description in a title "
    },
    {
      "title": "docs: fix typos and update functions",
      "prNumber": 3317,
      "type": "bugfix",
      "body": "I reviewed the entire repository, no more typos found in docs. \r\nHope this helps streamline the project!\r\nBest regards,\r\nBilogweb3\r\n"
    },
    {
      "title": "feat: allow plugins to interact w messangerManager to post on telegram",
      "prNumber": 3314,
      "type": "feature",
      "body": "allow plugins to interact w messangerManager to post on tg\r\n\r\nthis allow to call the tg bot and generate messages\r\n\r\n\r\ntwitter client has a similar behaviour where you can access to post tweets"
    },
    {
      "title": "fix: read modelConfig from character file",
      "prNumber": 3313,
      "type": "bugfix",
      "body": "# Relates to\r\n\r\nhttps://github.com/elizaOS/eliza/issues/3233\r\n\r\n# Risks\r\n\r\nLow. IMO, this is only bringing back intended behaviour\r\n\r\n# Background\r\n\r\n## What does this PR do?\r\n\r\nadd the `modelConfig` object to the character file schema, so "
    },
    {
      "title": "fix: models unit test",
      "prNumber": 3312,
      "type": "bugfix",
      "body": ""
    },
    {
      "title": "fix: parsing unit test failure",
      "prNumber": 3311,
      "type": "bugfix",
      "body": ""
    },
    {
      "title": "fix: Fix plugin-solana-v2 package.json",
      "prNumber": 3308,
      "type": "bugfix",
      "body": "\r\n\r\n# Relates to\r\n\r\nFixes issue: **Expected double-quoted property name in JSON at position 825** while parsing `{ \"name\": \"@elizaos/plugin-solana-v2' }` in `/home/oxy/everreach-ai-agent/packages/plugin-solana-v2/package.json`.\r\n\r\n# Risks\r\n"
    },
    {
      "title": "chore: develop => main",
      "prNumber": 3307,
      "type": "other",
      "body": "Changelog\r\n\r\n- #3261\r\n- #3262\r\n- #3269\r\n- #3268\r\n- #3264\r\n- #3258\r\n- #3270\r\n- #3271\r\n- #3278\r\n- #3286\r\n- #3248\r\n- #3283\r\n- #3284\r\n- #3285\r\n- #3238\r\n- #3220\r\n- #3281\r\n- #3306"
    },
    {
      "title": "chore: bump version to 0.25.6-alpha.1",
      "prNumber": 3306,
      "type": "other",
      "body": ""
    },
    {
      "title": "fix: clean json before normalized",
      "prNumber": 3301,
      "type": "bugfix",
      "body": ""
    },
    {
      "title": "fix(core): improve OpenAI-like provider endpoint resolution in `generation.ts`",
      "prNumber": 3281,
      "type": "bugfix",
      "body": "# Relates to\r\n\r\nN/A\r\n\r\n# Risks\r\n\r\nMedium (it's core plugin)\r\n\r\n# Background\r\n\r\nWhen configuring an OpenAI-Like Provider, the `generateText` call works, but the `generateObject` call fails. The reason is an endpoint error because `generateTe"
    },
    {
      "title": "fix: handleGoogle(options) lost apiKey",
      "prNumber": 3274,
      "type": "bugfix",
      "body": "# Risks\r\n\r\nLow\r\n\r\n# Background\r\n\r\n## What does this PR do?\r\n\r\n`handleGoogle(options)` lost to pass `apiKey`\r\n\r\n## What kind of change is this?\r\n\r\nBug fixes\r\n\r\n## Why are we doing this? Any context or related work?\r\n\r\nWhen using `google` mod"
    },
    {
      "title": "fix: fix docker & types issue",
      "prNumber": 3220,
      "type": "bugfix",
      "body": "# Risks\r\n\r\nLow\r\n\r\n# Background\r\n\r\n## What does this PR do?\r\n\r\n1. fix docker (NPMs had new apt requirement)\r\n2. \"fix\" (type ignore) new type issues that were introduced by bumping NPMs\r\n3. Properly includes zod (per Shakker's instructions, o"
    },
    {
      "title": "chore: Remove plugin imports from agent",
      "prNumber": 3346,
      "type": "other",
      "body": "Cleanup. Remove dead monorepo plugin imports from `agent` source."
    },
    {
      "title": "chore: move default character to agent",
      "prNumber": 3343,
      "type": "other",
      "body": "Move the default character into the agent"
    },
    {
      "title": "feat: Dynamic Plugin Loading (merged_)",
      "prNumber": 3339,
      "type": "feature",
      "body": "Merges develop onto:\r\n\r\nhttps://github.com/elizaOS/eliza/pull/3336\r\n\r\nSuccessfully works on my machine"
    }
  ],
  "topContributors": [
    {
      "username": "lalalune",
      "avatarUrl": "https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4",
      "totalScore": 212.15184041536958,
      "prScore": 212.15184041536958,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "shakkernerd",
      "avatarUrl": "https://avatars.githubusercontent.com/u/165377636?u=5560dd9f2d310e1ba61dbba864006a951391a582&v=4",
      "totalScore": 172.61906328889577,
      "prScore": 162.18106328889579,
      "issueScore": 0,
      "reviewScore": 10,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "tcm390",
      "avatarUrl": "https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4",
      "totalScore": 146.60690810260968,
      "prScore": 116.16890810260969,
      "issueScore": 0,
      "reviewScore": 30,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "Bilirose",
      "avatarUrl": "https://avatars.githubusercontent.com/u/137919731?v=4",
      "totalScore": 87.0875477931522,
      "prScore": 87.0875477931522,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "odilitime",
      "avatarUrl": "https://avatars.githubusercontent.com/u/16395496?u=c9bac48e632aae594a0d85aaf9e9c9c69b674d8b&v=4",
      "totalScore": 79.9817738965761,
      "prScore": 49.5437738965761,
      "issueScore": 0,
      "reviewScore": 30,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "romain-lfg",
      "avatarUrl": "https://avatars.githubusercontent.com/u/191244204?v=4",
      "totalScore": 77.35354779315219,
      "prScore": 77.35354779315219,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "avaer",
      "avatarUrl": "https://avatars.githubusercontent.com/u/6926057?u=4f55bb6c993f04590b66d17136cdb9579b87bac4&v=4",
      "totalScore": 61.784428837614946,
      "prScore": 61.784428837614946,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "cloudre01",
      "avatarUrl": "https://avatars.githubusercontent.com/u/43627940?u=6334a88320220b332fe574549d27dc078cf704cc&v=4",
      "totalScore": 44.66158245444171,
      "prScore": 44.66158245444171,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "Julian-dev28",
      "avatarUrl": "https://avatars.githubusercontent.com/u/73849597?u=e8c3cfd6763aa74bda99128839b4d7da23b9a87b&v=4",
      "totalScore": 43.5437738965761,
      "prScore": 43.5437738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "0xbbjoker",
      "avatarUrl": "https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4",
      "totalScore": 40.4257738965761,
      "prScore": 40.4257738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "AdwitM",
      "avatarUrl": "https://avatars.githubusercontent.com/u/77715088?u=d235f9083947d2463a09e9dc4ba15d1b83c234c3&v=4",
      "totalScore": 39.9247738965761,
      "prScore": 39.9247738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "imthatcarlos",
      "avatarUrl": "https://avatars.githubusercontent.com/u/20136572?u=1c65c44403457a7870138f8f23fa0ef27487fb62&v=4",
      "totalScore": 38.2917738965761,
      "prScore": 38.0917738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "DarrenZal",
      "avatarUrl": "https://avatars.githubusercontent.com/u/3492713?u=f8a48af1a6c53497aff9a9b440d74dfa25669f22&v=4",
      "totalScore": 37.2577738965761,
      "prScore": 37.2577738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "w1ld3r",
      "avatarUrl": "https://avatars.githubusercontent.com/u/17899389?v=4",
      "totalScore": 33.5437738965761,
      "prScore": 33.5437738965761,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "koryteg",
      "avatarUrl": "https://avatars.githubusercontent.com/u/777967?u=7c207ac0db8f3be63b2dfb857cbbbabb3352c426&v=4",
      "totalScore": 31.368136214925055,
      "prScore": 31.368136214925055,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "ebaizel",
      "avatarUrl": "https://avatars.githubusercontent.com/u/739962?u=bb7278eb8c93d774f4d7cf5888e41e768126549a&v=4",
      "totalScore": 31.008306144334053,
      "prScore": 27.008306144334053,
      "issueScore": 4,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "TbLtzk",
      "avatarUrl": "https://avatars.githubusercontent.com/u/8383712?u=e322b2c4075fa14011e478d42b9dd5787fcf5e6b&v=4",
      "totalScore": 26.780424036192304,
      "prScore": 26.580424036192305,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "Bilogweb3",
      "avatarUrl": "https://avatars.githubusercontent.com/u/155262265?u=a5eccb6600c99ab256338894001760062db54d61&v=4",
      "totalScore": 23.51486522358297,
      "prScore": 23.31486522358297,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "oxy-Op",
      "avatarUrl": "https://avatars.githubusercontent.com/u/76278067?u=8d30840724554a475b4d1c3642ca0635bc52fb01&v=4",
      "totalScore": 23.174,
      "prScore": 23.174,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "nimrod-teich",
      "avatarUrl": "https://avatars.githubusercontent.com/u/7827551?u=74cbdb565e06085b2f3adedb601015ae96c4ae6c&v=4",
      "totalScore": 22.95571895621705,
      "prScore": 22.95571895621705,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    }
  ],
  "newPRs": 39,
  "mergedPRs": 24,
  "newIssues": 10,
  "closedIssues": 5,
  "activeContributors": 105
}