{
  "version": "1.0",
  "type": "repository",
  "interval": "day",
  "date": "2025-10-05",
  "generatedAt": "2026-05-13T23:41:49.371Z",
  "sourceLastUpdated": "2026-05-13T23:41:49.371Z",
  "contentFormat": "markdown",
  "contentHash": "0d834f81a30088e2bfd8a15968193782ad840f0535485989c9c587b7649b4b2f",
  "entity": {
    "repoId": "elizaos-plugins/plugin-telegram",
    "owner": "elizaos-plugins",
    "repo": "plugin-telegram"
  },
  "content": "# elizaos-plugins/plugin-telegram Daily Update (Oct 5, 2025)\n## OVERVIEW \nThe day's development focused on infrastructure improvements with the addition of Renovate configuration. Discussions continued on an active issue regarding import errors in `index.ts` with Eliza CLI 1.61, with new insights into potential type definition file problems.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Infrastructure & Maintenance\n- A new pull request was opened to add Renovate configuration, aiming to automate dependency updates and improve project maintainability. [#16](https://github.com/elizaos-plugins/plugin-telegram/pull/16)\n\n## NEWLY OPENED PULL REQUESTS\n- [#16](https://github.com/elizaos-plugins/plugin-telegram/pull/16) chore: add renovate configuration - This PR introduces Renovate configuration to the repository, which will help automate dependency updates.\n\n## CLOSED ISSUES\n- None\n\n## NEW ISSUES\n- None\n\n## ACTIVE ISSUES\n\n### Import Errors with Eliza CLI 1.61\nDiscussion continued on issue [#6031](https://github.com/elizaos-plugins/plugin-telegram/issues/6031), concerning import errors in `index.ts` when using Eliza CLI 1.61. On October 5th, `matteo-brandolino` suggested that the problem might stem from type definition files in the `@Elizaos/core` package, specifically `dist/index.d.ts` and `dist/types/index.d.ts`, which appear to reference non-existent source files. This could explain why TypeScript fails to find imports like `logger`, `Project`, or `IAgentRuntime`. They noted that downgrading to version 1.5.15 or using versions newer than 1.6.1 resolves the issue, suggesting a bug specific to version 1.6.1. Previously, on October 3rd, `0xbbjoker` confirmed that the issue did not reproduce on their end with 1.6.1 and requested `matteo-brandolino` to provide detailed steps or try a clean rebuild. `matteo-brandolino` clarified that it was a new project created with `elizaos create` and that the project runs correctly, but the type-related errors persist in their IDE."
}