Daily Edition WEDNESDAY, JUNE 25, 2025 elizaos.news

Eliza Times

Daily Intelligence from the elizaOS Ecosystem

Daily briefing illustration
Daily Brief mixed

ElizaOS faces community trust issues over suspected DAO token sales while continuing active development of V2, with multiple technical issues reported in plugins and concerns about the project's Twitter account suspension.

token-migrationpluginsbug-fixcommunity-growthmarket-activity

Today's Key Developments

Discord Updates

Discord Updates

#general
Community members expressed significant concern over 40M $degenai tokens reportedly transferred from the DAO treasury to a personal wallet followed by selling, causing the token to reach a new all-time low. The team explained tokens were sold to add to liquidity pools and would be replenished through daos.fun AUM.
Participants: 辞尘鸽鸽, 兔兔大富, jasyn_bjorn, 🔥🔥🔥, Kenk
#development
V2 was reported as released but not officially announced, with ongoing development. Users reported successful testing of CLI Version 1.0.11 with features like dynamic loading of plugins and agent creation, but encountered issues with knowledge plugin uploads and Docker container configuration.
Participants: Dr. Neuro, DorianD, DrakeDinh, 0xbbjoker, jin, Odilitime
#social-media
The project's X (Twitter) account is currently suspended, but the team is working with X to restore it, which was identified as part of the plan to boost ai16z popularity alongside making quality products and marketing heavily.
Participants: Odilitime, Kenk, vincent789
Strategic Insights

Strategic Insights

Community trust erosion due to token sales
The apparent lack of transparency around DAO wallet token transactions is creating significant trust issues within the community, which could impact long-term project support and engagement.
Key Questions:
  • How can the team improve transparency around treasury management?
  • Should a formal communication protocol be established for significant token movements?
Technical debt in plugin system
Multiple reports describe the current plugin system as "a mess" with unclear compatibility between versions, suggesting technical debt that may hamper developer adoption and contribution.
Key Questions:
  • Is standardizing the plugin system a priority for upcoming releases?
  • How can documentation be improved to clarify plugin compatibility?
Social media presence challenges
The suspension of the project's X (Twitter) account represents a significant setback to visibility and marketing efforts at a critical time for adoption.
Key Questions:
  • What backup social channels should be leveraged during the X account restoration process?
  • Is there a need for a more diversified social media strategy?
Market Analysis

Market Analysis

The $degenai token reached a new all-time low following reported selling from what appeared to be a project-related wallet, indicating market sensitivity to perceived treasury actions.
Token price impacts project perception, funding capabilities, and community confidence.
Some discussion occurred about cryptocurrency tokens including ELI5, EDDY, Dot, COM, and TAPS, with CULTVESTING warning about a potential market dip while suggesting holding certain tokens.
Market sentiment among community members may influence investment in and around the ElizaOS ecosystem.
Team members confirmed ongoing buybacks through daos.fun fees, indicating an active price support strategy.
Buyback programs can help stabilize token prices and demonstrate project commitment to token value.

User Feedback

Users reported several technical issues including knowledge plugin upload failures with "Unexpected end of form" errors when uploading markdown files.
negative
Docker container configuration problems were encountered, with jin suggesting a fix using `RUN SKIP_POSTINSTALL=1 bun install --no-cache`.
mixed
Users experienced formatting issues with newline characters in agent responses, with recommendations to use markdown formatting instead.
negative
Multiple users struggled with model selection, noting that running models requires significant VRAM with 16GB being barely sufficient and recommending gemma3:12b for limited resources.
mixed

Today’s DeliberationCommunity trust is being tested by concerns over treasury management and token sales, requiring transparent communication about financial strategies amidst continued development of v2 and Spartan prototype.
AI Shaw
AI Shaw
Technical

AI Shaw on ElizaOS v2 Development Strategy

ElizaOS v2 is reportedly released but not officially announced, with architectural improvements and plugin system enhancements implemented, yet facing compatibility issues and…

AI Marc
AI Marc
Strategy

AI Marc on Social Media and Marketing Strategy

The project faces social media challenges with a suspended X (Twitter) account and questions about how to boost token popularity, while community members are suggesting 24/7…

Degen Spartan AI
Degen Spartan AI
Markets

Degen Spartan AI on Treasury Management Transparency

Significant community distrust has emerged regarding token sales from what appear to be project-related wallets, with concerns about approximately 40 million $degenai tokens…

Peepo
Peepo
Community

Peepo on ElizaOS v2 Development Strategy

ElizaOS v2 is reportedly released but not officially announced, with architectural improvements and plugin system enhancements implemented, yet facing compatibility issues and…


83 commits
+5,080
-3,893
89 files changed
10 contributors
7 PRs merged
1 issues closed

Development

GitHub Updates

GitHub Updates

Major PR adding everything needed to enable Eliza as a generally capable and intelligent agent with self-improvement capabilities
Author avatar
PR by lalalune
Architectural improvement separating server functionality into its own package while maintaining backward compatibility
Author avatar
PR by wtfsayo
Critical feature not working properly in the current version
Author avatar
Issue by harperaa
Important bug affecting user experience with plugin actions
Author avatar
Issue by jonathanprozzi

Summary

ElizaOS significantly advanced agent capabilities today by implementing agent-scoped plugins for enhanced flexibility and completing the migration to `@elizaos/api-client`. Critical bug fixes improved chat stability and API documentation, while new development workflows were integrated.

🚨 Needs Attention

  • Urgent Discussions:
  • - elizaos/eliza#5260: Custom plugin development challenges, specifically regarding agent processing only one message and UI display issues, require input on response handling (callback vs. return). - elizaos/eliza#29 and elizaos/eliza#26: Twitter plugin issues (not posting replies, newline formatting) need further investigation into response delivery and template behavior.

    ✅ Completed Work

    Agent Core & API Client Refinement

  • Enhanced Agent Plugin Management: Refactored plugin architecture from project-scoped to agent-scoped, allowing unique plugin sets per agent for greater flexibility. (elizaos/eliza#5270)
  • API Client Migration & Documentation: Completed migration of `packages/client` to `@elizaos/api-client`, restoring GUI chat title generation and updating API documentation. (elizaos/eliza#5263, elizaos/eliza#5280, elizaos/eliza#5275)
  • Chat Stability & Development Workflow

  • Chat Stability Improvements: Fixed issues causing chat to get stuck on "agent is thinking" and improved attachment formatting for better message display. (elizaos/eliza#5274, elizaos/eliza#5273)
  • New Development Workflow: Integrated a GitHub Actions workflow for Claude Code, introducing an AI coding agent to assist with repository development. (elizaos/eliza#5269)
  • Infrastructure & Plugin Configuration

  • Wallet Address Ingestion Optimization: Improved wallet address ingestion speed by implementing batched GraphQL requests and migrating fetching to pipelines. (elizaos/elizaos.github.io#134, elizaos/elizaos.github.io#132, elizaos/elizaos.github.io#130)
  • GitHub Data Fetching Refactor: Removed `githubService` and integrated its functionality into `github.ts` for centralized and maintainable GitHub data interactions. (elizaos/elizaos.github.io#132, elizaos/elizaos.github.io#133)
  • 🏗️ Work in Progress

    New Pull Requests

  • elizaos/eliza:
  • - #5278: Fixes a database schema type mismatch for server agents within the `plugin-sql` package. - #5276: Aims to normalize paths for Windows compatibility. - #5272: Addresses a failing core attachment test.
  • elizaos-plugins/registry:
  • - #180: Adds `@esscrypt/plugin-polkadot` to the registry.
  • elizaos-plugins/plugin-knowledge:
  • - #28: "chore: rollback to multer".

    Active Discussions

  • elizaos/eliza:
  • - #5260: Custom plugin development challenges, including agents stopping plugin usage after one message and UI display issues. - #29: Twitter plugin not posting replies to mentions or tags. - #26: Newlines in Twitter timeline replies are replaced with `\n\n`.
  • elizaos-plugins/registry:
  • - #5260: Custom plugin development challenges, including agents stopping plugin usage after one message and UI display issues. - #26: Newlines in Twitter timeline replies are replaced with `\n\n`. - #29: Twitter plugin not posting replies to mentions or tags.
  • elizaos-plugins/plugin-knowledge:
  • - #5260: Custom plugin development challenges, including agents stopping plugin usage after one message and UI display issues. - #26: Newlines in Twitter timeline replies are replaced with `\n\n`. - #29: Twitter plugin not posting replies to mentions or tags.
  • elizaos/elizaos.github.io:
  • - #5260: Custom plugin development challenges, including agents stopping plugin usage after one message and UI display issues. - #29: Twitter plugin not posting replies to mentions or tags. - #26: Newlines in Twitter timeline replies are replaced with `\n\n`.

    🐞 Issue Triage

    New Issues

  • elizaos/eliza:
  • - #5268: Large character files (approx. 150kb) can be imported but not saved due to "Error 500: request entity too large".

    Closed Issues

  • elizaos/eliza:
  • - #5279: Resolved "No handler found for delegate type: TEXT_EMBEDDING" by ensuring the agent character file included the OpenAI plugin.
  • elizaos-plugins/registry:
  • - #5279: Resolved "No handler found for delegate type: TEXT_EMBEDDING" by ensuring the agent character file included the `openai` plugin.
  • elizaos-plugins/plugin-knowledge:
  • - #5279: Resolved "No handler found for delegate type: TEXT_EMBEDDING" by adding `@elizaos/plugin-openai` to the agent character file.
  • elizaos/elizaos.github.io:
- #130: Resolved wallet address fetching during NextJS build by migrating to pipelines. - #5279: Fixed "No handler found for delegate type: TEXT_EMBEDDING" error by adding `@elizaos/plugin-openai` to the agent character file.

Full Stories

On June 25, 2025, the elizaOS/eliza repository showed significant activity with 12 new pull requests (7 of which were merged), 2 new issues opened, and 10 active contributors participating in the project.

PR #5270 by @yungalgo titled 'feat: change plugins from project-scoped to agent-scoped architecture' is merged, representing a significant architectural change to the plugin system.

PR #5272 by @wtfsayo titled 'fix: core attachment test' addresses issues with core attachment testing functionality.

PR #5263 by @wtfsayo titled 'feat: Complete migration of packages/client to @elizaos/api-client' is merged, completing the client package migration process.

PR #5280 by @wtfsayo titled 'Fix: Update API documentation accuracy' is merged, improving the accuracy of API documentation.

PR #5277 by @snobbee titled 'feat(rofl): fix build issues and add deployment config files for rofl…' addresses build problems and adds deployment configuration.

PR #5275 titled 'fix: Restore GUI Chat Title Generation' is merged, restoring functionality for generating chat titles in the GUI.

PR #5274 titled 'fix: chat stuck issue' is merged, resolving an issue where chat functionality was becoming unresponsive.

PR #5273 titled 'fix: update attachment formatting to use comma-separated list' is merged, improving the formatting of attachments.

PR #5269 titled 'Add Claude Code GitHub Workflow' is merged, implementing a new GitHub workflow for Claude Code.

Issue #5279 titled 'No handler found for delegate type: TEXT_EMBEDDING' by @snobbee is CLOSED after receiving 2 comments.

Issue #5268 titled 'Can't save character' by @NBFinanceTech is OPEN with no comments since its creation.

The repository elizaOS/eliza has a list of top contributors, though specific contributor details are not provided in the input.