{
  "version": "1.0",
  "type": "repository",
  "interval": "day",
  "date": "2025-06-25",
  "generatedAt": "2026-05-13T23:41:49.223Z",
  "sourceLastUpdated": "2026-05-13T23:41:49.223Z",
  "contentFormat": "markdown",
  "contentHash": "cef16808bae6d7f524311f2e795bdf95c28a92708eff1fca0c8fff74fae41a49",
  "entity": {
    "repoId": "elizaos/eliza",
    "owner": "elizaos",
    "repo": "eliza"
  },
  "content": "# elizaos/eliza Daily Update (Jun 25, 2025)\n## OVERVIEW \nToday, ElizaOS significantly enhanced agent flexibility by transitioning plugins to an agent-scoped architecture and completed the migration to `@elizaos/api-client`. Several critical bug fixes were implemented, improving chat stability and API documentation accuracy.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Enhanced Agent Plugin Management\nThe plugin architecture has been refactored from project-scoped to agent-scoped, allowing individual agents to have unique plugin sets. This change provides greater flexibility and customization for character configurations. ([#5270](https://github.com/elizaos/eliza/pull/5270))\n\n### API Client Migration and Refinement\nThe migration of the `packages/client` to the new `@elizaos/api-client` package has been completed, streamlining API interactions. This was accompanied by critical fixes to restore GUI chat title generation and update API documentation for accuracy. ([#5263](https://github.com/elizaos/eliza/pull/5263), [#5280](https://github.com/elizaos/eliza/pull/5280), [#5275](https://github.com/elizaos/eliza/pull/5275))\n\n### Chat Stability and Message Formatting Improvements\nSeveral fixes were deployed to address chat-related issues, including a bug where the chat would get stuck displaying \"agent is thinking\" after a failure and an update to attachment formatting for improved message display. ([#5274](https://github.com/elizaos/eliza/pull/5274), [#5273](https://github.com/elizaos/eliza/pull/5273))\n\n### New Development Workflow Integration\nA new GitHub Actions workflow for Claude Code integration has been added, introducing an AI coding agent to assist with repository development. ([#5269](https://github.com/elizaos/eliza/pull/5269))\n\n## NEWLY OPENED PULL REQUESTS\n- [#5278](https://github.com/elizaos/eliza/pull/5278): Fixes a database schema type mismatch for server agents within the `plugin-sql` package.\n- [#5276](https://github.com/elizaos/eliza/pull/5276): Aims to normalize paths for Windows compatibility.\n- [#5272](https://github.com/elizaos/eliza/pull/5272): Addresses a failing core attachment test.\n\n## CLOSED ISSUES\n\n### Plugin Configuration and Agent Functionality\nAn issue where the `TEXT_EMBEDDING` delegate type had no handler was resolved by ensuring the agent character file included the necessary OpenAI plugin. This allowed the agent to successfully process messages and reply via the UI. ([#5279](https://github.com/elizaos/eliza/issues/5279))\n\n## NEW ISSUES\n\n### Character File Size Limitations\nA new issue reports that large character files (approx. 150kb) can be imported but cannot be saved due to an \"Error 500: request entity too large\". The expected behavior is to allow saving of such files, with a desired size limit of 100mb. ([#5268](https://github.com/elizaos/eliza/issues/5268))\n\n## ACTIVE ISSUES\n\n### Custom Plugin Development Challenges\nUsers are encountering difficulties when developing custom plugins, specifically with an on-chain AI agent. The agent sometimes only processes one message before stopping plugin usage, and responses may appear in the terminal but not the UI. A recent comment suggests ensuring responses are sent via either callback or return in the action, but not both. ([#5260](https://github.com/elizaos/eliza/issues/5260))\n\n### Twitter Plugin Reply Issues\nThe Twitter plugin is failing to post replies to mentions or tags, despite loading successfully and having relevant configuration options enabled. No errors are displayed, and the plugin appears to be running. It has been noted that newlines in timeline replies are replaced with `\\n\\n` instead of actual line breaks, which might be due to the template explicitly instructing the agent to use `\\n`. Additionally, memories are being saved, but the response sometimes drops out before reaching the UI. ([#29](https://github.com/elizaos/eliza/issues/29), [#26](https://github.com/elizaos/eliza/issues/26))"
}