{
  "interval": {
    "intervalStart": "2025-05-08T00:00:00.000Z",
    "intervalEnd": "2025-05-09T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-05-08 to 2025-05-09, elizaos/eliza had 17 new PRs (12 merged), 1 new issues, and 13 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs6wuTSy",
      "title": "chore: Test every command in docs cli section",
      "author": "madjin",
      "number": 4143,
      "repository": "elizaos/eliza",
      "createdAt": "2025-04-02T01:52:19Z",
      "closedAt": null,
      "state": "OPEN",
      "commentCount": 1
    },
    {
      "id": "I_kwDOMT5cIs61qUx2",
      "title": "Agent Hangs After Core Init / REST API Bind (Anthropic + Twitter Config)",
      "author": "kunleulysses",
      "number": 4486,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-08T04:30:57Z",
      "closedAt": null,
      "state": "OPEN",
      "commentCount": 1
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6VXVTL",
      "title": "docs: add indonesian readme",
      "author": "K1mc4n",
      "number": 4485,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-08T03:07:33Z",
      "mergedAt": null,
      "additions": 57438,
      "deletions": 24287
    },
    {
      "id": "PR_kwDOMT5cIs6VdVO4",
      "title": "Feat/eddy devrel agent",
      "author": "samarth30",
      "number": 4499,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-08T15:51:36Z",
      "mergedAt": null,
      "additions": 1728,
      "deletions": 17
    },
    {
      "id": "PR_kwDOMT5cIs6Vbq9S",
      "title": "fix: tts manager and transcribe",
      "author": "0xbbjoker",
      "number": 4496,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-08T13:03:41Z",
      "mergedAt": "2025-05-09T18:14:51Z",
      "additions": 338,
      "deletions": 410
    },
    {
      "id": "PR_kwDOMT5cIs6VX5q8",
      "title": "docs: add indonesian readme",
      "author": "K1mc4n",
      "number": 4487,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-08T05:24:10Z",
      "mergedAt": null,
      "additions": 299,
      "deletions": 0
    },
    {
      "id": "PR_kwDOMT5cIs6VAt8i",
      "title": "chore: remove StudioLM support, focus on llama.cpp",
      "author": "0xbbjoker",
      "number": 4459,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-05T23:07:02Z",
      "mergedAt": "2025-05-08T10:31:59Z",
      "additions": 284,
      "deletions": 938
    }
  ],
  "codeChanges": {
    "additions": 888,
    "deletions": 1654,
    "files": 48,
    "commitCount": 66
  },
  "completedItems": [
    {
      "title": "chore: remove StudioLM support, focus on llama.cpp",
      "prNumber": 4459,
      "type": "other",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n## Summary by CodeRabbit\n\n- **Documentation**\n  - Updated documentation to focus on local AI model configuration, replacing StudioLM-specific instructions with det"
    },
    {
      "title": "Delete all memories API and client hooks.",
      "prNumber": 4467,
      "type": "other",
      "body": "Adds API and client React hooks to wipe all memories in single request.\r\nThis is for: \"clear chat\" button feature.\r\nNot sure where to put button in UI... tough to decide."
    },
    {
      "title": "fix type errors in CLI, fs.exists is deprecated",
      "prNumber": 4482,
      "type": "bugfix",
      "body": "```bash\r\nVersion: 1.0.0-beta.48\r\n[2025-05-07 22:26:45] WARN: Error loading configuration: TypeError: fs4.exists is not a function\r\n[2025-05-07 22:26:45] INFO: First time setup. Let's configure your Eliza agent.\r\n[2025-05-07 22:26:45] ERROR:"
    },
    {
      "title": "chore: remove plugin-elevenlabs ai from monorepo",
      "prNumber": 4480,
      "type": "other",
      "body": "<!-- 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\t- Removed the ElevenLabs plugin package and all its associated files, including configuration, build scripts, license, "
    },
    {
      "title": "Use real drizzle ORM for DB base operation types.",
      "prNumber": 4500,
      "type": "other",
      "body": "On my journey to fix tests I noticed:\r\n\r\n```bash\r\n@elizaos/plugin-sql:test:    × deleteAgent > should delete an agent and all related data 5ms\r\n@elizaos/plugin-sql:test:      → tx.select(...).from(...).where(...).limit is not a function\r\n``"
    },
    {
      "title": "📝 Add docstrings to `fix-pglite-dir`",
      "prNumber": 4498,
      "type": "feature",
      "body": "Docstrings generation was requested by @wtfsayo.\n\n* https://github.com/elizaOS/eliza/pull/4497#issuecomment-2863124160\n\nThe following files were modified:\n\n* `packages/plugin-sql/src/migrate.ts`\n\n<details>\n<summary>ℹ️ Note</summary><blockqu"
    },
    {
      "title": "chore: fix pglite dir",
      "prNumber": 4497,
      "type": "bugfix",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **New Features**\n  - The data directory for the PGlite database can now be configured using an environment variable. If not set, a pro"
    },
    {
      "title": "chore: fix runtime type",
      "prNumber": 4495,
      "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 internal handling and validation of agent identifiers to enhance reliability when accessing agent runtimes. N"
    },
    {
      "title": "📝 Add docstrings to `combined-ELI2-279-ELI2-280/fix-publish-cli-options-platform-and-skip-registry`",
      "prNumber": 4494,
      "type": "feature",
      "body": "Docstrings generation was requested by @wtfsayo.\n\n* https://github.com/elizaOS/eliza/pull/4492#issuecomment-2862285854\n\nThe following files were modified:\n\n* `packages/cli/src/utils/publisher.ts`\n\n<details>\n<summary>ℹ️ Note</summary><blockq"
    },
    {
      "title": "docs: update docs to prefer direct usage instead of npx",
      "prNumber": 4493,
      "type": "docs",
      "body": "@coderabbitai review\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Documentation**\n  - Updated all CLI usage examples and instructions to use the simplified command format (`eliza"
    },
    {
      "title": "Combined eli2 279 eli2 280/fix publish cli options platform and skip registry",
      "prNumber": 4492,
      "type": "bugfix",
      "body": "This PR addresses two issues with the ElizaOS CLI publish options:\r\n\r\n## 1. Platform Option Removal\r\n\r\n- Removed `-px, --platform` option from the publish command\r\n- Set 'node' as the default platform for all packages (via `packageJson.plat"
    },
    {
      "title": "Eli2 277/fix missing gitignore in plugins created with global cli installation",
      "prNumber": 4489,
      "type": "bugfix",
      "body": "**Problem**\r\n\r\nWhen creating plugins or projects using the globally installed ElizaOS CLI, the generated directories were missing .gitignore and .npmignore files. This happened because npm strips these special files during the package publi"
    }
  ],
  "topContributors": [
    {
      "username": "K1mc4n",
      "avatarUrl": "https://avatars.githubusercontent.com/u/156217571?u=cc94e7743c591f36eaf958d88befa855348bba9d&v=4",
      "totalScore": 117.65873840858124,
      "prScore": 117.65873840858124,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "wtfsayo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4",
      "totalScore": 111.11900705487268,
      "prScore": 96.18100705487268,
      "issueScore": 0,
      "reviewScore": 14.5,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "yungalgo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/113615973?u=92e0f29f7e2fbb8ce46ed13c51f692ca803de02d&v=4",
      "totalScore": 67.18857666748386,
      "prScore": 67.18857666748386,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "ChristopherTrimboli",
      "avatarUrl": "https://avatars.githubusercontent.com/u/27584221?u=0d816ce1dcdea8f925aba18bb710153d4a87a719&v=4",
      "totalScore": 64.5658017762958,
      "prScore": 49.127801776295804,
      "issueScore": 0,
      "reviewScore": 15,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "0xbbjoker",
      "avatarUrl": "https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4",
      "totalScore": 60.3176949175861,
      "prScore": 54.9776949175861,
      "issueScore": 0,
      "reviewScore": 5,
      "commentScore": 0.33999999999999997
    },
    {
      "username": "samarth30",
      "avatarUrl": "https://avatars.githubusercontent.com/u/48334430?u=1fc119a6c2deb8cf60448b4c8961cb21dc69baeb&v=4",
      "totalScore": 30.902641727603275,
      "prScore": 30.902641727603275,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "Mylookingisverynormal",
      "avatarUrl": "https://avatars.githubusercontent.com/u/50126677?u=feff54f0c3d192da7bed64c0a5276c4d9dfb144c&v=4",
      "totalScore": 27.270573590279973,
      "prScore": 27.270573590279973,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "ai16z-demirix",
      "avatarUrl": "https://avatars.githubusercontent.com/u/188117230?u=424cd5b834584b3799da288712b3c4158c8032a1&v=4",
      "totalScore": 9.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 9,
      "commentScore": 0.2
    },
    {
      "username": "kunleulysses",
      "avatarUrl": "https://avatars.githubusercontent.com/u/65002977?v=4",
      "totalScore": 2,
      "prScore": 0,
      "issueScore": 2,
      "reviewScore": 0,
      "commentScore": 0
    },
    {
      "username": "rnkrtt",
      "avatarUrl": "https://avatars.githubusercontent.com/u/140164174?u=e9c995a0fea6665e5c211be5c5957be8f8e8e4bd&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "bowtiedbluefin",
      "avatarUrl": "https://avatars.githubusercontent.com/u/95500901?v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    }
  ],
  "newPRs": 17,
  "mergedPRs": 12,
  "newIssues": 1,
  "closedIssues": 1,
  "activeContributors": 13
}