{
  "interval": {
    "intervalStart": "2025-05-04T00:00:00.000Z",
    "intervalEnd": "2025-05-05T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-05-04 to 2025-05-05, elizaos/eliza had 5 new PRs (11 merged), 0 new issues, and 10 active contributors.",
  "topIssues": [],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6U17Mm",
      "title": "chore: refactor env getting",
      "author": "wtfsayo",
      "number": 4445,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-04T06:46:02Z",
      "mergedAt": "2025-05-04T17:03:26Z",
      "additions": 922,
      "deletions": 731
    },
    {
      "id": "PR_kwDOMT5cIs6U2-Pp",
      "title": "chore: update cli command docs",
      "author": "wtfsayo",
      "number": 4448,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-04T18:28:06Z",
      "mergedAt": "2025-05-04T18:44:12Z",
      "additions": 511,
      "deletions": 442
    },
    {
      "id": "PR_kwDOMT5cIs6UrHdT",
      "title": "Eli2 268/refactor and enhance elizaos publish cli command",
      "author": "yungalgo",
      "number": 4424,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-01T18:55:14Z",
      "mergedAt": "2025-05-04T07:06:10Z",
      "additions": 392,
      "deletions": 212
    },
    {
      "id": "PR_kwDOMT5cIs6Ohdtu",
      "title": "Feature/v2/autodoc local",
      "author": "jmikedupont2",
      "number": 3911,
      "repository": "elizaos/eliza",
      "createdAt": "2025-03-13T14:24:04Z",
      "mergedAt": null,
      "additions": 357,
      "deletions": 103
    },
    {
      "id": "PR_kwDOMT5cIs6Uswjp",
      "title": "add blog for twitter agent setup",
      "author": "0xbbjoker",
      "number": 4425,
      "repository": "elizaos/eliza",
      "createdAt": "2025-05-02T00:45:41Z",
      "mergedAt": "2025-05-04T14:13:13Z",
      "additions": 194,
      "deletions": 0
    }
  ],
  "codeChanges": {
    "additions": 2565,
    "deletions": 1677,
    "files": 76,
    "commitCount": 70
  },
  "completedItems": [
    {
      "title": "Eli2 268/refactor and enhance elizaos publish cli command",
      "prNumber": 4424,
      "type": "refactor",
      "body": "# Refactor & Enhance ElizaOS Publishing Workflow\r\n\r\n## TL;DR\r\n- Unified publishing pipeline for **plugins _and_ projects**\r\n- Correct tags/topics everywhere\r\n- Cleaner branch names (`plugin-name`, `project-name`)\r\n- Standard `0.1.0` startin"
    },
    {
      "title": "fix: make plugin.routes work",
      "prNumber": 4415,
      "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\nMakes a plugin's routes available in /api/agents/AGENT_UUID_OR_NAME/plugins/PLUGIN_NAME/ROUTE_FROM_PLUGIN\r\n\r\n## What kind of change is this?\r\n\r\nUpdates (new versions of included "
    },
    {
      "title": "feat(plugin-openai): Emit model usage events for embeddings and image description",
      "prNumber": 4438,
      "type": "feature",
      "body": "# Relates to\n\nImprove credit usage tracking in OpenAI plugin\n\n# Risks\n\nLow. This PR adds model usage tracking for previously untracked models but doesn't modify existing functionality.\n\n# Background\n\n## What does this PR do?\n\nThis PR adds M"
    },
    {
      "title": "Eli2 272/cli fix incorrect version detection to show correct latest cli version",
      "prNumber": 4435,
      "type": "bugfix",
      "body": "## Problem\r\nWhen using CLI it is saying to update to 1.0.0.alpha as most recent which isnt correct.\r\n\r\n## Underlying Cause\r\nTwo critical issues affecting the CLI's update mechanism:\r\n\r\n1. The package manager incorrectly adds 'plugin-' prefi"
    },
    {
      "title": "add blog for twitter agent setup",
      "prNumber": 4425,
      "type": "feature",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Documentation**\n  - Added a comprehensive tutorial guiding users through setting up, customizing, and deploying a Twitter AI agent u"
    },
    {
      "title": "docs: fix title spacing",
      "prNumber": 4443,
      "type": "bugfix",
      "body": "## Fix Documentation Title Spacing\r\n\r\n`eliza is apowerful AI agent framework for autonomy & personality` ---> `eliza is a powerful AI agent framework for autonomy & personality`\r\n"
    },
    {
      "title": "Fix ESM type generation in packages: SQL, Boostrap & OpenAI",
      "prNumber": 4442,
      "type": "bugfix",
      "body": "👉 This is a follow up to https://github.com/elizaOS/eliza/pull/4341\r\n\r\n# Relates to\r\n\r\nTypeScript type resolution issues in `@elizaos/plugin-sql`, `@elizaos/plugin-boostrapl` & `@elizaos/plugin-openai` packages\r\n\r\nFixes: https://github.com"
    },
    {
      "title": "chore: update cli command docs",
      "prNumber": 4448,
      "type": "other",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Documentation**\n  - Updated and expanded documentation for several CLI commands, including `dev`, `publish`, `test`, and `update`, p"
    },
    {
      "title": "chore: organise imports and use relative paths",
      "prNumber": 4447,
      "type": "other",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n- **Refactor**\n  - Consolidated and reorganized import statements across multiple CLI files for improved clarity and maintainability.\n  "
    },
    {
      "title": "📝 Add docstrings to `refactor-env`",
      "prNumber": 4446,
      "type": "feature",
      "body": "Docstrings generation was requested by @wtfsayo.\n\n* https://github.com/elizaOS/eliza/pull/4445#issuecomment-2849042039\n\nThe following files were modified:\n\n* `packages/cli/src/commands/env.ts`\n* `packages/cli/src/utils/config-manager.ts`\n* "
    },
    {
      "title": "chore: refactor env getting",
      "prNumber": 4445,
      "type": "refactor",
      "body": "\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n## Summary by CodeRabbit\n\n- **New Features**\n  - Introduced a unified environment information system, providing detailed system, CLI, and package manager details t"
    }
  ],
  "topContributors": [
    {
      "username": "wtfsayo",
      "avatarUrl": "https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4",
      "totalScore": 182.31222734069186,
      "prScore": 167.37422734069187,
      "issueScore": 0,
      "reviewScore": 14.5,
      "commentScore": 0.43799999999999994
    },
    {
      "username": "lalalune",
      "avatarUrl": "https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4",
      "totalScore": 20.278093486505405,
      "prScore": 15.078093486505406,
      "issueScore": 0,
      "reviewScore": 5,
      "commentScore": 0.2
    },
    {
      "username": "michavie",
      "avatarUrl": "https://avatars.githubusercontent.com/u/39144548?u=3496eb82a60d2a8e88bf5e22c3ffe5eb2b37d816&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    },
    {
      "username": "0xbbjoker",
      "avatarUrl": "https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4",
      "totalScore": 0.2,
      "prScore": 0,
      "issueScore": 0,
      "reviewScore": 0,
      "commentScore": 0.2
    }
  ],
  "newPRs": 5,
  "mergedPRs": 11,
  "newIssues": 0,
  "closedIssues": 0,
  "activeContributors": 10
}