{
  "interval": {
    "intervalStart": "2025-09-13T00:00:00.000Z",
    "intervalEnd": "2025-09-14T00:00:00.000Z",
    "intervalType": "day"
  },
  "repository": "elizaos/eliza",
  "overview": "From 2025-09-13 to 2025-09-14, elizaos/eliza had 0 new PRs (1 merged), 1 new issues, and 2 active contributors.",
  "topIssues": [
    {
      "id": "I_kwDOMT5cIs7Bl7RB",
      "title": "Add docs for sending message as agent to any chat via webhook / routes in plugins",
      "author": "linear",
      "number": 5649,
      "repository": "elizaos/eliza",
      "body": "",
      "createdAt": "2025-07-21T09:52:28Z",
      "closedAt": "2025-09-13T07:51:52Z",
      "state": "CLOSED",
      "commentCount": 0
    },
    {
      "id": "I_kwDOMT5cIs7K1jsI",
      "title": "Clear our docs-related issued",
      "author": "linear",
      "number": 5956,
      "repository": "elizaos/eliza",
      "body": "[https://github.com/elizaOS/eliza/issues/5716](https://github.com/elizaOS/eliza/issues/5716) + issues raised in elizaos/docs",
      "createdAt": "2025-09-10T16:05:53Z",
      "closedAt": "2025-09-13T04:21:14Z",
      "state": "CLOSED",
      "commentCount": 0
    },
    {
      "id": "I_kwDOMT5cIs7Lc8tg",
      "title": "Feature Request: Add CometAPI Provider Support",
      "author": "TensorNull",
      "number": 5973,
      "repository": "elizaos/eliza",
      "body": "Request to add **CometAPI** as a supported LLM provider\n\n## CometAPI Resources\n- Website: https://www.cometapi.com/\n- API Documentation: https://api.cometapi.com/doc\n- Base URL: https://api.cometapi.com/v1/\n- Model List: https://api.cometapi.com/v1/models\n- Get API Key: https://api.cometapi.com/console/token\n- Pricing: https://api.cometapi.com/pricing\n\n## Implementation Offer\nWe can implement this integration and submit a PR according to your project's standards and guidelines if you'd like.\n",
      "createdAt": "2025-09-13T12:33:17Z",
      "closedAt": null,
      "state": "OPEN",
      "commentCount": 0
    }
  ],
  "topPRs": [
    {
      "id": "PR_kwDOMT5cIs6oKZup",
      "title": "feat: Adds browser build with PGlite WASM support",
      "author": "ChristopherTrimboli",
      "number": 5970,
      "body": "### Summary\r\n- Add browser-safe build for `@elizaos/plugin-sql` using PGlite WASM.\r\n- Dual entrypoints: `src/index.browser.ts` (PGlite-only) and `src/index.node.ts` (Postgres/PGlite).\r\n- Conditional exports in `package.json` route browser to `dist/browser` and node to `dist/node`.\r\n- Replace `global` with `globalThis` in `src/index.ts`.\r\n\r\n### Why\r\nFix Next.js app-client bundling failure caused by Node builtins and server drivers leaking into the client bundle (“the chunking context does not support external modules (request: node:module)”). Enable in-browser Eliza with PGlite and embeddings.\r\n\r\n### What changed\r\n- `packages/plugin-sql/src/index.browser.ts`: PGlite-only plugin entry.\r\n- `packages/plugin-sql/src/index.node.ts`: Node entry with Postgres/PGlite.\r\n- `packages/plugin-sql/src/utils.browser.ts`: No-op, browser-safe utils.\r\n- `packages/plugin-sql/src/utils.node.ts`: Node utils (dotenv/fs/path).\r\n- `packages/plugin-sql/src/index.ts`: `global` → `globalThis`.\r\n- `packages/plugin-sql/package.json`: Conditional `exports`, `sideEffects:false`.\r\n- `packages/plugin-sql/build.ts`: Dual build (dist/node, dist/browser).\r\n\r\n### How to test\r\n- Import `@elizaos/plugin-sql` in a Client Component; it should now bundle via the browser build.\r\n- DB operations route to in-memory PGlite on the client.\r\n\r\n### Notes\r\n- Embeddings are supported via PGlite vector extension in WASM.\r\n- Short-term: exposing client keys is accepted for Phase 1; document and rotate accordingly.\r\n- Server environments still use the Node entry (Postgres/PGlite).\r\n\r\n### Follow-ups (Phase 2)\r\n- Docs: browser security caveats and key management.\r\n- Optional: feature flag for browser/Node selection and persistent IndexedDB-backed PGlite.",
      "repository": "elizaos/eliza",
      "createdAt": "2025-09-12T05:23:18Z",
      "mergedAt": "2025-09-13T23:49:53Z",
      "additions": 552,
      "deletions": 109
    }
  ],
  "codeChanges": {
    "additions": 552,
    "deletions": 109,
    "files": 15,
    "commitCount": 8
  },
  "completedItems": [
    {
      "title": "feat: Adds browser build with PGlite WASM support",
      "prNumber": 5970,
      "type": "feature",
      "body": "### Summary\r\n- Add browser-safe build for `@elizaos/plugin-sql` using PGlite WASM.\r\n- Dual entrypoints: `src/index.browser.ts` (PGlite-only) and `src/index.node.ts` (Postgres/PGlite).\r\n- Conditional exports in `package.json` route browser t",
      "files": [
        "bun.lock",
        "packages/plugin-sql/build.ts",
        "packages/plugin-sql/package.json",
        "packages/plugin-sql/src/index.browser.ts",
        "packages/plugin-sql/src/index.node.ts",
        "packages/plugin-sql/src/index.ts",
        "packages/plugin-sql/src/utils.browser.ts",
        "packages/plugin-sql/src/utils.node.ts",
        "packages/plugin-sql/tsconfig.build.json",
        "packages/plugin-sql/tsconfig.build.node.json",
        "packages/plugin-sql/types/index.d.ts",
        "tsconfig.json",
        "packages/core/src/test_resources/constants.ts",
        "packages/plugin-sql/src/__tests__/unit/index.browser.test.ts",
        "packages/plugin-sql/src/__tests__/unit/utils.browser.test.ts"
      ]
    }
  ],
  "topContributors": [
    {
      "username": "TensorNull",
      "avatarUrl": "https://avatars.githubusercontent.com/u/129579691?u=fef786d866afd3d3a36397da036641c65906f3f2&v=4",
      "totalScore": 2,
      "prScore": 0,
      "issueScore": 2,
      "reviewScore": 0,
      "commentScore": 0,
      "summary": "TensorNull: Today, TensorNull focused on strategic planning for future development by creating a feature request for CometAPI Provider Support in elizaos/eliza (#5973)."
    }
  ],
  "newPRs": 0,
  "mergedPRs": 1,
  "newIssues": 1,
  "closedIssues": 2,
  "activeContributors": 2
}