{
  "prompt_name": "issue-triage",
  "category": "dev",
  "date": "2025-06-16",
  "generated_text": "# Issue Triage Report for 2025-06-16\n\n## Critical Issues\n\n### P0 - Critical: Twitter Account Suspension\n- **Issue**: ElizaOS X/Twitter account with 149K followers suspended due to API policy violations\n- **Impact Assessment**:\n  - User Impact: Critical (affects visibility and communication for entire user base)\n  - Functional Impact: Partial (communication blocked but not core functionality)\n  - Brand Impact: High (significant visibility loss and potential reputation damage)\n- **Technical Classification**:\n  - Category: Integration\n  - Component Affected: Twitter Plugin Integration\n  - Complexity: Moderate effort\n- **Resource Requirements**:\n  - Expertise: Twitter API policy compliance, API integration\n  - Dependencies: X policy resolution\n  - Effort: 3\n- **Next Steps**: \n  1. Expedite contact with X support through executive channels\n  2. Update Twitter plugin to fully comply with X's API policies\n  3. Prepare communication plan with alternative announcement channels\n- **Potential Assignees**: \u8f9e\u5c18\u9e3d\u9e3d, cjft\n\n### P0 - Critical: Knowledge Management/RAG Not Working in 1.0.6+\n- **Issue**: Knowledge plugin and RAG functionality not implemented despite being in documentation\n- **Impact Assessment**:\n  - User Impact: High (critical feature missing for many users)\n  - Functional Impact: Yes (blocks core semantic search capabilities)\n  - Brand Impact: High (advertised feature not working)\n- **Technical Classification**:\n  - Category: Bug/Missing Feature\n  - Component Affected: Core Framework, Knowledge Plugin\n  - Complexity: Architectural change\n- **Resource Requirements**:\n  - Expertise: Vector database integration, RAG systems, embedding APIs\n  - Dependencies: Core framework integration\n  - Effort: 5\n- **Next Steps**: \n  1. Develop implementation plan for knowledge processing/embedding\n  2. Complete RagService implementation\n  3. Fix character.knowledge integration with runtime\n  4. Implement KNOWLEDGE provider in bootstrap plugin\n- **Potential Assignees**: harperaa, lalalune\n\n### P1 - High: Message Handling Issues Between Agents\n- **Issue**: Agent cross-interference in messaging causing infinite loops, multiple agents responding to messages intended for a single agent\n- **Impact Assessment**:\n  - User Impact: High (affects core conversation experience)\n  - Functional Impact: Yes (breaks basic agent-user interactions)\n  - Brand Impact: High (makes the platform appear buggy)\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: Message Service, Agent Runtime\n  - Complexity: Complex solution\n- **Resource Requirements**:\n  - Expertise: Message routing, runtime architecture\n  - Dependencies: Agent identification system\n  - Effort: 4\n- **Next Steps**: \n  1. Fix metadata preservation in agent_response messages\n  2. Ensure proper message targeting between agents\n  3. Improve DM channel validation to prevent crosstalk\n- **Potential Assignees**: wtfsayo, 0xbbjoker\n\n### P1 - High: Custom Character Loading Failure After v1.0.7 Upgrade\n- **Issue**: Custom characters no longer registered after upgrading to v1.0.7\n- **Impact Assessment**:\n  - User Impact: High (affects anyone using custom agents)\n  - Functional Impact: Yes (prevents core agent functionality)\n  - Brand Impact: Medium (regression in update)\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: Agent Registration\n  - Complexity: Moderate effort\n- **Resource Requirements**:\n  - Expertise: Core framework, agent registration\n  - Dependencies: Environment configuration loading\n  - Effort: 3\n- **Next Steps**:\n  1. Fix character registration process during startup\n  2. Ensure environment variables are loaded before agent initialization\n  3. Add regression tests for custom character loading\n- **Potential Assignees**: jonathanprozzi, ChristopherTrimboli\n\n### P1 - High: Twitter Plugin Issues\n- **Issue**: Multiple issues with Twitter plugin including unwanted formatting, authorization failures, and context handling\n- **Impact Assessment**:\n  - User Impact: High (affects social media integration)\n  - Functional Impact: Yes (breaks social media posting)\n  - Brand Impact: Medium (affects visible public output)\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: Twitter Plugin\n  - Complexity: Moderate effort\n- **Resource Requirements**:\n  - Expertise: Twitter API, plugin development\n  - Dependencies: X API policy resolution\n  - Effort: 3\n- **Next Steps**: \n  1. Fix formatting issues with newlines in posts\n  2. Update authentication to use API-based authentication\n  3. Improve context filtering for appropriate responses\n  4. Update to PRO $200/month plan for better API access\n- **Potential Assignees**: bitcryptowski.btc, aith, cjft\n\n### P2 - Medium: Room Creation API Issues\n- **Issue**: Creating room via REST API returns success but then shows empty rooms array\n- **Impact Assessment**:\n  - User Impact: Medium (affects programmatic integrations)\n  - Functional Impact: Partial (affects room creation APIs)\n  - Brand Impact: Medium (API inconsistency)\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: API, Database\n  - Complexity: Moderate effort\n- **Resource Requirements**:\n  - Expertise: API design, database operations\n  - Dependencies: Message server architecture\n  - Effort: 2\n- **Next Steps**: \n  1. Fix service calls for room creation\n  2. Ensure proper room ID assignment and persistence\n  3. Add stronger validation for room creation parameters\n- **Potential Assignees**: exitsimulation, odilitime\n\n### P2 - Medium: Missing API Endpoint for Agent Rooms\n- **Issue**: API endpoint for agent rooms is missing despite being in documentation\n- **Impact Assessment**:\n  - User Impact: Medium (affects API users)\n  - Functional Impact: Partial (specific API endpoint)\n  - Brand Impact: Low\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: API\n  - Complexity: Simple fix\n- **Resource Requirements**:\n  - Expertise: API routes, server architecture\n  - Dependencies: None\n  - Effort: 1\n- **Next Steps**: \n  1. Implement the missing API endpoint\n  2. Add tests to verify endpoint functionality\n  3. Update documentation if needed\n- **Potential Assignees**: exitsimulation, wtfsayo\n\n### P2 - Medium: Duplicate Plugins in GUI Settings\n- **Issue**: Plugins appear duplicated in GUI settings interface\n- **Impact Assessment**:\n  - User Impact: Medium (affects many users)\n  - Functional Impact: No (UI confusion only)\n  - Brand Impact: Medium (appears buggy)\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: GUI, Plugin System\n  - Complexity: Simple fix\n- **Resource Requirements**:\n  - Expertise: Frontend, plugin management\n  - Dependencies: None\n  - Effort: 2\n- **Next Steps**: \n  1. Fix plugin normalization in usePlugins hook\n  2. Deduplicate plugin display in settings UI\n  3. Add tests to prevent regression\n- **Potential Assignees**: Johannes Weniger, 0xbbjoker\n\n### P2 - Medium: Knowledge Plugin Installation Failures\n- **Issue**: Knowledge plugin fails to install despite version update to 1.0.5\n- **Impact Assessment**:\n  - User Impact: Medium (affects multiple users)\n  - Functional Impact: Yes (prevents using knowledge features)\n  - Brand Impact: Medium\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: Plugin System, Knowledge Plugin\n  - Complexity: Moderate effort\n- **Resource Requirements**:\n  - Expertise: Plugin architecture, dependency management\n  - Dependencies: None\n  - Effort: 2\n- **Next Steps**: \n  1. Diagnose installation failures\n  2. Fix dependency resolution issues\n  3. Ensure proper version compatibility\n- **Potential Assignees**: Johannes Weniger, 0xbbjoker\n\n### P3 - Low: File Upload Failures in GUI\n- **Issue**: File uploads not functioning properly in the GUI\n- **Impact Assessment**:\n  - User Impact: Low\n  - Functional Impact: Partial (secondary functionality)\n  - Brand Impact: Low\n- **Technical Classification**:\n  - Category: Bug\n  - Component Affected: GUI, File Handling\n  - Complexity: Simple fix\n- **Resource Requirements**:\n  - Expertise: Frontend, file handling\n  - Dependencies: None\n  - Effort: 2\n- **Next Steps**: \n  1. Fix file upload component\n  2. Ensure proper media handling\n  3. Add tests for file uploads\n- **Potential Assignees**: tcm390, wtfsayo\n\n## Top Priority Issues Summary\n\n1. **Twitter Account Suspension (P0)**: Critical communication channel for 149K followers lost, requiring urgent policy resolution.\n\n2. **Knowledge/RAG Not Working (P0)**: Core functionality for knowledge management missing despite being documented, blocking semantic search capabilities.\n\n3. **Agent Messaging Problems (P1)**: Cross-interference between agents causing infinite loops and incorrect responses.\n\n4. **Custom Character Loading Failure (P1)**: Regression preventing users from loading their own agents after upgrade.\n\n5. **Twitter Plugin Issues (P1)**: Multiple formatting and authentication problems affecting social media integration.\n\n6. **Room Creation API Issues (P2)**: Inconsistent behavior in REST API for room creation.\n\n7. **Missing API Endpoint (P2)**: Documented endpoint for agent rooms not implemented.\n\n8. **Duplicate Plugins in GUI (P2)**: UI confusion with duplicated plugin entries.\n\n## Common Patterns & Architectural Issues\n\n1. **Plugin Dependency Management**: Multiple issues stem from plugin dependencies and version compatibility problems, suggesting a need for a more robust plugin management system.\n\n2. **Message Routing Architecture**: Several high-priority issues relate to agent message routing and proper targeting, indicating potential architectural issues in the message service.\n\n3. **API Consistency**: Multiple endpoints have inconsistencies between documentation and implementation, suggesting a need for API contract testing.\n\n4. **Feature Implementation Gaps**: Features are being documented before implementation is complete, creating user expectations that aren't met.\n\n## Recommendations\n\n1. **Establish Feature Flag System**: Implement a feature flag system to control visibility of features still under development.\n\n2. **API Contract Testing**: Add automated tests to verify all documented API endpoints exist and function properly.\n\n3. **Cross-Agent Communication Protocol**: Design a more robust protocol for agent-to-agent communication with clearer metadata handling.\n\n4. **Plugin Versioning Strategy**: Implement stricter versioning requirements for plugins to prevent compatibility issues.\n\n5. **Regression Test Suite**: Expand the regression test suite to catch common issues like custom character loading failures before releases.\n\n6. **Documentation Review Process**: Establish a review process ensuring documentation only covers implemented features.\n\n7. **Social Media Contingency Plan**: Develop a multi-platform communication strategy to reduce dependence on single platforms like Twitter.",
  "source_references": [
    "2025-06-16\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-14.md\n---\n# elizaOS Discord - 2025-06-14\n\n## Overall Discussion Highlights\n\n### Twitter Account Suspension\n- ElizaOS's X (Twitter) account with 149K followers has been suspended due to API policy violations\n- The team is treating this as urgent and has contacted X to expedite resolution\n- Farcaster is being prepared as a backup platform, not a replacement\n- Community members debated whether to fight for restoration or focus on alternative platforms\n- The Twitter plugin has been updated to use the PRO $200/month plan for individual users\n\n### Technical Developments\n- **Token-based Utility Protocol**: Discussion about creating a SaaS/AaaS protocol that would provide LLMs for token holders without requiring their own API keys\n- **Agent Network Economy**: Proposals for implementing staking mechanisms, trust scores, and capability broadcasting in a framework-agnostic web3 network\n- **\"Login with Eliza\"**: Ideas for hosted memory/DB services to enhance the platform\n- **AInews Automation**: User \"boom\" reported successfully automating the \"ainews\" functionality with CLI integration, including a major refactor of the \"showrunner\"\n\n### Plugin Issues\n- Multiple users reported problems with the Twitter plugin's posting behavior, particularly with unwanted formatting in replies\n- The knowledge plugin was reported as non-functional despite recent updates to version 1.0.5\n- Authentication middleware issues were mentioned, with recommendations to avoid using auth tokens\n\n## Key Questions & Answers\n\n**Q: Who is currently building the biggest applications within elizaOS?**  \nA: You can see 20 or so projects in the agent demos playlist: https://youtube.com/@elizaosdeveloper (answered by Kenk)\n\n**Q: Can anyone point to a list of v2 compatible plugins? Or advise if most older plugins work with v2?**  \nA: Anything that has a 1.x branch on https://github.com/elizaos-plugins/ should work (answered by Odilitime)\n\n**Q: How do you contribute to Eliza?**  \nA: Follow the documentation at https://eliza.how/docs/contributing and make a PR (self-answered by orayo)\n\n**Q: Why is my Twitter bot posting with \"\\n\\n\" formatting?**  \nA: This only occurs with replies; deleting 2 lines in node_modules/@elizaos/plugin-twitter/dist/index.js fixes it (answered by bitcryptowski.btc)\n\n**Q: Has the project abandoned the Twitter account?**  \nA: We haven't abandoned the Twitter account. We're treating this as urgent and have contacted X to expedite resolution. Farcaster is only being prepared as a backup option (answered by \u8f9e\u5c18\u9e3d\u9e3d)\n\n## Community Help & Collaboration\n\n1. **Twitter Plugin Troubleshooting**\n   - Helper: aith | Helpee: bitcryptowski.btc\n   - Context: Twitter plugin adding unwanted formatting to posts\n   - Resolution: Suggested configuring the agent not to give formative text and using LOG_LEVEL=debug to diagnose\n\n2. **Plugin Installation Support**\n   - Helper: 0xbbjoker | Helpee: Johannes Weniger\n   - Context: Plugin installation issues\n   - Resolution: Provided specific commands to clean installation and reinstall with correct versions\n\n3. **Twitter Plugin Fix Sharing**\n   - Helper: bitcryptowski.btc | Helpee: wookosh\n   - Context: Twitter plugin formatting issues\n   - Resolution: Shared that deleting lines in the plugin's index.js file fixed the unwanted newlines\n\n4. **Project Discovery Resources**\n   - Helper: Kenk | Helpee: cloudAI\n   - Context: Asked about who is building the biggest applications within elizaOS\n   - Resolution: Directed to the agent demos playlist on YouTube\n\n## Action Items\n\n### Technical\n- Fix Twitter plugin's formatting issues with replies adding \"\\n\\n\" (Mentioned by bitcryptowski.btc)\n- Fix knowledge plugin installation failures despite version update to 1.0.5 (Mentioned by Johannes Weniger)\n- Fix authentication middleware causing \"Unauthorized access attempt\" despite setting API key (Mentioned by Johannes Weniger)\n- Update Twitter plugin to work with X's API policies (Mentioned by cjft)\n- Complete video transcoding and encoding/sample rate issues for ainews automation (Mentioned by boom)\n- Contact X to resolve account ban affecting project visibility (Mentioned by \u8f9e\u5c18\u9e3d\u9e3d)\n\n### Feature\n- Develop token-based utility SaaS/AaaS protocol for providing LLMs to token holders (Mentioned by cjft)\n- Create \"login with eliza\" hosted memory/DB services (Mentioned by cjft)\n- Implement agent network economy with staking mechanisms and trust scores (Mentioned by cjft)\n- Develop framework-agnostic web3 network where agents broadcast capabilities (Mentioned by cjft)\n- Create leaderboard system for best-performing agents (Mentioned by cjft)\n- Design agent trading competition with measurable outcomes (Mentioned by jin)\n- Create Gemini/VertexAI plugin for working with ML models for satellite images (Mentioned by orayo)\n- Continue development of Farcaster as backup platform (Mentioned by \u8f9e\u5c18\u9e3d\u9e3d)\n---\n2025-06-13.md\n---\n# elizaOS Discord - 2025-06-13\n\n## Overall Discussion Highlights\n\n### ElizaOS V2 Release & Development\n- ElizaOS V2 has been released from beta, now at version 1.0.8 (and 1.0.9 mentioned as a newer release)\n- V2 features significant architectural improvements over V1\n- Developers are actively adopting V2, which enables easier development with ElizaOS\n- Migration tools using LLMs are being developed to help transition plugins from V1 to V2\n- GitHub repository for V2-compatible plugins: https://github.com/elizaos-plugins/ (1.x branches)\n\n### Spartan Product Development\n- Spartan is nearing its first product release, focused on DeFi and trading tools\n- It's described as a separate stack from ElizaOS with different architecture\n- The first Spartan product will be \"very simple\" with plans to iterate based on community feedback\n\n### Twitter/X Account Suspension\n- ElizaOS's X (Twitter) account with 149K followers has been suspended due to API policy violations\n- Team is working with X to restore the account while exploring alternative communication channels\n- Accounts with \"gmgn\" tags were flagged for \"inauthenticity\"\n- Farcaster is being prepared as a backup platform\n- The team is planning to deploy communications across multiple platforms\n\n### Plugin Development & Issues\n- Various plugins experiencing issues, particularly Twitter, Telegram, and Knowledge plugins\n- Twitter plugin has problems with line breaks, unauthorized posting, and context filtering\n- Database migration errors reported in ElizaOS v1.0.8 with PostgreSQL schema creation\n- Action handling challenges where multiple actions run simultaneously with data not passing between them\n\n### Business & Community Models\n- Discussion about potential business models including subscription-based API access\n- Token utility ideas for services like hosted LLMs\n- Concept of an agent network economy with leaderboards for best-performing agents\n- Potential competitions to demonstrate capabilities, especially for trading agents\n\n## Key Questions & Answers\n\n**Q: Do we have any useful or utility agent other than shit-posting?**  \nA: We have over 180 plugins that make it do more than shit posting. With plugin-mcp, the sky is the limit. (Odilitime)\n\n**Q: Do we have any significant updates for Spartan along with V2 release?**  \nA: V2 is out of beta with lots of developers starting to use it. Spartan is about to have its first product release. (Odilitime)\n\n**Q: Is ai16z profitable?**  \nA: Not yet, but we have plenty of runway, so we're focusing on getting the products right and out the door. (Odilitime)\n\n**Q: If X never resolves the ban, what's the backup plan?**  \nA: We're going to deploy more communications on more platforms. (Odilitime)\n\n**Q: Who is currently building the biggest applications within elizaOS?**  \nA: You can see 20 or so projects in the agent demos playlist: https://youtube.com/@elizaosdeveloper (Kenk)\n\n**Q: Why would my agent be getting a new agent ID every time it starts up?**  \nA: Agent ID is based on the name; this shouldn't happen unless the character name is changing. (Odilitime)\n\n**Q: How do actions pass data from one action to another?**  \nA: This will be fixed in the next release; currently both actions will reply. (Odilitime)\n\n**Q: Has the team stopped trying to recover the Twitter accounts?**  \nA: We haven't abandoned the Twitter account and are treating this as urgent, while preparing Farcaster as a backup. (\u8f9e\u5c18\u9e3d\u9e3d)\n\n## Community Help & Collaboration\n\n1. **Database Migration Error Resolution**\n   - Helper: Odilitime | Helpee: orayo\n   - Issue: Database migration error in ElizaOS v1.0.8\n   - Solution: Suggested deleting the .elizadb directory to reset the database\n\n2. **Twitter Plugin Line Break Fix**\n   - Helper: bitcryptowski.btc | Helpee: wookosh\n   - Issue: Twitter plugin adding unwanted line breaks\n   - Solution: Shared solution of deleting specific lines in the plugin's dist/index.js file\n\n3. **Knowledge Plugin Installation Troubleshooting**\n   - Helper: 0xbbjoker | Helpee: Johannes Weniger\n   - Issue: Knowledge plugin installation issues\n   - Solution: Suggested cleaning node_modules, dist, and lock files before reinstalling with correct versions\n\n4. **Twitter Plugin Debugging**\n   - Helper: aith | Helpee: bitcryptowski.btc\n   - Issue: Twitter plugin posting issues\n   - Solution: Suggested using LOG_LEVEL=debug to diagnose tweet generation and filtering issues\n\n5. **Telegram Plugin Deployment**\n   - Helper: sayonara | Helpee: Guncheck\n   - Issue: Telegram plugin PR not being merged\n   - Solution: Merged the PR and fixed deployment issues\n\n## Action Items\n\n### Technical\n- **Fix database migration error** with PostgreSQL schema creation in v1.0.8 (mentioned by orayo)\n- **Restore ElizaOS X account** by resolving API policy violations (mentioned by multiple users)\n- **Fix Twitter plugin issues** including:\n  - Context filtering to prevent responding to inappropriate content (mentioned by nasdaq.ai)\n  - Line break issues in posts (mentioned by bitcryptowski.btc)\n  - Respect retweet settings (mentioned by Dennis)\n- **Fix Telegram plugin functionality** (mentioned by Guncheck)\n- **Implement data passing between actions** (WEB_SEARCH to REPLY) (mentioned by Guncheck)\n- **Fix Knowledge plugin installation and loading issues** (mentioned by Johannes Weniger)\n- **Fix authentication middleware** for UI responses (mentioned by Johannes Weniger)\n- **Fix news pipelines** to improve news aggregation functionality (mentioned by jin)\n- **Complete first Spartan product release** (mentioned by Odilitime)\n- **Resolve video transcoding and encoding/sample rate issues** for ainews automation (mentioned by boom)\n\n### Feature\n- **Create central point** for intercepting and processing multiple action replies (mentioned by jonas)\n- **Add plugin for Gemini/VertexAI integration** (mentioned by orayo)\n- **Implement token-based utility services** like hosted LLMs that token holders can use without needing their own API keys (mentioned by cjft)\n- **Create agent network economy** with staked web3 network and trust scores (mentioned by cjft)\n- **Implement agent leaderboards** for best-performing agents, especially trading agents (mentioned by cjft, jin)\n- **Organize trading agent competitions** like \"1 sol to 1 million\" with human vs. machine side events (mentioned by jin)\n\n### Documentation\n- **Create documentation for Spartan features/products** explaining the purpose and features for new users (mentioned by Donald)\n- **Establish multiple communication channels** beyond X (mentioned by Odilitime)\n- **Provide clear deployment instructions for Docker** (mentioned by orayo)\n- **Create an official links channel** as a centralized location for official social channels and backups (mentioned by Broccolex)\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-14.md\n---\nFile not found\n---\n2025-06-13.md\n---\nFile not found\n---\n2025-06-15.json\n---\nFile not found\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-15.json\n---\nFile not found\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-15.json\n---\nFile not found\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-15.json\n---\nFile not found\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-16.md\n---\nFile not found\n---\n2025-06-15.md\n---\n# ElizaOS Weekly Update (Jun 15 - 21, 2025)\n\n## OVERVIEW\nThis week saw significant architectural improvements with the separation of server functionality into a dedicated package, enhancing modularity and enabling independent usage of server components. The team also focused on resolving critical test failures in the CI/CD pipeline and fixing various bugs across the codebase. Comprehensive testing was added to core components, server, and starter projects, including new frontend testing capabilities.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Architecture Refactoring and Modularization\n- Split server functionality into a separate `@elizaos/server` package while maintaining backward compatibility with existing CLI integrations [#5122](https://github.com/elizaos/eliza/pull/5122)\n- Added detailed tests to core, server, project-starter and plugin-starter components [#5125](https://github.com/elizaos/eliza/pull/5125)\n- Implemented strict typing in CLI package and fixed type issues [#5126](https://github.com/elizaos/eliza/pull/5126)\n\n### Bug Fixes and Stability Improvements\n- Resolved critical test failures in CI/CD pipeline caused by circular dependencies and missing runtime methods [#5135](https://github.com/elizaos/eliza/pull/5135)\n- Fixed bootstrap evaluator callbacks by properly forwarding callback handlers to runtime.evaluate() [#5129](https://github.com/elizaos/eliza/pull/5129)\n- Improved user input handling in chat application with better server-client synchronization [#5128](https://github.com/elizaos/eliza/pull/5128)\n- Corrected typos in plugin documentation and action response text [#5127](https://github.com/elizaos/eliza/pull/5127), [#5130](https://github.com/elizaos/eliza/pull/5130)\n\n## CLOSED ISSUES\n\n### UI and Navigation Improvements\n- Fixed duplicate plugin listings in GUI settings [#5086](https://github.com/elizaos/eliza/issues/5086)\n- Resolved navigation bug in documentation where the Next button in Core Concepts pointed to the same page [#5119](https://github.com/elizaos/eliza/pull/5119)\n\n### API Functionality\n- Fixed missing API endpoint for agent rooms [#5121](https://github.com/elizaos/eliza/issues/5121)\n\n## NEW ISSUES\n\n### Documentation Updates\n- Postman API specification needs updating to match the latest server implementation [#5124](https://github.com/elizaos/eliza/issues/5124)\n---\n2025-06-01.md\n---\n# ElizaOS Monthly Update (June 2025)\n\n## OVERVIEW\nJune was a transformative month for ElizaOS with significant architectural improvements across the framework. The team focused on modularizing core components, enhancing the plugin system, improving the CLI experience, and refining the user interface. Major achievements include splitting the server package from CLI, reorganizing API routes into a domain-based structure, and implementing comprehensive UI/UX enhancements for better responsiveness and user experience.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Core Architecture Improvements\n- Split server functionality into a separate `@elizaos/server` package for independent usage while maintaining backward compatibility ([#5122](https://github.com/elizaos/eliza/pull/5122))\n- Refactored message server to be completely standalone from agents ([#4864](https://github.com/elizaos/eliza/pull/4864))\n- Split monolithic types.ts into granular files for better maintainability ([#4999](https://github.com/elizaos/eliza/pull/4999), [#5020](https://github.com/elizaos/eliza/pull/5020))\n- Added plugin specifications to core ([#4851](https://github.com/elizaos/eliza/pull/4851))\n\n### Plugin System Enhancements\n- Implemented dynamic loading of database tables and rebuilt plugin-sql ([#5018](https://github.com/elizaos/eliza/pull/5018))\n- Added dummy services for plugin testing and development ([#5030](https://github.com/elizaos/eliza/pull/5030))\n- Enhanced plugin installation with environment variable prompting ([#4945](https://github.com/elizaos/eliza/pull/4945))\n- Initialized Alethea AI Plugin structure and configuration ([#4902](https://github.com/elizaos/eliza/pull/4902))\n\n### CLI Experience Improvements\n- Migrated CLI prompts from legacy 'prompts' library to modern '@clack/prompts' ([#5016](https://github.com/elizaos/eliza/pull/5016))\n- Optimized CLI project creation with Bun offline mode for faster installations ([#5087](https://github.com/elizaos/eliza/pull/5087))\n- Added lockfile cleanup for GitHub fallback installations ([#5009](https://github.com/elizaos/eliza/pull/5009))\n- Simplified monorepo command and updated documentation/tests ([#4981](https://github.com/elizaos/eliza/pull/4981))\n\n### UI/UX Enhancements\n- Implemented responsive design for character form and chat interface ([#4974](https://github.com/elizaos/eliza/pull/4974))\n- Added retry button for user messages in chat ([#4973](https://github.com/elizaos/eliza/pull/4973))\n- Enhanced chat UI with improved styling and components ([#5111](https://github.com/elizaos/eliza/pull/5111))\n- Added split button component and improved character form UI ([#5000](https://github.com/elizaos/eliza/pull/5000))\n\n### API and Messaging Improvements\n- Reorganized API routes into logical domain-based structure ([#5010](https://github.com/elizaos/eliza/pull/5010))\n- Added API endpoints to manage channels ([#5113](https://github.com/elizaos/eliza/pull/5113))\n- Implemented real-time message deletion via SocketIO ([#4968](https://github.com/elizaos/eliza/pull/4968))\n- Fixed agent cross-interference loop in messaging ([#4935](https://github.com/elizaos/eliza/pull/4935))\n\n### Testing and Documentation\n- Added scenario test to bootstrap to check for \"hello world\" ([#4998](https://github.com/elizaos/eliza/pull/4998))\n- Created comprehensive macOS setup guide ([#4903](https://github.com/elizaos/eliza/pull/4903))\n- Added comprehensive Postman collection for ElizaOS APIs ([#5047](https://github.com/elizaos/eliza/pull/5047), [#5120](https://github.com/elizaos/eliza/pull/5120))\n- Updated README with comprehensive CLI documentation ([#5059](https://github.com/elizaos/eliza/pull/5059))\n\n### Development Workflow Improvements\n- Replaced .cursor rules with elizaos/.cursor submodule ([#5021](https://github.com/elizaos/eliza/pull/5021))\n- Migrated CLI tests from Bats to Bun TypeScript ([#4978](https://github.com/elizaos/eliza/pull/4978))\n- Centralized directory detection with monorepo support ([#5011](https://github.com/elizaos/eliza/pull/5011))\n- Migrated all generated files into .eliza directory ([#5043](https://github.com/elizaos/eliza/pull/5043))\n\n## CLOSED ISSUES\n\n### Twitter Plugin and Integration Issues\n- Fixed Twitter client startup failures with the new release ([#4894](https://github.com/elizaos/eliza/issues/4894))\n- Resolved issues with Twitter bot not responding to mentions ([#4272](https://github.com/elizaos/eliza/issues/4272))\n- Addressed action processing in Twitter client ([#4405](https://github.com/elizaos/eliza/issues/4405))\n- Fixed Twitter activity detection problems ([#4588](https://github.com/elizaos/eliza/issues/4588))\n\n### Installation and Dependency Problems\n- Resolved plugin installation failures for various plugins ([#4819](https://github.com/elizaos/eliza/issues/4819), [#4744](https://github.com/elizaos/eliza/issues/4744))\n- Fixed circular dependency issues in plugin loading ([#4911](https://github.com/elizaos/eliza/issues/4911))\n- Addressed installation issues on Ubuntu and other platforms ([#4309](https://github.com/elizaos/eliza/issues/4309))\n- Fixed plugin export member errors ([#4744](https://github.com/elizaos/eliza/issues/4744))\n\n### API and Messaging Functionality\n- Fixed missing API endpoint for agent rooms ([#4763](https://github.com/elizaos/eliza/issues/4763))\n- Resolved empty room list issue despite agent participation ([#4779](https://github.com/elizaos/eliza/issues/4779))\n- Fixed agent participation in channels ([#4972](https://github.com/elizaos/eliza/issues/4972))\n- Addressed message handling and persistence issues ([#4769](https://github.com/elizaos/eliza/issues/4769))\n\n### Documentation and Onboarding\n- Improved quickstart documentation with clearer prerequisites ([#4336](https://github.com/elizaos/eliza/issues/4336))\n- Fixed documentation errors and inconsistencies ([#4336](https://github.com/elizaos/eliza/issues/4336))\n- Addressed environment configuration issues ([#5005](https://github.com/elizaos/eliza/issues/5005))\n- Resolved custom character loading after upgrades ([#5039](https://github.com/elizaos/eliza/issues/5039))\n\n## NEW ISSUES\n\n### UI/UX Challenges\n- Sidebar scroll behavior and inactive agent display issues ([#4929](https://github.com/elizaos/eliza/issues/4929))\n- Errors when refreshing on agent chat page ([#4927](https://github.com/elizaos/eliza/issues/4927))\n- Need for retry functionality for previous user messages ([#4926](https://github.com/elizaos/eliza/issues/4926))\n- File upload failures in GUI ([#5116](https://github.com/elizaos/eliza/issues/5116))\n\n### Plugin System Issues\n- Duplicate plugins appearing in GUI settings ([#5086](https://github.com/elizaos/eliza/issues/5086))\n- Entity creation failures when creating new plugins ([#5095](https://github.com/elizaos/eliza/issues\n---\n{\n  \"interval\": {\n    \"intervalStart\": \"2025-06-01T00:00:00.000Z\",\n    \"intervalEnd\": \"2025-07-01T00:00:00.000Z\",\n    \"intervalType\": \"month\"\n  },\n  \"repository\": \"elizaos/eliza\",\n  \"overview\": \"From 2025-06-01 to 2025-07-01, elizaos/eliza had 234 new PRs (195 merged), 39 new issues, and 55 active contributors.\",\n  \"topIssues\": [\n    {\n      \"id\": \"I_kwDOMT5cIs66bOWK\",\n      \"title\": \"Knowledge management (RAG) not working (implemented) in 1.0.6\",\n      \"author\": \"harperaa\",\n      \"number\": 5004,\n      \"repository\": \"elizaos/eliza\",\n      \"body\": \"**Describe the bug**\\n\\nI am trying to get rag working and following docs, but that code is not implemented in 1.0.6.  It appears to be commented as a placeholder in \\n \\n**To Reproduce**\\n\\nsettings: {\\n    secrets: {},\\n    ragKnowledge: true,\\n  },\\n  knowledge: [\\n    {\\n      directory: 'knowledge/foobar',\\n      shared: true,\\n    },\\n  ],\\n\\n**Expected behavior**\\n\\nI expect that it would parse on startup and it was not doing that, as it used to do.  So, I looked into code and found this... summary from claude....\\n\\nMissing Implementation Locations\\n\\n  1. AgentRuntime Initialization Missing Knowledge \\n  Processing\\n\\n  File: /packages/core/src/runtime.ts (lines 494-651)\\n  - The AgentRuntime.initialize() method should process\\n  character.knowledge but doesn't\\n  - No call to any knowledge processing function during\\n  agent startup\\n\\n  2. TODO Comment Confirms Missing Implementation\\n\\n  File: /packages/core/src/specs/v1/index.ts (line 50)\\n  // TODO: Implement the remaining adapters: ... - \\n  knowledge / memory\\n  This is a developer comment explicitly stating that\\n  knowledge processing is not implemented yet.\\n\\n  3. Bootstrap Plugin Missing KNOWLEDGE Provider\\n\\n  File: /packages/plugin-bootstrap/src/providers/index.ts\\n  - Multiple message examples reference providers: \\n  ['KNOWLEDGE'] in character files\\n  - But the bootstrap plugin doesn't export any KNOWLEDGE \\n  provider\\n  - Provider list is incomplete - missing the knowledge\\n  provider entirely\\n\\n  4. RagService Interface Exists But No Implementation\\n\\n  File: /packages/core/src/runtime.ts (lines 52-61)\\n  interface RagServiceDelegator extends Service {\\n    getKnowledge(message: Memory, scope?: { roomId?: UUID;\\n   worldId?: UUID; entityId?: UUID }):\\n  Promise<KnowledgeItem[]>;\\n    _internalAddKnowledge(item: KnowledgeItem, options?:\\n  any, scope?: any): Promise<void>;\\n  }\\n  The interface exists but no actual implementation of\\n  this service.\\n\\n  5. Missing Functions\\n\\n  - processCharacterKnowledge() - Referenced in docs but\\n  doesn't exist anywhere\\n  - No knowledge file reading/processing logic\\n  - No connection between character.knowledge array and\\n  embedding system\\n\\n  Developer Comments Confirming This\\n\\n  The codebase has explicit TODO comments indicating that\\n  knowledge/memory functionality is intentionally \\n  unfinished. The character examples even reference\\n   a KNOWLEDGE provider that doesn't exist, suggesting\\n  this was planned but never implemented.\\n\\n\",\n      \"createdAt\": \"2025-06-08T00:06:14Z\",\n      \"closedAt\": null,\n      \"state\": \"OPEN\",\n      \"commentCount\": 10\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs66Hl5D\",\n      \"title\": \"Creating room via REST API first works but then returns empty rooms array\",\n      \"author\": \"exitsimulation\",\n      \"number\": 4955,\n      \"repository\": \"elizaos/eliza\",\n      \"body\": \"**Describe the bug**\\n\\nI am creating a room for an existing agent via the Rest API which returns a success response\\n\\nPOST `/api/agents/b850bc30-45f8-0041-a00a-83df46d8555d/rooms` with \\n```\\n{\\n  \\\"name\\\": \\\"TestRoom\\\",\\n  \\\"worldId\\\": \\\"00000000-0000-0000-0000-000000000000\\\",\\n  \\\"roomId\\\": \\\"c06bb360-e84f-49ff-b43a-75a9eb6df8f3\\\",\\n  \\\"enitityId\\\": \\\"b850bc30-45f8-0041-a00a-83df46d8555d\\\"\\n}\\n```\\n\\nResponse:\\n```\\n{\\n    \\\"success\\\": true,\\n    \\\"data\\\": {\\n        \\\"id\\\": \\\"143da10d-b1e5-00cb-b315-a64f6062d9de\\\",\\n        \\\"name\\\": \\\"TestRoom\\\",\\n        \\\"agentId\\\": \\\"b850bc30-45f8-0041-a00a-83df46d8555d\\\",\\n        \\\"createdAt\\\": 1749153906448,\\n        \\\"source\\\": \\\"client\\\",\\n        \\\"type\\\": \\\"dm\\\",\\n        \\\"worldId\\\": \\\"00000000-0000-0000-0000-000000000000\\\",\\n        \\\"serverId\\\": \\\"server-1749153906404\\\"\\n    }\\n}\\n```\\n\\nNow, the strange thing is then when I call the rooms endpoint via GET\\n`api/agents/b850bc30-45f8-0041-a00a-83df46d8555d/rooms`\\n\\nI am getting an empty array\\n\\n```\\n{\\n    \\\"success\\\": true,\\n    \\\"data\\\": {\\n        \\\"rooms\\\": []\\n    }\\n}\\n```\\n\\nAlso the ID in the success response is not the one that I supplied in the request.\\n\\nIt seems like internally the room has not been created despite the success response?\\n\\nIs this a bug in the current version? I am on 1.0.4. Any help would be appreciated!\",\n      \"createdAt\": \"2025-06-05T20:24:03Z\",\n      \"closedAt\": null,\n      \"state\": \"OPEN\",\n      \"commentCount\": 9\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs66yPsU\",\n      \"title\": \"Unable to load custom characters after upgrading to 1.0.7\",\n      \"author\": \"jonathanprozzi\",\n      \"number\": 5039,\n      \"repository\": \"elizaos/eliza\",\n      \"body\": \"**Describe the bug**\\n\\nAfter upgrading an existing project to use `@elizaos/core` version `1.0.7`, our custom character is no longer registered as an agent. Opening the chat interface/dev environment on `localhost` only shows Eliza as an agent and not our character. This previously worked with `1.0.6`. \\n\\nI tested with a newly scaffolded project and set up a character there as well and noticed the same behavior with only Eliza being shown as an agent.\\n\\n**To Reproduce**\\n\\n- Upgrade an existing project to use `\\\"@elizaos/core\\\": \\\"^1.0.7\\\"` or start a fresh one using this version\\n- Create a new character file with character settings and load that as the agent in the `index.ts`\\n- Start the server\\n- Open `localhost` to view the chat/dev environment and check if custom character is there -- we only saw Eliza and not our agent\\n\\nCode snippets for characters:\\n\\n`herbert.ts` snippet:\\n\\n```typescript\\nexport const herbert: Character = {\\n  name: 'Herbert',\\n  plugins: [\\n    '@elizaos/plugin-sql',\\n    ...(process.env.EVM_PRIVATE_KEY ? ['@elizaos/plugin-evm'] : []),\\n    ...(process.env.ANTHROPIC_API_KEY ? ['@elizaos/plugin-anthropic'] : []),\\n    ...(process.env.OPENAI_API_KEY ? ['@elizaos/plugin-openai'] : []),\\n    ...(process.env.OPENAI_API_KEY ? ['@elizaos/plugin-knowledge'] : []),\\n    ...(!process.env.OPENAI_API_KEY ? ['@elizaos/plugin-local-ai'] : []),\\n    ...(process.env.DISCORD_API_TOKEN ? ['@elizaos/plugin-discord'] : []),\\n    ...(process.env.TWITTER_USERNAME ? ['@elizaos/plugin-twitter'] : []),\\n    ...(process.env.TELEGRAM_BOT_TOKEN ? ['@elizaos/plugin-telegram'] : []),\\n    ...(!process.env.IGNORE_BOOTSTRAP ? ['@elizaos/plugin-bootstrap'] : []),\\n  ],\\n... (more settings)\\n}\\n```\\n\\n`index.ts`:\\n```typescript\\nconst herbertAgent: ProjectAgent = {\\n  character: herbert,\\n  init: async (runtime: IAgentRuntime) => initCharacter({ runtime }),\\n};\\nconst project: Project = {\\n  agents: [herbertAgent],\\n};\\n```\\n\\n**Expected behavior**\\n\\n- Expected that Eliza would find the new character (Herbert) and register it as an agent (previous behavior in existing project)\\n- We didn't change any config in the existing project but after upgrading versions we could no longer find/interact with Herbert\\n\\n**Additional context**\\n\\n- Tested this with both a newly scaffolded project as well as in an existing project. Our existing project had our custom agent/character loading but I then upgraded to `1.0.7` and Eliza is the only registered agent. Seems to possibly be using Eliza as a fallback and ignoring our custom character files, even though they're being detected when the server starts.\\n\",\n      \"createdAt\": \"2025-06-10T14:02:57Z\",\n      \"closedAt\": \"2025-06-11T05:11:31Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 8\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs6z1G6x\",\n      \"title\": \"Doesn't work this evm plugin -> @elizaos/plugin-evm\",\n      \"author\": \"0xopsdev\",\n      \"number\": 4357,\n      \"repository\": \"elizaos/eliza\",\n      \"body\": \"I want to run evm ai agent with using plugin-evm\\nInside characters/degen.character.json file I set evm plugins and modelprovider as openai.\\nThen set openai key to .env file\\nI also import plugin-coingecko, but it works with fetch token price or etc.\\nBut If I want to swap tokens or transfer tokens, it doesn't work\\n\\n![Image](https://github.com/user-attachments/assets/caece970-2e01-4591-858c-1ea8842bdfd0)\",\n      \"createdAt\": \"2025-04-24T12:06:52Z\",\n      \"closedAt\": \"2025-06-03T21:27:46Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 7\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs653_FI\",\n      \"title\": \"agentId and roomId are required\",\n      \"author\": \"omariosman\",\n      \"number\": 4933,\n      \"repository\": \"elizaos/eliza\",\n      \"body\": \"When I start my agent using `elizaos start` I encounter these errors:\\n```\\nERROR: [SocketIO] agentId and roomId are required\\nERROR: [SocketIO] No agents found in room b850bc30-45f8-0041-a00a-83df46d8555d\\n```\\n\\nHow can I solve this?\\n\\n### This is my .env\\n```\\n# EVM Configuration\\nEVM_PRIVATE_KEY=0x123...etc        \\nEVM_PROVIDER_URL=\\nOPENAI_API_KEY=\\n```\\n\\n### My `src/index.ts`\\n```\\nimport {\\n  logger,\\n  type Character,\\n  type IAgentRuntime,\\n  type Project,\\n  type ProjectAgent,\\n} from '@elizaos/core';\\n\\nexport const character: Character = {\\n  name: 'Eliza',\\n  plugins: [\\n    '@elizaos/plugin-evm',\\n    '@elizaos/plugin-sql',\\n    ...(process.env.ANTHROPIC_API_KEY ? ['@elizaos/plugin-anthropic'] : []),\\n    ...(process.env.OPENAI_API_KEY ? ['@elizaos/plugin-openai'] : []),\\n    ...(!process.env.OPENAI_API_KEY ? ['@elizaos/plugin-local-ai'] : []),\\n    ...(process.env.DISCORD_API_TOKEN ? ['@elizaos/plugin-discord'] : []),\\n    ...(process.env.TWITTER_USERNAME ? ['@elizaos/plugin-twitter'] : []),\\n    ...(process.env.TELEGRAM_BOT_TOKEN ? ['@elizaos/plugin-telegram'] : []),\\n    ...(!process.env.IGNORE_BOOTSTRAP ? ['@elizaos/plugin-bootstrap'] : []),\\n  ],\\n  settings: {\\n    secrets: {},\\n    chains: {\\n      \\\"evm\\\": [\\n        \\\"mainnet\\\" \\n      ]\\n    }\\n  },\\n```\",\n      \"createdAt\": \"2025-06-04T16:47:07Z\",\n      \"closedAt\": \"2025-06-05T23:25:25Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 6\n    }\n  ],\n  \"topPRs\": [\n    {\n      \"id\": \"PR_kwDOMT5cIs6aiHxq\",\n      \"title\": \"feat: Split server package from CLI (continued shaw's PR)\",\n      \"author\": \"wtfsayo\",\n      \"number\": 5122,\n      \"body\": \"## Summary\\n- Split server functionality into separate `@elizaos/server` package\\n- Maintains full backward compatibility with existing CLI integrations\\n- Enables independent usage of server components\\n- Updated all CLI imports to use the new server package\\n\\n## Test plan\\n- [x] All existing CLI tests pass\\n- [x] Server package builds and exports correctly\\n- [x] Backward compatibility maintained\\n- [x] Integration tests verify CLI + server work together\\n- [x] Type safety preserved across package boundaries\\n\\nGenerated with [Claude Code](https://claude.ai/code)\",\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-06-14T14:36:18Z\",\n      \"mergedAt\": \"2025-06-15T19:40:08Z\",\n      \"additions\": 68264,\n      \"deletions\": 2875\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6akiPi\",\n      \"title\": \"Add server, add tests\",\n      \"author\": \"lalalune\",\n      \"number\": 5125,\n      \"body\": \"This PR adds detailed tests to core, server, project-starter and plugin-starter\\r\\n\\r\\nProject-starter and plugin-starter have had frontends added with cypress testing, to make frontend development easier and more clear\",\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-06-15T05:58:46Z\",\n      \"mergedAt\": \"2025-06-15T07:32:19Z\",\n      \"additions\": 62764,\n      \"deletions\": 3574\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6akL6T\",\n      \"title\": \"DRAFT feat: quickswap plugin \",\n      \"author\": \"monilpat\",\n      \"number\": 5123,\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\\r\\n# Risks\\r\\n\\r\\n<!--\\r\\nLow, medium, large. List what kind of risks and what could be affected.\\r\\n-->\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\n<!--\\r\\nBug fixes (non-breaking change which fixes an issue)\\r\\nImprovements (misc. changes to existing features)\\r\\nFeatures (non-breaking change which adds functionality)\\r\\nUpdates (new versions of included code)\\r\\n-->\\r\\n\\r\\n<!-- This \\\"Why\\\" section is most relevant if there are no linked issues explaining why. If there is a related issue, it might make sense to skip this why section. -->\\r\\n<!--\\r\\n## Why are we doing this? Any context or related work?\\r\\n-->\\r\\n\\r\\n# Documentation changes needed?\\r\\n\\r\\n<!--\\r\\nMy changes do not require a change to the project documentation.\\r\\nMy changes require a change to the project documentation.\\r\\nIf documentation change is needed: I have updated the documentation accordingly.\\r\\n-->\\r\\n\\r\\n<!-- Please show how you tested the PR. This will really help if the PR needs to be retested and probably help the PR get merged quicker. -->\\r\\n\\r\\n# Testing\\r\\n\\r\\n## Where should a reviewer start?\\r\\n\\r\\n## Detailed testing steps\\r\\n\\r\\n<!--\\r\\nNone: Automated tests are acceptable.\\r\\n-->\\r\\n\\r\\n<!--\\r\\n- As [anon/admin], go to [link]\\r\\n\u00a0 - [do action]\\r\\n\u00a0 - verify [result]\\r\\n-->\\r\\n\\r\\n<!-- If there is a UI change, please include before and after screenshots or videos. This will speed up PRs being merged. It is extra nice to annotate screenshots with arrows or boxes pointing out the differences. -->\\r\\n<!--\\r\\n## Screenshots\\r\\n### Before\\r\\n### After\\r\\n-->\\r\\n\\r\\n<!-- If there is anything about the deployment, please make a note. -->\\r\\n<!--\\r\\n# Deploy Notes\\r\\n-->\\r\\n\\r\\n<!-- \u00a0Copy and paste command line output. -->\\r\\n<!--\\r\\n## Database changes\\r\\n-->\\r\\n\\r\\n<!-- \u00a0Please specify deploy instructions if there is something more than the automated steps. -->\\r\\n<!--\\r\\n## Deployment instructions\\r\\n-->\\r\\n\\r\\n<!-- If you are on Discord, please join https://discord.gg/ai16z and state your Discord username here for the contributor role and join us in #development-feed -->\\r\\n<!--\\r\\n## Discord username\\r\\n\\r\\n-->\\r\\n\",\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-06-15T02:29:25Z\",\n      \"mergedAt\": null,\n      \"additions\": 57824,\n      \"deletions\": 75\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6Z8Ksx\",\n      \"title\": \"chore: v1.0.8\",\n      \"author\": \"ChristopherTrimboli\",\n      \"number\": 5051,\n      \"body\": \"includes PRs:\\r\\n\\r\\n- #5026\\r\\n- #5028\\r\\n- #5027\\r\\n- #5018\\r\\n- #5016\\r\\n- #5010\\r\\n- #5038\\r\\n- #5042\\r\\n- #5041\\r\\n- #5031\\r\\n- #5032\\r\\n- #5034\\r\\n- #5035\\r\\n- #4968\\r\\n- #5033\\r\\n- #5036\\r\\n- #5030\\r\\n- #5044\\r\\n- #5048\\r\\n- #5043\\r\\n- #5049\\r\\n- #5047\\r\\n- #5050 \",\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-06-10T23:34:04Z\",\n      \"mergedAt\": \"2025-06-11T01:04:51Z\",\n      \"additions\": 24253,\n      \"deletions\": 20227\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6ad_Tt\",\n      \"title\": \"chore: v1.0.9\",\n      \"author\": \"ChristopherTrimboli\",\n      \"number\": 5114,\n      \"body\": \"\",\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-06-13T22:50:16Z\",\n      \"mergedAt\": \"2025-06-13T23:01:12Z\",\n      \"additions\": 19548,\n      \"deletions\": 23445\n    }\n  ],\n  \"codeChanges\": {\n    \"additions\": 173014,\n    \"deletions\": 100390,\n    \"files\": 686,\n    \"commitCount\": 866\n  },\n  \"completedItems\": [\n    {\n      \"title\": \"Update README_MY.md\",\n      \"prNumber\": 4840,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"LLM Based Conversion\",\n      \"prNumber\": 4832,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: add tee starter project create cli \",\n      \"prNumber\": 4830,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"Bump the cargo group across 1 directory with 3 updates\",\n      \"prNumber\": 4854,\n      \"type\": \"other\",\n      \"body\": \"Bumps the cargo group with 3 updates in the /packages/app/src-tauri directory: [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace), [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) and [tokio](https://github.\"\n    },\n    {\n      \"title\": \"Bump the npm_and_yarn group across 3 directories with 1 update\",\n      \"prNumber\": 4853,\n      \"type\": \"other\",\n      \"body\": \"Bumps the npm_and_yarn group with 1 update in the /packages/plugin-starter directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).\\nBumps the npm_and_yarn group with 1 update in the /packages/project-starter dire\"\n    },\n    {\n      \"title\": \"Add plugin specifications to core\",\n      \"prNumber\": 4851,\n      \"type\": \"feature\",\n      \"body\": \"This PR adds plugin specifications to core\\r\\n\\r\\nEverything should work as it has, and there should be no need to modify any code outside of core to engage this specification functionality.\\r\\n\\r\\nIn the future, plugins can be migrated to import t\"\n    },\n    {\n      \"title\": \"fix: add missing GET /agents/:agentId/rooms/:roomId API endpoint\",\n      \"prNumber\": 4860,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\nFixes #4763 \\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\\r\\n# \"\n    },\n    {\n      \"title\": \"fix: linter formatting issues\",\n      \"prNumber\": 4878,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes linter CI check.\"\n    },\n    {\n      \"title\": \"fix: docs readme build, agent name variable\",\n      \"prNumber\": 4877,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix errors in CHANGELOG.md\",\n      \"prNumber\": 4875,\n      \"type\": \"bugfix\",\n      \"body\": \"Hey team! Fixed error\\r\\n\\r\\nCHANGELOG.md\\r\\n`Seperated` - `Separated`\\r\\n`characteres` - `characters`\"\n    },\n    {\n      \"title\": \"chore: Enhances core package build process\",\n      \"prNumber\": 4874,\n      \"type\": \"other\",\n      \"body\": \"Refactors the core package's build process for improved modularity and maintainability.\\r\\n\\r\\n- Adds dedicated entry points for different API versions.\\r\\n- Updates the build configuration to use `tsup` for all build tasks.\\r\\n- Enables declaratio\"\n    },\n    {\n      \"title\": \"fix: elizaos start for plugins\",\n      \"prNumber\": 4873,\n      \"type\": \"bugfix\",\n      \"body\": \"fixes forceful telegram, discord plugins etc\"\n    },\n    {\n      \"title\": \"fix: Removes plugin-specification submodule\",\n      \"prNumber\": 4871,\n      \"type\": \"bugfix\",\n      \"body\": \"Removes the plugin-specification submodule from the repository.\\n\\nThis change simplifies the project structure by removing an unused submodule.\"\n    },\n    {\n      \"title\": \"fix: failing CLI CI test suites\",\n      \"prNumber\": 4870,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\nFix multiple failing test suites to achieve 100% test success rate. These comprehensive fixes address test expectation mismatches, improve error handling, and ensure CI pipeline stability.\\n\\n## Fixed Tests\\n\\n### 1. **test_plugins.b\"\n    },\n    {\n      \"title\": \"chore: Optimize plugin loading to reduce startup log spam\",\n      \"prNumber\": 4868,\n      \"type\": \"other\",\n      \"body\": \"## Summary\\r\\n- Implement smart strategy selection that checks file existence before attempting imports to find optimal path in one shot\\r\\n- Reorder import strategies to prioritize most likely successful paths (package.json entry first, then c\"\n    },\n    {\n      \"title\": \"Update README_IND.md\",\n      \"prNumber\": 4867,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"feat: handle sidebar on mobile + tailwind upgrade\",\n      \"prNumber\": 4866,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n- upgrade `tailwindcss` to v4\\n- migrate to `@tailwindcss/vite` plugin\\n- remove PostCSS tailwind plugin and related config\\n- center the `container` utility with `@utility`\\n\\n## Testing\\n- `npx vitest run --dir packages/client` *(fai\"\n    },\n    {\n      \"title\": \"Bump the npm_and_yarn group across 3 directories with 1 update\",\n      \"prNumber\": 4865,\n      \"type\": \"other\",\n      \"body\": \"Bumps the npm_and_yarn group with 1 update in the /packages/plugin-starter directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).\\nBumps the npm_and_yarn group with 1 update in the /packages/project-starter dire\"\n    },\n    {\n      \"title\": \"feat: refactor message server to be completely separate and standalone from agents\",\n      \"prNumber\": 4864,\n      \"type\": \"feature\",\n      \"body\": \"This PR updates the message server to use standalone and switches the core to use specs\\r\\n\\r\\nSummary by CodeRabbit\\r\\nNew Features\\r\\n\\r\\nIntroduced a centralized messaging system with support for servers, channels (including group and DM), partici\"\n    },\n    {\n      \"title\": \"Create .cursorrules\",\n      \"prNumber\": 4863,\n      \"type\": \"other\",\n      \"body\": \"This PR adds a .cursorrules which should help Cursor to stick the landing\"\n    },\n    {\n      \"title\": \"Add example of prompt injection for future LLM trainings\",\n      \"prNumber\": 4862,\n      \"type\": \"feature\",\n      \"body\": \"Since we have a top 1% repo we want to have a space in our docs for adding stuff that can be trained into the model\"\n    },\n    {\n      \"title\": \"chore: update blog post for twitter agent guide\",\n      \"prNumber\": 4895,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"docs: update README with accurate repository structure and package de\u2026\",\n      \"prNumber\": 4891,\n      \"type\": \"docs\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix(cli): resolve workspace dependencies in plugin loading\",\n      \"prNumber\": 4888,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\n- Fix BATS test failures by adding workspace dependency resolution to plugin loader\\n- Add `ELIZA_NONINTERACTIVE=true` environment variable to CI workflow\\n\\n## Test plan\\n- [x] Local BATS tests now pass\\n- [x] Plugin loading correctl\"\n    },\n    {\n      \"title\": \"merge main to develop\",\n      \"prNumber\": 4886,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"sync main <> dev\",\n      \"prNumber\": 4885,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"attempt: improve update command\",\n      \"prNumber\": 4884,\n      \"type\": \"other\",\n      \"body\": \"\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **Refactor**\\n\\t- Streamlined and modernized the update command for improved reliability and maintainability.\\n\\t- Enhanced error handling\"\n    },\n    {\n      \"title\": \"chore: update twitter envs\",\n      \"prNumber\": 4883,\n      \"type\": \"other\",\n      \"body\": \"This pull request introduces changes to standardize Twitter-related environment variables and configuration settings across multiple files and documentation. The key updates include renaming variables for consistency, adding missing variabl\"\n    },\n    {\n      \"title\": \"Update README_IND.md\",\n      \"prNumber\": 4882,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"Update README_MY.md\",\n      \"prNumber\": 4880,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"chore: clean .elizadb and .eliza on bun run clean\",\n      \"prNumber\": 4910,\n      \"type\": \"refactor\",\n      \"body\": \"Getting errors like:\\n\\n```\\n[2025-06-03 16:47:43] ERROR: Failed to run database migrations (pglite):\\n    message: \\\"(RuntimeError) unreachable\\\"\\n    stack: [\\n      \\\"RuntimeError: unreachable\\\",\\n      \\\"at wasm://wasm/01edd1ba:wasm-function[3611]:\"\n    },\n    {\n      \"title\": \"fix: dont throw for world settings\",\n      \"prNumber\": 4907,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"Main\",\n      \"prNumber\": 4906,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix(cli): resolve workspace dependencies in plugin loading\",\n      \"prNumber\": 4905,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: choice action - return false instead of throwing error during validation\",\n      \"prNumber\": 4904,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: macos setup guide\",\n      \"prNumber\": 4903,\n      \"type\": \"feature\",\n      \"body\": \"## \ud83d\udccb Summary\\n\\nThis PR adds a comprehensive macOS development setup guide to help developers get started with Eliza on macOS systems. The guide addresses common setup issues and provides step-by-step instructions for a smooth development ex\"\n    },\n    {\n      \"title\": \"feat: Initialize Alethea AI Plugin Structure and Configuration (M4-00)\",\n      \"prNumber\": 4902,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"fix: plugin auto-import when starting from plugin directory\",\n      \"prNumber\": 4900,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\r\\nWhen running `elizaos start` from within a plugin directory, the plugin was not automatically imported and loaded into the default character, requiring manual configuration.\\r\\n\\r\\n## Solution\\r\\nThis PR fixes the plugin auto-import f\"\n    },\n    {\n      \"title\": \"chore: activate turbo cache\",\n      \"prNumber\": 4899,\n      \"type\": \"other\",\n      \"body\": \"This pull request focuses on improving the build and caching configurations for the project. Key changes include removing forced options in scripts, refining caching behavior, and adding specific outputs and inputs for tasks in the `turbo.j\"\n    },\n    {\n      \"title\": \"fix: foreign key issue in chat messages\",\n      \"prNumber\": 4898,\n      \"type\": \"bugfix\",\n      \"body\": \"Chat messages were broken on send. channeld was not being passed through.\\r\\n\\r\\n\\r\\n```\\r\\n[2025-06-03 04:38:22] ERROR: [SocketIO -e53_zI1X1FYfB4MAAAF] Error during central submission for message: insert or update on table \\\"central_messages\\\" viola\"\n    },\n    {\n      \"title\": \"Fix/core build missing entry points\",\n      \"prNumber\": 4897,\n      \"type\": \"bugfix\",\n      \"body\": \"**Problem**\\r\\n\\r\\nCLI plugin loading was failing with errors like export 'State' not found in './state' and export 'ActionExample' not found in './actionExample'. This prevented @elizaos/plugin-sql and other plugins from loading, causing the C\"\n    },\n    {\n      \"title\": \"chore: force bun in cli, add install docs\",\n      \"prNumber\": 4937,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: ensureConnections order of op\",\n      \"prNumber\": 4936,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fix: Foreign Key Constraint Violation in ensureConnections\\r\\n\\r\\n### Problem\\r\\nThe `ensureConnections` function was attempting to insert participants before ensuring the room exists, causing a foreign key constraint violation:\\r\\n\\r\\n```\\r\\n[2025-\"\n    },\n    {\n      \"title\": \"fix: agent cross interference loop\",\n      \"prNumber\": 4935,\n      \"type\": \"bugfix\",\n      \"body\": \"## Issue Summary\\n\\nFixed agent cross-chat interference in DM channels where multiple agents would respond to messages intended for a single agent. The root cause was incorrect metadata preservation causing `agent_response` messages to lose t\"\n    },\n    {\n      \"title\": \"fix: agent self-response infinite loop in message service\",\n      \"prNumber\": 4934,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\nFixed infinite loop where multiple agents were responding to each other's messages, creating endless back-and-forth conversations.\\n\\n## Root Cause\\nThe issue was that agents were processing and responding to any agent_response mess\"\n    },\n    {\n      \"title\": \"fix useVersion in client spamming\",\n      \"prNumber\": 4932,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: chat ui improvements\",\n      \"prNumber\": 4930,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n- Fix thought and action data persistence after page refresh by extracting from rawMessage in messages API\\n- Fix user message alignment to appear on right side of chat consistently across DM and GROUP modes  \\n- Fix inactive agent\"\n    },\n    {\n      \"title\": \"1.0.5 develop merge\",\n      \"prNumber\": 4928,\n      \"type\": \"other\",\n      \"body\": \"This pull request introduces several changes across multiple files, focusing on improving plugin development workflows, refining message handling logic, and simplifying client-side configurations. Key updates include the introduction of a n\"\n    },\n    {\n      \"title\": \"chore: update bun.lockb\",\n      \"prNumber\": 4925,\n      \"type\": \"other\",\n      \"body\": \"This PR updates the bun.lockb file to ensure it's in sync with the latest dependencies.\\n\\nAfter running `bun install`, no changes were detected in the lockfile, indicating that all dependencies are already up to date.\"\n    },\n    {\n      \"title\": \"chore: add bootstrap to package.json\",\n      \"prNumber\": 4922,\n      \"type\": \"feature\",\n      \"body\": \"make it easier for users to start (less log spam, gets installed during auto installation during create command)\"\n    },\n    {\n      \"title\": \"fix: eliza responding for other characters\",\n      \"prNumber\": 4920,\n      \"type\": \"bugfix\",\n      \"body\": \"\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **Bug Fixes**\\n  - Improved validation for direct message channels to ensure only authorized participants receive messages.\\n\\n- **New Fe\"\n    },\n    {\n      \"title\": \"fix(bootstrap): ensure action callbacks reach users and improve shouldRespond logic\",\n      \"prNumber\": 4919,\n      \"type\": \"bugfix\",\n      \"body\": \"## Relates to\\r\\n\\r\\nResolves issue where MCP tool responses and other non-REPLY actions were generated but never sent to users.\\r\\n\\r\\n## Risks\\r\\n\\r\\n**Low** - This is a bug fix that ensures action callbacks are properly transmitted. The change is is\"\n    },\n    {\n      \"title\": \"fix: remove duplicate @elizaos/cli dependency from root package.json\",\n      \"prNumber\": 4918,\n      \"type\": \"bugfix\",\n      \"body\": \"This PR fixes the bun install error caused by having `@elizaos/cli` listed as both a workspace package and a root dependency.\\n\\n### Changes\\n- Removed `@elizaos/cli` from root `package.json` dependencies since it's already available as a work\"\n    },\n    {\n      \"title\": \"fix: prevent circular dependency\",\n      \"prNumber\": 4917,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix Circular Dependency During Plugin Testing\\r\\n\\r\\n## \ud83d\udea8 Problem\\r\\n\\r\\nWhen plugin developers run `elizaos test` from within their plugin directory, the CLI encounters a critical circular dependency issue:\\r\\n\\r\\n1. **Test Command Execution**: `el\"\n    },\n    {\n      \"title\": \"fix: plugin route handler intercepting agent API routes\",\n      \"prNumber\": 4916,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\n\\nThe plugin route handler was incorrectly trying to handle standard agent API routes, causing debug messages like:\\n\\n```\\n[2025-06-04 08:57:23] DEBUG: No valid agentId in query. Trying global match for path: /api/agents/b850bc30-45\"\n    },\n    {\n      \"title\": \"windows compatibility\",\n      \"prNumber\": 4913,\n      \"type\": \"other\",\n      \"body\": \"This PR enables vanilla windows to build by fixing some dependencies on bash and symlinking\"\n    },\n    {\n      \"title\": \"fix: release ci versioning\",\n      \"prNumber\": 4960,\n      \"type\": \"bugfix\",\n      \"body\": \"Summary of the Fix:\\r\\nThe main issue was that the CI workflow was trying to publish packages without first updating their versions to match the release tag. Here's what I changed:\\r\\n\\r\\nExtract version from tag: Remove the 'v' prefix from the g\"\n    },\n    {\n      \"title\": \"Merge dev into main\",\n      \"prNumber\": 4958,\n      \"type\": \"other\",\n      \"body\": \"Merge dev into main\"\n    },\n    {\n      \"title\": \"remove faulty tests for now\",\n      \"prNumber\": 4957,\n      \"type\": \"tests\",\n      \"body\": \"This PR just comments out failing tests, we'll need to uncomment them at some point\"\n    },\n    {\n      \"title\": \"fix: right skip flag for plugins bats test\",\n      \"prNumber\": 4956,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix(bootstrap): ensure action callbacks reach users and improve shouldRespond logic\",\n      \"prNumber\": 4954,\n      \"type\": \"bugfix\",\n      \"body\": \"## Relates to\\r\\n\\r\\nResolves issue where MCP tool responses and other non-REPLY actions were generated but never sent to users.\\r\\n\\r\\n## Risks\\r\\n\\r\\n**Low** - This is a bug fix that ensures action callbacks are properly transmitted. The change is is\"\n    },\n    {\n      \"title\": \"fix: release versioning in client\",\n      \"prNumber\": 4952,\n      \"type\": \"bugfix\",\n      \"body\": \"This pull request introduces changes to the build and release process as well as enhancements to the versioning logic in the codebase. The most significant updates include modifying the `release` script in `package.json` to improve versioni\"\n    },\n    {\n      \"title\": \"fix: optimize plugin loading strategies and resolve core dependency conflicts\",\n      \"prNumber\": 4949,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\n**Low** - These changes optimize existing functionality without breaking compatibility. Plugin loading still works for all plugin types, with improved performance and cleaner logs.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n-\"\n    },\n    {\n      \"title\": \"Fix agent memory viewer not displaying memories\",\n      \"prNumber\": 4948,\n      \"type\": \"bugfix\",\n      \"body\": \"\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **New Features**\\n\\t- Added support for filtering agent memories by room, allowing users to view memories specific to a selected room.\\n\\n\"\n    },\n    {\n      \"title\": \"fix: make group creation work\",\n      \"prNumber\": 4946,\n      \"type\": \"bugfix\",\n      \"body\": \"creates group and redirects to new group chat\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **Refactor**\\n  - Updated the `ChannelType` enum values and related string literals from l\"\n    },\n    {\n      \"title\": \"feat: plugins add env var prompting\",\n      \"prNumber\": 4945,\n      \"type\": \"feature\",\n      \"body\": \"<img width=\\\"718\\\" alt=\\\"Screenshot 2025-06-05 at 9 43 30\u202fAM\\\" src=\\\"https://github.com/user-attachments/assets/991b4b60-dda7-469c-a60d-07bcf5b2f4a7\\\" />\\r\\n\\r\\nThis pull request enhances the plugin installation process in the CLI by adding support f\"\n    },\n    {\n      \"title\": \"fix: avoid infinite effect loop by guarding currentDmChannelId reset\",\n      \"prNumber\": 4944,\n      \"type\": \"bugfix\",\n      \"body\": \"This prevents the useEffect from retriggering itself due to setting currentDmChannelId: null while including it in the dependency array.\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/db7032e7-2e51-400c-a2d2-77d202993e32)\\r\\n\"\n    },\n    {\n      \"title\": \"chore: auto install bun in CLI\",\n      \"prNumber\": 4943,\n      \"type\": \"other\",\n      \"body\": \"<img width=\\\"718\\\" alt=\\\"Screenshot 2025-06-05 at 7 13 31\u202fAM\\\" src=\\\"https://github.com/user-attachments/assets/baeea5a9-8095-4af9-b9ad-a8dd0897cfb2\\\" />\\r\\n\\r\\nThis pull request introduces a new feature for the ElizaOS CLI: automatic installation of\"\n    },\n    {\n      \"title\": \"fix errors cosmos.md\",\n      \"prNumber\": 4941,\n      \"type\": \"bugfix\",\n      \"body\": \"Hey team! Fixed errors\\r\\n\\r\\n`Successfuly` - `Successfully` x2\"\n    },\n    {\n      \"title\": \"chore: Migrate CLI tests from Bats to Bun TypeScript\",\n      \"prNumber\": 4978,\n      \"type\": \"tests\",\n      \"body\": \"## Summary\\n- Migrated all CLI tests from Bats shell scripts to TypeScript using Bun test runner\\n- Removed legacy `__test_scripts__/` directory and obsolete Bats-based tests\\n- Updated GitHub workflow to use new Bun TypeScript test suite\\n- Im\"\n    },\n    {\n      \"title\": \"fix: sidebar scroll behavior + add groups to sidebar\",\n      \"prNumber\": 4977,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: update messages api docs\",\n      \"prNumber\": 4976,\n      \"type\": \"other\",\n      \"body\": \"# What does this PR do?\\n\\nUpdates documentation for the messages API to provide complete and accurate information.\\n\\n## What kind of change is this?\\n\\nDocumentation changes\\n\\n## Documentation changes needed?\\n\\n\u2705 I have updated the documentation \"\n    },\n    {\n      \"title\": \"chore: nuke duplicate & update docs for api\",\n      \"prNumber\": 4975,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\n\\nCode cleanup and documentation improvements for API components.\\n\\n# Risks\\n\\n**Low** - Documentation and cleanup changes with minimal impact on functionality.\\n\\n# Background\\n\\n## What does this PR do?\\n\\nThis PR performs two main tas\"\n    },\n    {\n      \"title\": \"feat: \ud83c\udfa8 UI/UX Improvements: Responsive Character Form + Chat Interface Enhancements\",\n      \"prNumber\": 4974,\n      \"type\": \"feature\",\n      \"body\": \"## \ud83c\udfa8 UI/UX Improvements: Responsive Character Form + Chat Interface Enhancements\\n\\n### \ud83d\udcdd Summary\\nThis PR introduces comprehensive responsive design improvements and UI enhancements across multiple client components, focusing on better spac\"\n    },\n    {\n      \"title\": \"feat: Add retry button for user messages in chat\",\n      \"prNumber\": 4973,\n      \"type\": \"feature\",\n      \"body\": \"## \ud83d\udd04 Add Retry Button for User Messages in Chat\\n\\n### \ud83d\udcdd Description\\nAdds a retry button to user messages in chat bubbles, allowing users to easily resend previous messages without manually copying and pasting text. This addresses the frust\"\n    },\n    {\n      \"title\": \"feat: enhance UI/UX with responsive buttons, universal export system, and quick profile access\",\n      \"prNumber\": 4971,\n      \"type\": \"feature\",\n      \"body\": \"## \ud83c\udfa8 Enhanced UI/UX: Responsive Buttons, Export Functionality & Profile Access\\n\\nThis PR significantly improves the user experience across the ElizaOS client with responsive design enhancements, comprehensive export capabilities, and stream\"\n    },\n    {\n      \"title\": \"feat: update agent configuration on restart and move ensureAgentExist\u2026\",\n      \"prNumber\": 4970,\n      \"type\": \"feature\",\n      \"body\": \"## What does this PR do?\\n\\nMoves `ensureAgentExists` method from plugin-sql to runtime level where it belongs. The method was incorrectly placed in plugin-sql when it should be in runtime based on its operations and purpose.\\n\\n## What kind of\"\n    },\n    {\n      \"title\": \"fix: implement real-time message deletion via SocketIO\",\n      \"prNumber\": 4968,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\n**Medium** - Changes to SocketIO event handling and API routing\\r\\n- Client-side state management modifications\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- Add messageDeleted and channelCleared SocketIO events\\r\\n- Implement cli\"\n    },\n    {\n      \"title\": \"fix: Plugin Starter Template TypeScript Declarations, Standardize Git Ignores, Update READMEs\",\n      \"prNumber\": 4966,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix Plugin Starter Template TypeScript Declarations, Standardize Git Ignores, Update READMEs\\r\\n\\r\\n## Problem\\r\\n\\r\\n**Missing TypeScript Declaration Files in Published Plugins**\\r\\n\\r\\n- Plugins created from the `plugin-starter` template were missi\"\n    },\n    {\n      \"title\": \"fix: clean command\",\n      \"prNumber\": 4965,\n      \"type\": \"bugfix\",\n      \"body\": \"This pull request includes a minor update to the `clean` script in the `package.json` file. The order of operations in the script was adjusted to ensure that cleaning individual packages occurs before removing and reinstalling dependencies.\"\n    },\n    {\n      \"title\": \"refactor: Enhance create command with TEE support and improved logic\",\n      \"prNumber\": 4964,\n      \"type\": \"refactor\",\n      \"body\": \"**Problem**\\r\\n\\r\\nThe elizaos create command was becoming cluttered and lacked a unified structure for handling different types of project creation (projects, plugins, agents). Also I found it unintuitive to pass -tee as a flag for project to \"\n    },\n    {\n      \"title\": \"Fix/agent cli json and error handling\",\n      \"prNumber\": 4963,\n      \"type\": \"bugfix\",\n      \"body\": \"- tiny pr to cleanup agent command with an unecessary --json option on the agent start subcommand.\\r\\n- updated agent.md doc\\r\\n- updated cli doc to not include this option\\r\\n\\r\\nunaffected:\\r\\n\\r\\nelizaos agent get --json\\r\\nelizaos agent list --json\"\n    },\n    {\n      \"title\": \"dependencies cleanup\",\n      \"prNumber\": 4962,\n      \"type\": \"refactor\",\n      \"body\": \"# Dependencies Cleanup\\r\\n\\r\\n## Summary\\r\\nThis PR addresses critical dependency management issues in the monorepo that were causing build failures and CLI functionality problems.\\r\\n\\r\\n## Problem\\r\\n- Unnecessary dependencies in the monorepo were ca\"\n    },\n    {\n      \"title\": \"fix: remove logs\",\n      \"prNumber\": 4961,\n      \"type\": \"bugfix\",\n      \"body\": \"Removing logs.\"\n    },\n    {\n      \"title\": \"New types 2\",\n      \"prNumber\": 5001,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"feat(client): Add split button component and improve character form UI\",\n      \"prNumber\": 5000,\n      \"type\": \"feature\",\n      \"body\": \"## \ud83d\ude80 Features\\n\\n### New Split Button Component\\n- **Reusable SplitButton component** with dropdown functionality for grouping related actions\\n- **Configurable options** with labels, descriptions, and individual click handlers\\n- **Variant sup\"\n    },\n    {\n      \"title\": \"feat: Split types.ts into granular files\",\n      \"prNumber\": 4999,\n      \"type\": \"feature\",\n      \"body\": \"This PR splits the gigantic types.ts into logical and granular sections\\r\\n\\r\\nNice for agentic search etc\"\n    },\n    {\n      \"title\": \"feat: Add scenario test to bootstrap to check for \\\"hello world\\\"\",\n      \"prNumber\": 4998,\n      \"type\": \"feature\",\n      \"body\": \"This demonstrates a live interaction between a test and an agent to verify that the agent said what we expected. We can build on this to validate that actions, providers, etc are giving us the correct information and performing as expected,\"\n    },\n    {\n      \"title\": \"minor docstring fixups\",\n      \"prNumber\": 4995,\n      \"type\": \"bugfix\",\n      \"body\": \"packages/docs/versioned_docs/version-0.25.9/changelog.md\\r\\n`promisses` - `promises`\\r\\n`formating` - `formatting`\\r\\n`evaulators` - `evaluators`\"\n    },\n    {\n      \"title\": \"chore: matrix run on all three platforms\",\n      \"prNumber\": 4993,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: remove obsolete step from integration test CI\",\n      \"prNumber\": 4992,\n      \"type\": \"tests\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: remove cache from cli-test that causes flaky tests\",\n      \"prNumber\": 4990,\n      \"type\": \"tests\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: HMR client dev\",\n      \"prNumber\": 4989,\n      \"type\": \"other\",\n      \"body\": \"This pull request introduces several updates to the development workflow, build configurations, and client-server interaction, aiming to enhance development efficiency and improve maintainability. Key changes include the addition of a new `\"\n    },\n    {\n      \"title\": \"feat(client): add responsive horizontal scrolling for character form \u2026\",\n      \"prNumber\": 4988,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nImproves user experience for character form navigation on mobile and smaller screen devices.\\r\\n\\r\\n# Risks\\r\\n\\r\\n**Low Risk** - UI/UX improvement that enhances responsive behavior without affecting core functionality.\\r\\n\\r\\n# Backgro\"\n    },\n    {\n      \"title\": \"fix: resolve env command interactive mode and flag inconsistencies\",\n      \"prNumber\": 4987,\n      \"type\": \"bugfix\",\n      \"body\": \"### Problem\\r\\n\\r\\nThree critical issues in `elizaos env` command causing unreliable environment management:\\r\\n\\r\\n1. **Infinite Loop**: `elizaos env interactive -y` loops forever, requiring Ctrl+C to exit\\r\\n2. **Flag Logic Bug**: `elizaos env list\"\n    },\n    {\n      \"title\": \"fix:publish command logging issues and conditional GitHub authentication\",\n      \"prNumber\": 4986,\n      \"type\": \"bugfix\",\n      \"body\": \"## Description\\r\\n\\r\\n**Problem:**\\r\\n- `elizaos publish -n` (npm-only) falsely claimed GitHub repository availability and required GitHub credentials\\r\\n- `elizaos publish -sr` (skip registry) showed contradictory registry messages  \\r\\n- Console me\"\n    },\n    {\n      \"title\": \"fix: Port Validation, Character File Handling Fix\",\n      \"prNumber\": 4985,\n      \"type\": \"bugfix\",\n      \"body\": \"# CLI Port Validation & Character File Handling Fix\\r\\n\\r\\n## Problem\\r\\n\\r\\nTwo CLI issues were identified and fixed in this PR:\\r\\n\\r\\n1. **Port validation** was happening at runtime instead of immediately during CLI argument parsing\\r\\n2. **Character \"\n    },\n    {\n      \"title\": \"Fix/plugins command empty string validation and help clarity\",\n      \"prNumber\": 4984,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\r\\n- Empty strings in `elizaos plugins add \\\"\\\"` would trigger fuzzy search matching, installing random plugins (e.g., \\\"plugin-0g\\\")\\r\\n- Help text for `plugins list` didn't clearly indicate that v1.x plugins are shown by default\\r\\n\\r\\n## \"\n    },\n    {\n      \"title\": \"feat:  push version back to main and make a pr to develop on release\",\n      \"prNumber\": 4983,\n      \"type\": \"feature\",\n      \"body\": \"When we tag a release, it doesnt save the version back to our code\\r\\n\\r\\nThis PR fixes our release (or should at least) so that versions are saved to the tag, pushed back to the main branch and a version update PR is made to develop. Or that's\"\n    },\n    {\n      \"title\": \"feat: add cursor rules\",\n      \"prNumber\": 4982,\n      \"type\": \"feature\",\n      \"body\": \"Adds .cursor project rules\"\n    },\n    {\n      \"title\": \"feat: simplify monorepo command and update documentation/tests\",\n      \"prNumber\": 4981,\n      \"type\": \"feature\",\n      \"body\": \"# Simplify Monorepo Command and Update Docs & Tests\\r\\n\\r\\n## Branch Name\\r\\n\\r\\n```\\r\\nfeat/simplify-monorepo-command-and-update-docs-tests\\r\\n```\\r\\n\\r\\n## PR Title\\r\\n\\r\\n```\\r\\nfeat: simplify monorepo command and update documentation/tests\\r\\n```\\r\\n\\r\\n## Problem\"\n    },\n    {\n      \"title\": \"fix: incorrect API URL used for message server when SERVER_PORT is not 3000\",\n      \"prNumber\": 4980,\n      \"type\": \"bugfix\",\n      \"body\": \"Currently, the GUI displays the following error message:\\r\\n\\r\\n```\\r\\nAgent not a participant in channel xxxx, ignoring message\\r\\n```\\r\\n\\r\\nThis occurs when the app is **not** running on port 3000 because the `SERVER_PORT` environment variable has b\"\n    },\n    {\n      \"title\": \"Fix CLI update from npm 1.0.5 to bun 1.0.6 by auto-migrating installations\",\n      \"prNumber\": 4979,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix CLI update from npm <1.0.5 to bun 1.0.6 by auto-migrating installations\\r\\n\\r\\n## Problem\\r\\n\\r\\nUsers with npm-installed CLI version <1.0.5 cannot update to version 1.0.6+ because ElizaOS switched from npm to bun as the primary package manag\"\n    },\n    {\n      \"title\": \"feat: add lockfile cleanup for GitHub fallback installations\",\n      \"prNumber\": 5009,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n- Adds automatic lockfile cleanup when falling back to GitHub installations\\n- Prevents circular dependency issues during npm-to-GitHub fallback scenarios\\n\\n## Changes\\n- **New `removeFromBunLock()` function**: Safely removes packag\"\n    },\n    {\n      \"title\": \"fix typos gitcoin-passport.md\",\n      \"prNumber\": 5008,\n      \"type\": \"bugfix\",\n      \"body\": \"packages/docs/packages/plugins/gitcoin-passport.md\\r\\n`treshold` - `threshold`\\r\\n`retrive` - `retrieve`\"\n    },\n    {\n      \"title\": \"fix: attempt to fix matrix run on windows\",\n      \"prNumber\": 5007,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix(logs): resolve empty logs display with existing data\",\n      \"prNumber\": 5006,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes logs viewer incorrectly showing empty state when data is present.\"\n    },\n    {\n      \"title\": \"feat: exclude text embedding from view\",\n      \"prNumber\": 5003,\n      \"type\": \"feature\",\n      \"body\": \"Filters out text embedding content from debug logs to reduce noise and improve log readability.\"\n    },\n    {\n      \"title\": \"chore: v1.0.7\",\n      \"prNumber\": 5025,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"add buildGitHubSpecifier\",\n      \"prNumber\": 5024,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: dup CI runs and cancel workflows on push\",\n      \"prNumber\": 5022,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: replace cursor rules with elizaos/.cursor submodule\",\n      \"prNumber\": 5021,\n      \"type\": \"feature\",\n      \"body\": \"This PR replaces the .cursor folder with a submodule so we can share the .cursor folder across the team, update it and make it available anywhere in any plugin during development. I found I had to copy and paste across a lot of projects, an\"\n    },\n    {\n      \"title\": \"feat: refactor / split core types\",\n      \"prNumber\": 5020,\n      \"type\": \"feature\",\n      \"body\": \"This PR splits up core types, cleans up some issues, adds new service interfaces for common service types\\r\\n\\r\\nThis shouldn't break or change anything. Everything should continue to work on merge.\"\n    },\n    {\n      \"title\": \"chore: 1.0.7\",\n      \"prNumber\": 5019,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: Dynamic loading of database tables, rebuild plugin-sql, \",\n      \"prNumber\": 5018,\n      \"type\": \"feature\",\n      \"body\": \"This is a big PR\\r\\n\\r\\n- Rewrite plugin-sql to dynamically migrate code\\r\\n- Rewrite CLI commands to load plugin dependencies, migrate db tables\\r\\n- Refactor types and add service types which can be inherited by dependent plugins\\r\\n\\r\\nOverall shoul\"\n    },\n    {\n      \"title\": \"feat: migrate CLI prompts from prompts library to @clack/prompts\",\n      \"prNumber\": 5016,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\nReplaces the legacy `prompts` library with modern `@clack/prompts` across all CLI commands for enhanced user experience and type safety.\\n\\n## Changes Made\\n- \u2705 **All CLI commands migrated**: create, env, publish, update, plugins\\n- \"\n    },\n    {\n      \"title\": \"chore: Parallelize CI actions.\",\n      \"prNumber\": 5015,\n      \"type\": \"other\",\n      \"body\": \"This pull request refactors several GitHub Actions workflows to optimize job execution by introducing setup jobs for dependency installation and caching, and by restructuring workflows to enable parallel execution of tasks. The changes focu\"\n    },\n    {\n      \"title\": \"chore: cache bun / models in github actions\",\n      \"prNumber\": 5014,\n      \"type\": \"other\",\n      \"body\": \"This pull request enhances the CI/CD workflows by introducing caching mechanisms to optimize dependency and model management. The changes aim to reduce build times and improve efficiency across various workflows.\\r\\n\\r\\n### Dependency Caching I\"\n    },\n    {\n      \"title\": \"fix: cleanup DB in E2E tests, make fresh unique DB, PGLITE_WASM_MODE: node\",\n      \"prNumber\": 5013,\n      \"type\": \"bugfix\",\n      \"body\": \"This pull request introduces changes to improve the handling of database directories during end-to-end (E2E) tests and updates the CI workflow configuration. The key changes include ensuring unique and clean database directories for each te\"\n    },\n    {\n      \"title\": \"chore: update versions\",\n      \"prNumber\": 5012,\n      \"type\": \"other\",\n      \"body\": \"update lagging versions\"\n    },\n    {\n      \"title\": \"refactor: centralize directory detection with monorepo support\",\n      \"prNumber\": 5011,\n      \"type\": \"refactor\",\n      \"body\": \"## Problem\\r\\n\\r\\nThe ElizaOS CLI had scattered and inconsistent directory detection logic throughout the codebase:\\r\\n\\r\\n1. **Missing monorepo structure detection** - No proper classification for subdirectories within the ElizaOS monorepo\\r\\n2. **S\"\n    },\n    {\n      \"title\": \"feat: Reorganize API routes into logical domain-based structure\",\n      \"prNumber\": 5010,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n\\nThis PR implements a comprehensive API domain reorganization and improves the client-side confirmation UX.\\n\\n### Major API Domain Reorganization \ud83c\udfd7\ufe0f\\n\\n**Complete restructuring of the `/packages/cli/src/server/api/` directory:**\\n\\n-\"\n    },\n    {\n      \"title\": \"fix: load the env config before agent project is loaded\",\n      \"prNumber\": 5048,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes project load as project is loaded without .env.\\r\\n\\r\\nSo we need to load the .env first and only then we can proceed to project load otherwise we would need dynamic project load. \"\n    },\n    {\n      \"title\": \"chore: add comprehensive Postman collection for elizaOS APIs\",\n      \"prNumber\": 5047,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n\u2022 Added complete Postman collection with 90+ REST API endpoints covering all Eliza framework APIs\\n\u2022 Fixed URL paths and organized endpoints into logical categories (agents, messaging, memory, audio, etc.)\\n\u2022 Includes collection va\"\n    },\n    {\n      \"title\": \"chore: Update docs\",\n      \"prNumber\": 5046,\n      \"type\": \"other\",\n      \"body\": \"Twitter plugin will be undergoing maintenance, updating docs to reflect that\\r\\n \\r\\n- \u2705 Added deprecation notices to Twitter plugin and client documentation\\r\\n- \u2705 Removed Twitter from main intro/README featured connectors lists\\r\\n- \u2705 Removed ent\"\n    },\n    {\n      \"title\": \"fix(plugin-sql): use correct agentId from memory in database operations\",\n      \"prNumber\": 5045,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\n**Low risk** - This is a targeted bug fix that:\\r\\n- Affects only memory creation logic in plugin-sql\\r\\n- Improves data integrity without breaking existing functionality\\r\\n- Maintains backward compatibility\\r\\n- Adds permissive CSP rul\"\n    },\n    {\n      \"title\": \"Fix: Enable loading project agents when no character files specified\",\n      \"prNumber\": 5044,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\n- Enables automatic loading of project agents when no `--character` flag is provided to the start command\\n- Adds support for `ProjectAgent` type with initialization functions and plugins\\n- Improves agent discovery by checking pro\"\n    },\n    {\n      \"title\": \"chore: migrate all generated files into .eliza\",\n      \"prNumber\": 5043,\n      \"type\": \"other\",\n      \"body\": \"This pull request introduces a significant refactor to centralize and standardize the directory structure for CLI-generated data under a hidden `.eliza` folder in the project root. Additionally, it includes instrumentation enhancements and \"\n    },\n    {\n      \"title\": \"chore: OpenTelemetry instrumentation while preserving Sentry\",\n      \"prNumber\": 5042,\n      \"type\": \"other\",\n      \"body\": \"## Summary\\n- Complete removal of OpenTelemetry instrumentation and dependencies from the Eliza codebase\\n- Preserves all Sentry error tracking functionality as requested\\n\\n## Changes Made\\n- \u2705 Removed all 8 OpenTelemetry dependencies from pack\"\n    },\n    {\n      \"title\": \"fix: (cli) resolve double update messaging and improve elizaos update instructions\",\n      \"prNumber\": 5041,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\r\\n\\r\\nThe CLI had two messaging issues:\\r\\n\\r\\n1. **Double messaging**: When running `elizaos update`, the banner showed an update notification before the update command itself ran, creating redundant messaging\\r\\n2. **Incorrect update in\"\n    },\n    {\n      \"title\": \"chore: remove model caching since its slower\",\n      \"prNumber\": 5038,\n      \"type\": \"other\",\n      \"body\": \"its faster do download models than caching / un-compressing\"\n    },\n    {\n      \"title\": \"refactor: reorganize cli commands into modular structure\",\n      \"prNumber\": 5036,\n      \"type\": \"refactor\",\n      \"body\": \"## Summary\\r\\n\\r\\nComprehensive refactoring of ALL major CLI commands from monolithic architecture to modular structure for improved maintainability and scalability. This PR systematically transforms large single-file implementations into well-\"\n    },\n    {\n      \"title\": \"fix: remove message from chat UI on delete\",\n      \"prNumber\": 5035,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: chat history selector reloads\",\n      \"prNumber\": 5034,\n      \"type\": \"bugfix\",\n      \"body\": \"Clicking the chat history did not reload the chats.\\r\\n\\r\\nThis pull request adds a safeguard to ensure that the current DM channel is cleared if it does not belong to the active agent, improving the handling of agent switching in the `Chat` co\"\n    },\n    {\n      \"title\": \"fix: onboarding user settings error\",\n      \"prNumber\": 5033,\n      \"type\": \"bugfix\",\n      \"body\": \"```\\r\\n[2025-06-10 10:32:52] ERROR: No world found for user during onboarding\\r\\n[2025-06-10 10:32:52] ERROR: Critical error in settings provider: Error: No server ownership found for onboarding\\r\\n```\\r\\n\\r\\nThis pull request introduces enhancements\"\n    },\n    {\n      \"title\": \"fix: convert dates, fix agent create\",\n      \"prNumber\": 5032,\n      \"type\": \"bugfix\",\n      \"body\": \"```\\r\\n[2025-06-10 10:22:37] ERROR: Error updating agent:\\r\\n    agentId: \\\"524873bf-6a97-050d-b70f-673063e0e163\\\"\\r\\n    agent: {\\r\\n      \\\"id\\\": \\\"524873bf-6a97-050d-b70f-673063e0e163\\\",\\r\\n      \\\"enabled\\\": true,\\r\\n      \\\"createdAt\\\": 1749550954067,\\r\\n    \"\n    },\n    {\n      \"title\": \"chore: fix typos\",\n      \"prNumber\": 5031,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review \"\n    },\n    {\n      \"title\": \"feat: add dummy services\",\n      \"prNumber\": 5030,\n      \"type\": \"feature\",\n      \"body\": \"This PR adds dummy services which can be depended on by other plugins\\r\\n\\r\\nAll shared service types should have a dummy implementation for use in testing\"\n    },\n    {\n      \"title\": \"fix: remove truncate\",\n      \"prNumber\": 5028,\n      \"type\": \"bugfix\",\n      \"body\": \"We don't need to truncate Twitter posts manually. I've already handled this in the Twitter plugin: if a post exceeds 280 characters and the account isn't premium, it falls back to truncateToCompleteSentence.\\r\\n\\r\\n\\r\\nhttps://github.com/elizaos-\"\n    },\n    {\n      \"title\": \"fix: Ensure waitForServer uses SERVER_PORT env if provided\",\n      \"prNumber\": 5027,\n      \"type\": \"bugfix\",\n      \"body\": \"I ran into this issue on a port other than 3000 (in my case, 3050). \\r\\nThis happened because the waitForServer() function was hardcoded to check http://localhost:3000/api/ping, ignoring the SERVER_PORT environment variable.\\r\\n\\r\\nThis PR update\"\n    },\n    {\n      \"title\": \"feat: Add target to Content\",\n      \"prNumber\": 5026,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nadd an optional target to Content type\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nImprovements (misc. changes to existing features)\\r\\n\\r\\n## Why are we doing this? Any context or related\"\n    },\n    {\n      \"title\": \"fix: normalize plugin name\",\n      \"prNumber\": 5071,\n      \"type\": \"bugfix\",\n      \"body\": \"## What does this PR do?\\n\\nSmall fix to normalize plugin names for consistency.\\n\\n## What kind of change is this?\\n\\nBug fix (non-breaking change which fixes an issue)\"\n    },\n    {\n      \"title\": \"Revert \\\"feat: update prompt, change actions logic, adjust for respons\u2026\",\n      \"prNumber\": 5068,\n      \"type\": \"other\",\n      \"body\": \"# Revert \\\"feat: update prompt, change actions logic, adjust for responses instead callback\\\"\\r\\n\\r\\nThis reverts commit e040c1541.\\r\\n\\r\\n## \u26a0\ufe0f Important Note\\r\\n\\r\\n**This revert is a temporary solution and not the desired long-term approach.** We are \"\n    },\n    {\n      \"title\": \"chore: remove mock test from cli package\",\n      \"prNumber\": 5065,\n      \"type\": \"tests\",\n      \"body\": \"we have extensive real tests\"\n    },\n    {\n      \"title\": \"fix: api routes\",\n      \"prNumber\": 5062,\n      \"type\": \"bugfix\",\n      \"body\": \"Small fix for API routes.\"\n    },\n    {\n      \"title\": \"chore: Update README with comprehensive CLI documentation\",\n      \"prNumber\": 5059,\n      \"type\": \"docs\",\n      \"body\": \"## Summary\\n- Replace starter-focused instructions with CLI-first approach for better user experience\\n- Add comprehensive CLI installation guide with step-by-step instructions\\n- Include complete command reference with examples and advanced u\"\n    },\n    {\n      \"title\": \"fix: update Content Security Policy and error handling in API routes\",\n      \"prNumber\": 5058,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\n\\nLow to Medium. Changes affect Content Security Policy which could impact iframe functionality and API error responses. Could potentially affect frontend display if CSP is too restrictive or break existing integrations expecting dif\"\n    },\n    {\n      \"title\": \"Revert removal of callback and isPlan logic\",\n      \"prNumber\": 5056,\n      \"type\": \"other\",\n      \"body\": \"This PR reverts the removal of the callback from actions. That change prevented other actions from accessing the callback.\\r\\n\\r\\nIt also reverts the isPlan logic, which was preventing the agent from sending messages in the reply action. Additi\"\n    },\n    {\n      \"title\": \"chore: update twitter envs\",\n      \"prNumber\": 5055,\n      \"type\": \"other\",\n      \"body\": \"This pull request updates Twitter plugin configuration across multiple files to replace legacy username/password-based authentication with API-based authentication using Twitter API keys, tokens, and secrets. It also introduces new environm\"\n    },\n    {\n      \"title\": \"fix: fix `bun run dev`\",\n      \"prNumber\": 5054,\n      \"type\": \"bugfix\",\n      \"body\": \"- update health check URL\\r\\n- node => bun\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nmakes `bun run dev` work\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nBug fixes (non-breaking change which fixes an issue)\\r\\n\\r\\n## Why are we d\"\n    },\n    {\n      \"title\": \"chore: v1.0.8\",\n      \"prNumber\": 5051,\n      \"type\": \"other\",\n      \"body\": \"includes PRs:\\r\\n\\r\\n- #5026\\r\\n- #5028\\r\\n- #5027\\r\\n- #5018\\r\\n- #5016\\r\\n- #5010\\r\\n- #5038\\r\\n- #5042\\r\\n- #5041\\r\\n- #5031\\r\\n- #5032\\r\\n- #5034\\r\\n- #5035\\r\\n- #4968\\r\\n- #5033\\r\\n- #5036\\r\\n- #5030\\r\\n- #5044\\r\\n- #5048\\r\\n- #5043\\r\\n- #5049\\r\\n- #5047\\r\\n- #5050 \"\n    },\n    {\n      \"title\": \"fix: update prompt, change actions logic, adjust for responses inste\u2026\",\n      \"prNumber\": 5050,\n      \"type\": \"bugfix\",\n      \"body\": \"## \ud83d\udd27 Major Refactor: Actions Logic - Callback to Responses\\n\\n### Overview\\nThis PR implements a significant architectural change by refactoring the actions logic from callback-based patterns to response-based patterns. This change provides b\"\n    },\n    {\n      \"title\": \"fix: dup chats\",\n      \"prNumber\": 5049,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: linting + dev command in plugins\",\n      \"prNumber\": 5096,\n      \"type\": \"bugfix\",\n      \"body\": \"Attemptss to fix https://github.com/elizaOS/eliza/issues/5095\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **New Features**\\n  - Added an optional property to test command options, \"\n    },\n    {\n      \"title\": \"fix: prompt to order actions and action description\",\n      \"prNumber\": 5094,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes prompt ordering for actions and improves action descriptions to ensure consistent behavior.\"\n    },\n    {\n      \"title\": \"fix: remove reply action shortcut\",\n      \"prNumber\": 5093,\n      \"type\": \"bugfix\",\n      \"body\": \"This code was initially implemented to handle cases where the agent's response is not a simple reply action. In such cases, the reply action checks if dynamic providers are missing, and if so, it simply calls back the response message using\"\n    },\n    {\n      \"title\": \"Fix: Runtime Initialization and Database Adapter Handling\",\n      \"prNumber\": 5092,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix Runtime Initialization and Database Adapter Handling\\r\\n\\r\\n## Overview\\r\\n\\r\\nThis PR addresses critical issues in the Eliza runtime's initialization process and database adapter handling, focusing on stability and proper agent ID synchroniz\"\n    },\n    {\n      \"title\": \"fix: duplicate plugins\",\n      \"prNumber\": 5091,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/5086\\r\\n\\r\\nThis issue occurs because, in the usePlugins hook, we merge agentPlugins (using the @elizaos/ prefix) with registryPlugins (using the @elizaos-plugins/ prefix). As a result, the line:\"\n    },\n    {\n      \"title\": \"fix: envs loading on default eliza\",\n      \"prNumber\": 5090,\n      \"type\": \"bugfix\",\n      \"body\": \"Fix for envs not loading in bun run start with default character eliza.\\nThis moves the loadEnvs function higher up since was only being called for project agents.\"\n    },\n    {\n      \"title\": \"Add agentId to MessageBusService log output\",\n      \"prNumber\": 5088,\n      \"type\": \"feature\",\n      \"body\": \"updates the logging in MessageBusService to include the agent's ID\"\n    },\n    {\n      \"title\": \"feat: optimize CLI project creation with Bun offline mode\",\n      \"prNumber\": 5087,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\nOptimizes CLI project creation performance in CI environments by leveraging Bun's offline mode to use cached packages instead of re-downloading them.\\n\\n## Changes\\n- **Add `preferOffline` option** to `runBunCommand` for faster inst\"\n    },\n    {\n      \"title\": \"Fixes CSP (Content Security Policy) \",\n      \"prNumber\": 5085,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes CSP (Content Security Policy) related issues in the web interface.\\n\\n**Changes:**\\n- Addresses content security policy configuration\\n- Removes accidentally committed test character file from previous commits\\n\\nThis PR is now clean and re\"\n    },\n    {\n      \"title\": \"fix: remove default bot\",\n      \"prNumber\": 5083,\n      \"type\": \"bugfix\",\n      \"body\": \"This PR removes the Default Message Bus Agent. However, after removing its creation, I encountered the following error:\\r\\n\\r\\n<img width=\\\"883\\\" alt=\\\"Screenshot 2025-06-12 at 9 50 01\u202fPM\\\" src=\\\"https://github.com/user-attachments/assets/d9770742-2\"\n    },\n    {\n      \"title\": \"fix: TypeScript version inconsistencies and test timeouts\",\n      \"prNumber\": 5082,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\n- Standardizes all packages to use exact TypeScript version 5.8.2\\n- Fixes CLI create test timeouts that were causing CI failures\\n- Resolves peer dependency warnings during package installation\\n\\n## Changes Made\\n- **Root package.js\"\n    },\n    {\n      \"title\": \"chore: remove test mode guard for installing dep\",\n      \"prNumber\": 5081,\n      \"type\": \"tests\",\n      \"body\": \"caching should make it fast (was removed due to slowness)\"\n    },\n    {\n      \"title\": \"chore: optimize CLI performance for create and plugins commands\",\n      \"prNumber\": 5080,\n      \"type\": \"other\",\n      \"body\": \"improve test perf\"\n    },\n    {\n      \"title\": \"docs(agent): replace -t with --type in CLI examples\",\n      \"prNumber\": 5078,\n      \"type\": \"docs\",\n      \"body\": \"The \u201cCreate Agent character\u201d examples still used the deprecated short flag `-t`:\\r\\n\\r\\n    elizaos create -t agent eliza\\r\\n\\r\\nRecent versions of the CLI reject that flag with:\\r\\n\\r\\n    error: unknown option '-t'\\r\\n\\r\\nAll examples now use the long-fo\"\n    },\n    {\n      \"title\": \"fix: clean bun lock + use local bootstrap (should fix slow tests)\",\n      \"prNumber\": 5075,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: disable CSP in development to resolve Safari localhost SSL errors\",\n      \"prNumber\": 5073,\n      \"type\": \"bugfix\",\n      \"body\": \"Fix Safari GUI loading issue caused by Content Security Policy's upgrade-insecure-requests directive\\r\\n\\r\\n**Problem:**\\r\\n- Safari was failing to load the ElizaOS GUI on localhost HTTP in development\\r\\n- The upgrade-insecure-requests CSP directi\"\n    },\n    {\n      \"title\": \"Fix: Postgres migration schema selection\",\n      \"prNumber\": 5072,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks: Low; not worse than what it was ;-)\\r\\n\\r\\n# Background\\r\\n\\r\\nThis bug fixes a Postgresql migration issue:\\r\\nIf the first entry in the postgres search path is '\\\\$user' (which it often is), it would wrongly return that entry due to wrong qu\"\n    },\n    {\n      \"title\": \"chore: v1.0.9\",\n      \"prNumber\": 5114,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: add API points to manage channels\",\n      \"prNumber\": 5113,\n      \"type\": \"feature\",\n      \"body\": \"Added API endpoints for managing agents across channels.\\r\\n\\r\\n<img width=\\\"465\\\" alt=\\\"image\\\" src=\\\"https://github.com/user-attachments/assets/220e62c4-4d76-4353-85e8-18ca34243b5a\\\" />\\r\\n\"\n    },\n    {\n      \"title\": \"feat: Enhance chat UI with improved styling and components\",\n      \"prNumber\": 5111,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n- Add new animated markdown component with smooth rendering and improved user experience\\n- Implement chat container with better layout structure and responsive design\\n- Add enhanced code block component with syntax highlighting u\"\n    },\n    {\n      \"title\": \"fix: Windows compatibility for CLI tests\",\n      \"prNumber\": 5110,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\n- Fixes Windows test failures by replacing Unix-specific commands with cross-platform equivalents\\n- Creates .cmd files instead of bash scripts for Windows mock executables  \\n- Adds proper error handling for git operations and she\"\n    },\n    {\n      \"title\": \"fix: action text in example should not be inline with action field\",\n      \"prNumber\": 5109,\n      \"type\": \"bugfix\",\n      \"body\": \"Small update action examples are confusing as text and action fields are inline and agent does mistake when choosing action in XML format by adding it inline with text. \\r\\n\\r\\nBad example: \\r\\n\\r\\n```\\r\\nassistant: I'll help you transfer 1 ETH to 0x\"\n    },\n    {\n      \"title\": \"fix: card padding\",\n      \"prNumber\": 5108,\n      \"type\": \"bugfix\",\n      \"body\": \"<img width=\\\"320\\\" alt=\\\"Screenshot 2025-06-14 at 12 15 29\u202fAM\\\" src=\\\"https://github.com/user-attachments/assets/85262708-d282-4770-826f-464f01b10979\\\" />\\r\\n\"\n    },\n    {\n      \"title\": \"fix: fixed scroll behavior on home route\",\n      \"prNumber\": 5107,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: create route full width\",\n      \"prNumber\": 5106,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: misc ui stuff\",\n      \"prNumber\": 5105,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: duplicate memory\",\n      \"prNumber\": 5103,\n      \"type\": \"bugfix\",\n      \"body\": \"fix the issue that when the last memory is removed or a new agent is created, two memory entries appear in the dropdown:\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/3505a117-2977-4762-b735-e30ea87b2ce0)\\r\\n\"\n    },\n    {\n      \"title\": \"chore: store central msg bus response to memory\",\n      \"prNumber\": 5102,\n      \"type\": \"other\",\n      \"body\": \"Stores central message bus responses to memory for better message tracking and context persistence across agent communications.\"\n    },\n    {\n      \"title\": \"feat: Log prompts for actions.\",\n      \"prNumber\": 5099,\n      \"type\": \"feature\",\n      \"body\": \"This pull request introduces enhancements to the agent runtime and client-side components to improve tracking and display of actions, prompts, and associated metadata. Key changes include adding support for tracking prompts during runtime a\"\n    },\n    {\n      \"title\": \"fix: load actual default character\",\n      \"prNumber\": 5098,\n      \"type\": \"bugfix\",\n      \"body\": \"This is a follow on to my previous PR, default char ENVs were never being loaded, this also exposed wrong function import, now default eliza is truly being loaded in CLI monorepo.\"\n    },\n    {\n      \"title\": \"feat: Split server package from CLI (continued shaw's PR)\",\n      \"prNumber\": 5122,\n      \"type\": \"feature\",\n      \"body\": \"## Summary\\n- Split server functionality into separate `@elizaos/server` package\\n- Maintains full backward compatibility with existing CLI integrations\\n- Enables independent usage of server components\\n- Updated all CLI imports to use the new\"\n    },\n    {\n      \"title\": \"chore: Update Postman collection with missing API endpoints\",\n      \"prNumber\": 5120,\n      \"type\": \"other\",\n      \"body\": \"## Summary\\nUpdated the Postman collection to include all missing API endpoints discovered through comprehensive codebase analysis.\\n\\n### Changes Made:\\n- **Enhanced Agent Logs**: Added query parameters for filtering (roomId, type, count, offs\"\n    },\n    {\n      \"title\": \"Remove link with duplicated id from sidebars\",\n      \"prNumber\": 5119,\n      \"type\": \"other\",\n      \"body\": \"This PR fixes the Next navigation button bug in the Core Concepts - Overview section which pointed to the same page instead of Core Concepts - Actions by removing the unnecessary link section.\"\n    },\n    {\n      \"title\": \"fix: transcription api\",\n      \"prNumber\": 5118,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: file uploading\",\n      \"prNumber\": 5115,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/5116\\r\\n\\r\\nThis PR resolves an issue with media file uploads in the GUI. File uploads are now working as expected.\\r\\nNote: Media processing features (e.g., transcription, image description) are n\"\n    },\n    {\n      \"title\": \"fix: resolve CLI test failures with circular dependency and missing runtime methods\",\n      \"prNumber\": 5135,\n      \"type\": \"bugfix\",\n      \"body\": \"## Summary\\nFixes critical test failures in CI/CD pipeline that were blocking development workflows.\\n\\n## Issues Fixed\\n- **Circular Dependency**: `parseBooleanFromText is not a function` errors in dummy services tests\\n- **Missing Runtime Meth\"\n    },\n    {\n      \"title\": \"Fix Typo in Unfollow Room Action and Variable Name in Plugin-Bootstrap\",\n      \"prNumber\": 5130,\n      \"type\": \"bugfix\",\n      \"body\": \"\\r\\n\\r\\nDescription:\\r\\nThis pull request addresses two minor issues in the codebase:\\r\\n1. Corrects a typo in the unfollowRoomAction response text from \\\"stahp followin dis room plz\\\" to \\\"stahp following dis room plz\\\" in packages/plugin-bootstrap/sr\"\n    },\n    {\n      \"title\": \"fix bootstrap evaluator callbacks\",\n      \"prNumber\": 5129,\n      \"type\": \"bugfix\",\n      \"body\": \"Evaluator callbacks seem unhandled.\\r\\n\\r\\nThis PR forwards the callback handler to `runtime.evaluate()` in favor of passing an empty closure\"\n    },\n    {\n      \"title\": \"fix: agent is thinking...\",\n      \"prNumber\": 5128,\n      \"type\": \"bugfix\",\n      \"body\": \"This pull request introduces changes to improve user input handling in a chat application, focusing on better synchronization between the server and client when input is disabled or re-enabled. The most important changes involve emitting co\"\n    },\n    {\n      \"title\": \"Fix Typos in Plugin Documentation for Flow and MultiversX\",\n      \"prNumber\": 5127,\n      \"type\": \"bugfix\",\n      \"body\": \"\\r\\n\\r\\nDescription:  \\r\\nThis pull request corrects minor typographical errors in the documentation files for the Flow and MultiversX plugins:\\r\\n\\r\\n- Fixed the spelling of \\\"Registration\\\" in the Flow plugin documentation.\\r\\n- Corrected the spelling \"\n    },\n    {\n      \"title\": \"chore: strict cli, fix types\",\n      \"prNumber\": 5126,\n      \"type\": \"bugfix\",\n      \"body\": \"This pull request focuses on improving error handling, updating dependencies, and making minor refactorings across the `packages/cli` codebase. The most significant changes enhance robustness by ensuring error messages are properly handled,\"\n    },\n    {\n      \"title\": \"Add server, add tests\",\n      \"prNumber\": 5125,\n      \"type\": \"feature\",\n      \"body\": \"This PR adds detailed tests to core, server, project-starter and plugin-starter\\r\\n\\r\\nProject-starter and plugin-starter have had frontends added with cypress testing, to make frontend development easier and more clear\"\n    }\n  ],\n  \"topContributors\": [\n    {\n      \"username\": \"wtfsayo\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4\",\n      \"totalScore\": 2505.587468714113,\n      \"prScore\": 2462.565468714113,\n      \"issueScore\": 4,\n      \"reviewScore\": 34,\n      \"commentScore\": 5.021999999999999,\n      \"summary\": \"wtfsayo: Merged 32 PRs this month with significant contributions to UI improvements (#4866, #4930, #4974, #4971), bug fixes (#4873, #4870, #4935, #4934), and a major CLI test migration from Bats to TypeScript (#4978, +10967/-5463 lines). Made substantial code changes across 2019 files (+182k/-84k lines) with a focus on fixing critical issues like agent cross-interference (#4935) and self-response infinite loops (#4934), while also enhancing the chat experience with features like retry buttons (#4973) and responsive design improvements. Demonstrated a pattern of occasional but high-impact activity, primarily focusing on bug fixes (31%) and feature work (17%), with notable contributions to making the application more stable and user-friendly.\"\n    },\n    {\n      \"username\": \"ChristopherTrimboli\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/27584221?u=0d816ce1dcdea8f925aba18bb710153d4a87a719&v=4\",\n      \"totalScore\": 1603.4218289000494,\n      \"prScore\": 1340.6438289000494,\n      \"issueScore\": 0,\n      \"reviewScore\": 261,\n      \"commentScore\": 1.778,\n      \"summary\": \"ChristopherTrimboli: Merged 17 PRs this month with significant build process improvements and dependency management, including enhancing the core package build process (#4874), activating turbo cache (#4899), and forcing Bun in CLI with improved installation docs (#4937, #4943). Contributed substantial code changes (+45,119/-35,866 lines across 644 files) with a focus on chores and bug fixes, particularly in release versioning (#4960, #4952) and environment configuration. Actively reviewed code with 31 reviews (29 approvals) while maintaining an occasional activity pattern across 8 days. Currently has an open PR (#4989) for client HMR development.\"\n    },\n    {\n      \"username\": \"yungalgo\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/113615973?u=92e0f29f7e2fbb8ce46ed13c51f692ca803de02d&v=4\",\n      \"totalScore\": 762.4986312445011,\n      \"prScore\": 750.5266312445011,\n      \"issueScore\": 0,\n      \"reviewScore\": 9,\n      \"commentScore\": 2.9719999999999995,\n      \"summary\": \"yungalgo: Merged 10 significant PRs this month, with substantial contributions to plugin functionality and CLI improvements, including fixes for auto-import (#4900), TypeScript declarations (#4966), and enhanced create commands (#4964). Made extensive code changes (+1725/-832 lines across 64 files) with particular focus on fixing environment command issues (#4987, +13789/-63) and port validation (#4985, +13852/-97). Demonstrated a pattern of comprehensive refactoring and bug fixing, with three additional PRs still open addressing circular dependencies, database isolation, and publishing command issues.\"\n    },\n    {\n      \"username\": \"lalalune\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4\",\n      \"totalScore\": 729.3669941362357,\n      \"prScore\": 687.1489941362357,\n      \"issueScore\": 8,\n      \"reviewScore\": 32.5,\n      \"commentScore\": 1.718,\n      \"summary\": \"lalalune: Led significant refactoring efforts with 11 merged PRs, notably restructuring the message server (#4864, +68k/-50k lines) and splitting types into granular files (#4999, +5.8k/-12.9k lines). Created 4 open issues related to client hot reloading, service types, and plugin dependencies. Contributed substantial code changes across 673 files (+81k/-50.5k lines) with a focus on other work (54%) and feature development (15%). Active on 7 days this month, primarily working on code (34%) and tests (22%).\"\n    },\n    {\n      \"username\": \"0xbbjoker\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4\",\n      \"totalScore\": 659.3648691492232,\n      \"prScore\": 567.6888691492233,\n      \"issueScore\": 0,\n      \"reviewScore\": 90,\n      \"commentScore\": 1.676,\n      \"summary\": \"0xbbjoker: Merged 11 PRs this month, with significant contributions to documentation (PR #4976 adding +3247/-387 lines to messages API docs) and several feature improvements including macOS setup guide (PR #4903) and responsive horizontal scrolling for the client (PR #4988). Made substantial code optimizations through dependency cleanup (PR #4962) and fixing connection handling (PR #4936 with +688/-329 lines), while also actively reviewing code with 13 approvals. Demonstrated a balanced focus across bugfixes (35%), features (23%), and documentation work, with occasional but impactful activity throughout the month.\"\n    },\n    {\n      \"username\": \"tcm390\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4\",\n      \"totalScore\": 351.8376253321062,\n      \"prScore\": 338.2976253321062,\n      \"issueScore\": 8,\n      \"reviewScore\": 5,\n      \"commentScore\": 0.54,\n      \"summary\": \"tcm390: Merged 4 PRs this month, with the most substantial being #4906 \\\"Main\\\" (+14,089/-7,191 lines) and #4980 which fixed an incorrect API URL issue (+5,791/-2,833 lines). Also fixed critical bugs in PRs #4904 and #4944, addressing a choice action error and preventing an infinite effect loop. Activity was sporadic, contributing on just 3 days this month, with a total of 82 files modified across 6 commits (+5,852/-2,900 lines overall).\"\n    },\n    {\n      \"username\": \"standujar\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/16385918?u=718bdcd1585be8447bdfffb8c11ce249baa7532d&v=4\",\n      \"totalScore\": 281.98707973946944,\n      \"prScore\": 254.83507973946942,\n      \"issueScore\": 0,\n      \"reviewScore\": 25,\n      \"commentScore\": 2.1519999999999997,\n      \"summary\": \"standujar: Made significant contributions to bug fixes and optimizations, merging 3 PRs including a major plugin loading optimization (#4949, +1555/-717 lines) and bootstrap fixes (#4954, +1391/-611 lines). Currently has 3 open PRs focused on plugin route parameter matching and real-time message deletion functionality. Created 2 issues related to API functionality (both now closed) and actively participated in code reviews with 4 approvals and 17 comments across PRs and issues.\"\n    },\n    {\n      \"username\": \"odilitime\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/16395496?u=c9bac48e632aae594a0d85aaf9e9c9c69b674d8b&v=4\",\n      \"totalScore\": 130.5038761516637,\n      \"prScore\": 79.1038761516637,\n      \"issueScore\": 0,\n      \"reviewScore\": 51,\n      \"commentScore\": 0.4,\n      \"summary\": \"odilitime: Opened one PR (#4896) focused on efficient server sync handling, with substantial code changes (+7833/-14004 lines) across 185 files. Provided 2 approval reviews and 2 PR comments on other contributions. Activity was concentrated on a single day this month, with the majority of work (86%) categorized as \\\"other work\\\" rather than feature development.\"\n    },\n    {\n      \"username\": \"HarshModi2005\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/142230924?u=64e337bbdb6b3aded5943b7e297759e7a3cfc0f0&v=4\",\n      \"totalScore\": 89.9695477931522,\n      \"prScore\": 89.9695477931522,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"HarshModi2005: Made significant code contributions with 7 commits modifying 203 files (+19,556/-11,302 lines) across two days this month. Successfully merged PR #4902 which initialized the Alethea AI Plugin Structure and Configuration (+1,097 lines), taking 7 hours to merge. Currently has an open PR #4959 for Polymarket plugin enhancements, with overall work distributed across feature development (29%), bugfixes (14%), refactoring (14%), and other work (43%).\"\n    },\n    {\n      \"username\": \"github-advanced-security\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/in/57789?v=4\",\n      \"totalScore\": 81,\n      \"prScore\": 0,\n      \"issueScore\": 0,\n      \"reviewScore\": 81,\n      \"commentScore\": 0,\n      \"summary\": \"github-advanced-security: Contributed 6 review comments this month, though no code changes were made. Activity was sporadic with limited engagement overall.\"\n    },\n    {\n      \"username\": \"samarth30\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/48334430?u=1fc119a6c2deb8cf60448b4c8961cb21dc69baeb&v=4\",\n      \"totalScore\": 78.6345477931522,\n      \"prScore\": 78.6345477931522,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"samarth30: Opened one PR (#4950) focused on plugin migrator command functionality, with substantial code changes across 67 files (+9503/-4007 lines). Activity was sporadic, occurring on only 2 days this month, with the majority of work categorized as \\\"other work\\\" (69%) followed by feature development (15%). Contributed one comment on an issue, with code changes primarily affecting code files (59%), documentation (18%), and tests (14%).\"\n    },\n    {\n      \"username\": \"monilpat\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/15067321?v=4\",\n      \"totalScore\": 74.7279889493082,\n      \"prScore\": 74.7279889493082,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": null\n    },\n    {\n      \"username\": \"imholders\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/202005793?v=4\",\n      \"totalScore\": 69.43524017767298,\n      \"prScore\": 69.43524017767298,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"imholders: Contributed to documentation with 2 merged PRs (#4882 and #4880), updating README files for different languages with a total of +39/-0 lines. Both merged PRs focused on documentation improvements, with the largest being #4880 which added 26 lines to README_MY.md. Activity was sporadic, with contributions on only 2 days this month.\"\n    },\n    {\n      \"username\": \"davidjsonn\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/155117116?u=c0d37dc63f2fa62f48b5c54342917b17460af966&v=4\",\n      \"totalScore\": 68.59487582486821,\n      \"prScore\": 68.39487582486821,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"davidjsonn: Made documentation improvements through 4 merged PRs this month, including fixing errors in CHANGELOG.md (#4875), cosmos.md (#4941), and addressing typos in gitcoin-passport.md (#5008) and docstring fixups (#4995). The most substantial contribution was PR #4941 which significantly updated cosmos.md documentation with +3439/-1929 lines of changes. Contributed sporadically on 4 days this month, exclusively focusing on documentation improvements and bug fixes.\"\n    },\n    {\n      \"username\": \"alpuga\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/37851662?u=c913e7d534337d8d4f8c97a52d689d87ae50cff3&v=4\",\n      \"totalScore\": 40.4257738965761,\n      \"prScore\": 40.4257738965761,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"alpuga: Opened one pull request (#4938 \\\"Puga/community agent2\\\") which remains open. No other activity observed this month.\"\n    },\n    {\n      \"username\": \"Dexploarer\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/211557447?u=21a243d61cc1f87574328ae07fc64d7d7577b53d&v=4\",\n      \"totalScore\": 40.4257738965761,\n      \"prScore\": 40.4257738965761,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"Dexploarer: Opened one PR (#4939 \\\"github-comic-plugin\\\") that remains under review. Made significant code changes across 33 files (+1707/-18284 lines) in 7 commits, with work distributed across configuration files (44%) and tests (39%). Activity was sporadic, occurring on only 2 days this month, with efforts split between feature work, bugfix work, and other tasks.\"\n    },\n    {\n      \"username\": \"madjin\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/32600939?u=cdcf89f44c7a50906c7a80d889efa85023af2049&v=4\",\n      \"totalScore\": 34.34414417230953,\n      \"prScore\": 34.34414417230953,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"madjin: Made a significant documentation update through PR #5046 \\\"chore: Update docs\\\" which modified 396 files with +23,453/-28,011 lines. This substantial documentation overhaul represents 95% of their contributions this month, completed in 14 commits. Activity was limited to just 2 days this month, showing a sporadic contribution pattern.\"\n    },\n    {\n      \"username\": \"alex-nax\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/82507604?u=b3af75d82f80ed83007a77c351a64bdd9e5d67de&v=4\",\n      \"totalScore\": 33.7437738965761,\n      \"prScore\": 33.5437738965761,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"alex-nax: Opened one significant PR (#5057) to update the agent to use eliza v1.x, which involved substantial code changes across 1956 files (+3855/-302122 lines) with a focus on configuration files (44%) and equal parts refactoring and other work. Activity was sporadic, occurring on only 2 days this month, with one comment made on an issue.\"\n    },\n    {\n      \"username\": \"0xCardiE\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/8969767?u=8b05509ceb96fd63a6246dfbf0860fd1df586e59&v=4\",\n      \"totalScore\": 30.855119993844216,\n      \"prScore\": 30.855119993844216,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"0xCardiE: Contributed a single significant feature PR (#5113) adding API points to manage channels, with 203 lines of code added across 2 files. This was their only activity during the month, representing a focused but limited contribution to the codebase.\"\n    },\n    {\n      \"username\": \"coderwander\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/166724773?u=2d717dae44015c39a79eb7a509a5d7d0912d59b6&v=4\",\n      \"totalScore\": 28.5304379124341,\n      \"prScore\": 28.5304379124341,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"coderwander: Made a small documentation improvement with PR #5031 \\\"chore: fix typos\\\" (+2/-2 lines), which was merged after 8 hours. This was their only contribution during the period, focusing solely on documentation fixes.\"\n    },\n    {\n      \"username\": \"K1mc4n\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/156217571?u=cc94e7743c591f36eaf958d88befa855348bba9d&v=4\",\n      \"totalScore\": 28.404261218861713,\n      \"prScore\": 28.404261218861713,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"K1mc4n: Made a single documentation contribution this month with PR #4867, updating README_IND.md with 19 additions and 1 deletion. The PR was merged after 11 hours, representing their only activity during this period.\"\n    },\n    {\n      \"username\": \"derjogi\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/1185873?u=f96224e71f2da95d67dafee50d839763b105c77f&v=4\",\n      \"totalScore\": 23.913947636399186,\n      \"prScore\": 23.913947636399186,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"derjogi: Fixed a Postgres migration schema selection issue with PR #5072 (+372/-567 lines), which was their only contribution this month. This bugfix involved significant code removal, streamlining the codebase. They also commented on one issue during their single day of activity this period.\"\n    },\n    {\n      \"username\": \"consentsam\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/16432541?u=da0ceba930529b4671429d2c1362b15d29be95b0&v=4\",\n      \"totalScore\": 23.67871895621705,\n      \"prScore\": 23.67871895621705,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"consentsam: Made a small documentation improvement with PR #5078 (+2/-2 lines), which updated CLI examples in the agent documentation by replacing \\\"-t\\\" with \\\"--type\\\". This was their only contribution during the period, representing a focused effort to enhance the clarity of command-line usage examples.\"\n    },\n    {\n      \"username\": \"maximevtush\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/154841002?u=0ea972744f29fe4504db6fbc4151b9226ba19157&v=4\",\n      \"totalScore\": 23.25691014905531,\n      \"prScore\": 23.25691014905531,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": null\n    },\n    {\n      \"username\": \"zeevick10\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/140458077?u=234a5b1512060121b98420da18d7a6cdd9d0255c&v=4\",\n      \"totalScore\": 22.506437912434098,\n      \"prScore\": 22.506437912434098,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": null\n    },\n    {\n      \"username\": \"michavie\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/39144548?u=3496eb82a60d2a8e88bf5e22c3ffe5eb2b37d816&v=4\",\n      \"totalScore\": 21.609947636399188,\n      \"prScore\": 21.609947636399188,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": null\n    },\n    {\n      \"username\": \"omariosman\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/45637656?u=4225742309bf32d2c6c341b67da1613373390605&v=4\",\n      \"totalScore\": 10.299999999999999,\n      \"prScore\": 0,\n      \"issueScore\": 10.1,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"omariosman: Created 5 issues related to plugin functionality and integration challenges, with 3 now closed (#4819, #4933, #4911) and 2 remaining open (#4931, #4912). Actively engaged in discussions by commenting on 8 different issues, showing particular interest in troubleshooting plugin loading problems and dependency issues. No code contributions or pull requests during this period, with activity concentrated on a few specific days rather than consistent engagement throughout the month.\"\n    },\n    {\n      \"username\": \"exitsimulation\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/13287154?u=eaf07807399e16a2b75364f7588f1e6ca95011aa&v=4\",\n      \"totalScore\": 6.7379999999999995,\n      \"prScore\": 0,\n      \"issueScore\": 6.1,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.6379999999999999,\n      \"summary\": \"exitsimulation: Reported two issues this month (#4955 regarding room creation via REST API and #4972 about MessageBusService agent participation errors), both of which remain open. Engaged in discussions by commenting on 6 different issues, providing feedback and information to ongoing conversations. No code contributions or pull request activity during this period, with participation showing a sporadic pattern across the month.\"\n    },\n    {\n      \"username\": \"affanmustafa\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/69677074?u=7c8ded5622198b0b638af30a38d87b7b7d43ca59&v=4\",\n      \"totalScore\": 6.5,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 4.5,\n      \"commentScore\": 0,\n      \"summary\": \"affanmustafa: Reported one issue (#4894) regarding Twitter Client startup problems with release 1.0.2, which remains open. Provided one review comment on a pull request. No code contributions or other engagement this month.\"\n    },\n    {\n      \"username\": \"eeemmmmmm\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/155267286?u=f7d609c472582d2c72ff5b592dddf98359459fc5&v=4\",\n      \"totalScore\": 6.496437912434101,\n      \"prScore\": 6.296437912434101,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"eeemmmmmm: Opened one pull request (#4951) to bump setup-node to v4, which remains open. Made minimal code changes (+2/-2 lines) across 2 files, evenly split between test and configuration files. Active on only one day this month with a single commit focused on CI infrastructure.\"\n    },\n    {\n      \"username\": \"scottrepreneur\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/1778380?u=fede4269023b94283a66b98872ce7f971a7999e7&v=4\",\n      \"totalScore\": 6.3,\n      \"prScore\": 0,\n      \"issueScore\": 6.1,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"scottrepreneur: Focused on issue reporting this month, creating four issues (#4814, #4924, #4926, #4927) related to various functionality problems including e2e test failures, web client version errors, and agent chat issues. Contributed to discussion with one issue comment, with two of the reported issues already closed. Activity was sporadic with no code contributions or pull requests during this period.\"\n    },\n    {\n      \"username\": \"urosognjenovic\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/104977001?u=9fed80b77a20dc5042b1ebfac0e0428becd1015d&v=4\",\n      \"totalScore\": 5.38071895621705,\n      \"prScore\": 5.38071895621705,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"urosognjenovic: Opened one pull request (#5119) to remove a duplicated ID link from sidebars, making a small documentation improvement with 4 lines removed across 1 file. Activity was limited to a single day this month.\"\n    },\n    {\n      \"username\": \"jonathanprozzi\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/9438776?u=25b5a5b22cfe26724ee1ebd869c378fc65196987&v=4\",\n      \"totalScore\": 4.84,\n      \"prScore\": 0,\n      \"issueScore\": 4.300000000000001,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.54,\n      \"summary\": \"jonathanprozzi: Primarily engaged through issue tracking, creating two issues (#5017 about callback problems and #5039 regarding custom character loading after an upgrade) with one subsequently closed. Contributed to discussions by commenting on 6 different issues and adding 1 comment on a pull request. Activity was sporadic with no code contributions during this period.\"\n    },\n    {\n      \"username\": \"harperaa\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/1330944?v=4\",\n      \"totalScore\": 4.4399999999999995,\n      \"prScore\": 0,\n      \"issueScore\": 4.1,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.33999999999999997,\n      \"summary\": \"harperaa: Reported two issues this month: #5005 regarding LOG_LEVEL from .env not working in version 1.0.6 and #5004 about knowledge management (RAG) functionality not working in the same version. Engaged in discussions by commenting on 4 issues. Activity was sporadic with contributions limited to issue reporting and commenting rather than code changes.\"\n    },\n    {\n      \"username\": \"snobbee\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/125891987?u=ba9ca14b922f8fb73f38ba0981d157247af3dd03&v=4\",\n      \"totalScore\": 4,\n      \"prScore\": 0,\n      \"issueScore\": 4,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"snobbee: Created issue #5095 \\\"Failed to create entity for agent\\\" which was subsequently closed. No other activity this month.\"\n    },\n    {\n      \"username\": \"ceeriil\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/84419154?u=5e4524c176cdae6a8ff3fffc83c3e4f2392842c7&v=4\",\n      \"totalScore\": 4,\n      \"prScore\": 0,\n      \"issueScore\": 4,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"ceeriil: Created issue #4876 regarding fallback mechanisms for package installation when Bun fails on macOS, which has since been closed.\"\n    },\n    {\n      \"username\": \"CurralesDragon\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/7818955?v=4\",\n      \"totalScore\": 2.3000000000000003,\n      \"prScore\": 0,\n      \"issueScore\": 2.1,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"CurralesDragon: Reported one issue (#4921) about an agent not responding to Twitter mentions, which remains open. Contributed to the discussion by adding a comment on this same issue. No code contributions or pull requests during this period.\"\n    },\n    {\n      \"username\": \"SyedMuqeetAqib\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/66469141?u=72da4f0eb0d8620d258ca786b473b8e38396828e&v=4\",\n      \"totalScore\": 2.2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2,\n      \"summary\": \"SyedMuqeetAqib: Opened issue #5060 suggesting the addition of optional Stream responses for handling streaming functionality. Contributed to discussion by commenting on one issue. Activity was minimal this month with no code changes or pull requests.\"\n    },\n    {\n      \"username\": \"techcomthanh\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/36766297?v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"techcomthanh: Created issue #4872 regarding removing requirements from plugin templates, which has since been closed. No other activity this month.\"\n    },\n    {\n      \"username\": \"taprwhiz\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/12781631?u=9c3cf32fc6d0549fbc316147ea6691b0220cfc86&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"taprwhiz: Created one issue this month (#4908) regarding a \\\"Pump.fun migration feature\\\" which remains open. No other activity was observed during this period.\"\n    },\n    {\n      \"username\": \"naevern\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/59479310?u=5df6a7825c4025be63e736b81179fa9895e7b410&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"naevern: Opened one issue (#4893) proposing the addition of automated AI code reviews with Claude to enhance PR feedback. No other activity this month.\"\n    },\n    {\n      \"username\": \"mattdev071\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/87398137?u=eb8eef24c813fa6a608450bdc530e314a5a5b8df&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"mattdev071: Created a single issue (#4901) about seeking new opportunities as a Full Stack Software Engineer, which has since been closed. No other activity was observed this month.\"\n    },\n    {\n      \"username\": \"imanngabriel\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/91194719?v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"imanngabriel: Created one issue (#4940) about \\\"Successive replies on target users\\\" which remains open. No other activity this month.\"\n    },\n    {\n      \"username\": \"furkannabisumji\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/103491179?u=8e1680f87bc79e7399bedfbd1b0739e63b662ea8&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"furkannabisumji: Created one issue this month (#5117 \\\"bedrock\\\") which remains open. No other activity was observed during this period.\"\n    },\n    {\n      \"username\": \"donpushme\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/19556813?u=2d974ef66bd4dbaf8f839959eb17c206fc741c05&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"donpushme: Opened a single issue (#4909) inquiring about updates on HyperEVM, with no other contributions this month.\"\n    },\n    {\n      \"username\": \"agent671\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/197471770?v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"agent671: Created a single issue (#5074) inquiring about the agent-twitter-client repository. No other activity was observed this month.\"\n    },\n    {\n      \"username\": \"HuzarO\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/16628522?u=458b109bc49f67c565ca2c83c1b600e1c171578e&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"HuzarO: Created one issue this month (#4947) regarding a custom plugin callback issue that remains open. No other activity was observed during this period.\"\n    },\n    {\n      \"username\": \"BinaryBluePeach\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/192237769?v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": \"BinaryBluePeach: Opened a single issue (#4861) regarding plugin installation problems with the giphy plugin. No other activity was observed this month.\"\n    }\n  ],\n  \"newPRs\": 234,\n  \"mergedPRs\": 195,\n  \"newIssues\": 39,\n  \"closedIssues\": 37,\n  \"activeContributors\": 55\n}\n---\n[\"agent671_day_2025-06-12\", \"agent671\", \"day\", \"2025-06-12\", \"agent671: Created 1 issue today (#5074 \\\"What happened to agent-twitter-client repository ?\\\" (OPEN)), showing sporadic activity with no merged pull requests or code changes.\", \"2025-06-14T20:09:46.018Z\"]\n[\"SyedMuqeetAqib_day_2025-06-11\", \"SyedMuqeetAqib\", \"day\", \"2025-06-11\", \"SyedMuqeetAqib: Created 1 issue (#5060 \\\"Add optional Stream responses to handle streaming\\\") and commented on another issue, showing sporadic activity today.\", \"2025-06-14T20:09:46.152Z\"]\n[\"derjogi_day_2025-06-12\", \"derjogi\", \"day\", \"2025-06-12\", \"derjogi: Merged 1 PR (#5072) focused on bugfix work, with significant changes of +372/-567 lines. Maintained a consistent activity pattern, actively contributing to code modifications today.\", \"2025-06-14T20:09:46.210Z\"]\n[\"0xbbjoker_day_2025-06-10\", \"0xbbjoker\", \"day\", \"2025-06-10\", \"0xbbjoker: Merged 2 PRs (#5048 and #5050) with significant contributions totaling +819/-241 lines, demonstrating a balanced focus on both feature work and bug fixes. Active today with consistent contributions, reflecting a strong commitment to the project.\", \"2025-06-14T20:09:46.244Z\"]\n[\"0xCardiE_day_2025-06-13\", \"0xCardiE\", \"day\", \"2025-06-13\", \"0xCardiE: Merged 1 PR (#5113) focused on feature work, adding API points to manage channels with a significant contribution of +203 lines. Maintained a consistent activity pattern, being active every day.\", \"2025-06-14T20:09:46.270Z\"]\n[\"consentsam_day_2025-06-12\", \"consentsam\", \"day\", \"2025-06-12\", \"consentsam: Merged 1 PR (#5078) focused on documentation changes, replacing `-t` with `--type` in CLI examples (+2/-2 lines). Maintained a consistent activity pattern, contributing solely to docs work today.\", \"2025-06-14T20:09:46.298Z\"]\n[\"coderwander_day_2025-06-10\", \"coderwander\", \"day\", \"2025-06-10\", \"coderwander: Merged 1 PR (#5031) focused on fixing typos, contributing a total of +2/-2 lines across 2 modified files. Maintained a consistent activity pattern, dedicating 100% of efforts to bugfix work in documentation.\", \"2025-06-14T20:09:46.334Z\"]\n[\"alex-nax_day_2025-06-11\", \"alex-nax\", \"day\", \"2025-06-11\", \"alex-nax: Opened 1 pull request (#5057) to update the agent to use eliza v1.x and commented on an issue. Made significant code changes by modifying 26 files, resulting in a total of +3705 lines added and -203 lines removed, demonstrating a consistent work pattern.\", \"2025-06-14T20:09:46.359Z\"]\n[\"odilitime_day_2025-06-11\", \"odilitime\", \"day\", \"2025-06-11\", \"odilitime: Merged 1 PR (#5054) with code changes of +3/-3 lines, demonstrating consistent activity with a focus on bug fixes. Active today, contributing to code modifications with a single commit.\", \"2025-06-14T20:09:46.384Z\"]\n[\"lalalune_day_2025-06-13\", \"lalalune\", \"day\", \"2025-06-13\", \"lalalune: Opened 1 PR (#5104) to split the server into a separate package and import it back into the CLI, while making significant code changes by modifying 162 files (+36,208/-31,364 lines) across 3 commits, demonstrating a consistent work pattern.\", \"2025-06-14T20:09:46.424Z\"]\n[\"ChristopherTrimboli_day_2025-06-12\", \"ChristopherTrimboli\", \"day\", \"2025-06-12\", \"ChristopherTrimboli: Merged 1 PR (#5090) with a net change of +3/-3 lines and opened another PR (#5089) focused on removing fuzzy match plugin installs. Made significant code changes across 5 files (+89/-80 lines) with a balanced focus on bugfix work and other tasks.\", \"2025-06-14T20:09:46.556Z\"]\n[\"lalalune_day_2025-06-10\", \"lalalune\", \"day\", \"2025-06-10\", \"lalalune: Merged 1 PR (#5030 \\\"feat: add dummy services\\\") with significant changes of +1563 lines, while also working on an open PR (#5029 \\\"fix: project loading\\\"). Made extensive modifications across 164 files, totaling +13351/-15436 lines, with a balanced focus on bugfix, refactor, and other work.\", \"2025-06-14T20:09:46.680Z\"]\n[\"ChristopherTrimboli_day_2025-06-11\", \"ChristopherTrimboli\", \"day\", \"2025-06-11\", \"ChristopherTrimboli: Merged 1 PR (#5055 \\\"chore: update twitter envs\\\") with significant changes of +274/-155 lines, while actively working on 2 open PRs (#5064 \\\"feat: bootstrap action queue\\\" and #5052 \\\"fix: e2e tests\\\"). Made modifications across 36 files, contributing a total of +1215/-308 lines, with a primary focus on other work (75%) and bugfixes (25%).\", \"2025-06-14T20:09:46.700Z\"]\n[\"0xbbjoker_day_2025-06-13\", \"0xbbjoker\", \"day\", \"2025-06-13\", \"0xbbjoker: Merged 2 PRs (#5109 with +1/-10 lines and #5102 with +11/-0 lines) and opened 1 new PR (#5101) focused on saving responses to memory. Made modifications across 3 files with a total of +23/-11 lines, demonstrating consistent activity and a balanced focus on bug fixes and other work.\", \"2025-06-14T20:09:46.778Z\"]\n[\"github-advanced-security_day_2025-06-13\", \"github-advanced-security\", \"day\", \"2025-06-13\", \"github-advanced-security: Engaged in the review process with 1 review comment but did not approve or request changes. Activity was sporadic, being active on only 0 out of 1 days.\", \"2025-06-14T20:09:46.815Z\"]\n[\"0xbbjoker_day_2025-06-12\", \"0xbbjoker\", \"day\", \"2025-06-12\", \"0xbbjoker: Merged 2 PRs today, including #5094 \\\"fix: prompt to order actions and action description\\\" (+31/-3 lines) and #5085 \\\"Fixes CSP (Content Security Policy)\\\" (+148/-153 lines), while modifying 21 files with a total of +179/-156 lines. Focused entirely on bugfix work, demonstrating consistent activity with 3 commits.\", \"2025-06-14T20:09:46.841Z\"]\n[\"0xbbjoker_day_2025-06-11\", \"0xbbjoker\", \"day\", \"2025-06-11\", \"0xbbjoker: Merged 3 PRs, including a significant bug fix in #5068 (+235/-809 lines), while also opening a new PR (#5053) focused on updating client API endpoints. Engaged actively with the community by commenting on 4 issues and maintaining a consistent work pattern.\", \"2025-06-14T20:09:46.886Z\"]\n[\"jonathanprozzi_day_2025-06-10\", \"jonathanprozzi\", \"day\", \"2025-06-10\", \"jonathanprozzi: Created 1 issue (#5039 \\\"Unable to load custom characters after upgrading to 1.0.7\\\", CLOSED) and commented on 2 issues, demonstrating sporadic activity today.\", \"2025-06-14T20:09:46.933Z\"]\n[\"madjin_day_2025-06-12\", \"madjin\", \"day\", \"2025-06-12\", \"madjin: Made significant code changes by modifying 386 files, resulting in a net change of +23,429 lines and -27,929 lines across 13 commits, with a primary focus on other work. Maintained a consistent activity pattern, being active every day.\", \"2025-06-14T20:09:47.200Z\"]\n[\"snobbee_day_2025-06-12\", \"snobbee\", \"day\", \"2025-06-12\", \"snobbee: Created 1 issue today (#5095 \\\"Failed to create entity for agent\\\"), which has been closed, showing sporadic activity with no other contributions.\", \"2025-06-14T20:09:47.235Z\"]\n[\"madjin_day_2025-06-10\", \"madjin\", \"day\", \"2025-06-10\", \"madjin: Merged 1 pull request (#5046) focused on updating documentation, contributing a significant change of +23453/-28011 lines. Actively modified 10 files with a total of +24/-82 lines, maintaining a consistent work pattern.\", \"2025-06-14T20:09:47.251Z\"]\n[\"samarth30_day_2025-06-11\", \"samarth30\", \"day\", \"2025-06-11\", \"samarth30: Opened 1 pull request (#5066) titled \\\"feat: updated plugin migrator\\\" but did not merge any PRs today. Activity remains sporadic with no other contributions noted.\", \"2025-06-14T20:09:47.284Z\"]\n[\"ChristopherTrimboli_day_2025-06-10\", \"ChristopherTrimboli\", \"day\", \"2025-06-10\", \"ChristopherTrimboli: Merged 7 PRs, including significant bug fixes such as #5033 \\\"fix: onboarding user settings error\\\" (+103/-5 lines) and #5049 \\\"fix: dup chats\\\" (+86/-25 lines), while also maintaining a consistent activity pattern with 10 commits and a focus on bugfix work (40%). Additionally, he opened 1 PR (#5037) related to handling delete chats/channels and conducted 7 reviews, all with approvals.\", \"2025-06-14T20:09:47.495Z\"]\n[\"standujar_day_2025-06-11\", \"standujar\", \"day\", \"2025-06-11\", \"standujar: Merged 1 PR (#5058) focused on updating the Content Security Policy and error handling in the API, resulting in significant code changes of +533/-4332 lines. Additionally, contributed 6 commits with a primary focus on bugfix work (83%) across 49 modified files.\", \"2025-06-14T20:09:47.688Z\"]\n[\"tcm390_day_2025-06-11\", \"tcm390\", \"day\", \"2025-06-11\", \"tcm390: Merged 1 PR (#5056) with significant changes (+625/-4655 lines) and modified 2 files (+3/-62 lines), demonstrating consistent activity today. Focused entirely on other work, maintaining a steady contribution pattern.\", \"2025-06-14T20:09:47.751Z\"]\n[\"samarth30_day_2025-06-10\", \"samarth30\", \"day\", \"2025-06-10\", \"samarth30: Made significant code changes by modifying 2 files, resulting in a net change of +358/-805 lines, with a complete focus on feature work. Active today, maintaining a consistent work pattern with 2 commits.\", \"2025-06-14T20:09:47.831Z\"]\n[\"tcm390_day_2025-06-12\", \"tcm390\", \"day\", \"2025-06-12\", \"tcm390: Merged 4 PRs, including a significant fix for removing the default bot in PR #5083 (+276/-262 lines), and opened 2 new issues related to plugin duplication and agent participation. Made extensive code modifications across 59 files (+740/-1492 lines), demonstrating a strong focus on other work (71%).\", \"2025-06-14T20:09:47.950Z\"]\n[\"tcm390_day_2025-06-13\", \"tcm390\", \"day\", \"2025-06-13\", \"tcm390: Merged 2 PRs, including #5108 \\\"fix: card padding\\\" (+2/-2 lines) and #5103 \\\"fix: duplicate memory\\\" (+33/-36 lines), while modifying 8 files with a total of +35/-38 lines across 4 commits. The work was evenly split between bugfixes and other tasks, demonstrating consistent daily activity.\", \"2025-06-14T20:09:48.122Z\"]\n[\"ChristopherTrimboli_day_2025-06-13\", \"ChristopherTrimboli\", \"day\", \"2025-06-13\", \"ChristopherTrimboli: Merged 3 PRs, including #5114 \\\"chore: v1.0.9\\\" (+398/-4214 lines), #5099 \\\"feat: Log prompts for actions.\\\" (+2645/-827 lines), and #5098 \\\"fix: load actual default character\\\" (+7/-5 lines), while modifying 49 files (+1197/-407 lines) across 5 commits. Demonstrated consistent activity with an average PR complexity of +6620/-7837 lines and a focus on other work.\", \"2025-06-14T20:09:48.135Z\"]\n[\"wtfsayo_day_2025-06-11\", \"wtfsayo\", \"day\", \"2025-06-11\", \"wtfsayo: Merged 2 PRs (#5065, #5059) with significant changes (+2/-3339 lines), while opening 5 new PRs focused on various improvements. Actively modified 144 files, primarily working on tests (53%) and bug fixes (23%), demonstrating consistent daily contributions.\", \"2025-06-14T20:09:48.208Z\"]\n[\"wtfsayo_day_2025-06-12\", \"wtfsayo\", \"day\", \"2025-06-12\", \"wtfsayo: Merged 6 PRs, including significant bug fixes and optimizations, with a total of +70/-35 lines in PR #5096 and +355/-175 lines in PR #5080. Actively modified 298 files, focusing primarily on other work (44%) and bugfixes (18%), demonstrating consistent daily contributions.\", \"2025-06-14T20:09:48.319Z\"]\n[\"standujar_day_2025-06-10\", \"standujar\", \"day\", \"2025-06-10\", \"standujar: Merged 1 PR (#5045) with significant changes (+1784/-4849 lines) and modified 55 files, focusing primarily on feature work (67%). Maintained a consistent activity pattern with 9 commits today.\", \"2025-06-14T20:09:48.498Z\"]\n[\"wtfsayo_day_2025-06-13\", \"wtfsayo\", \"day\", \"2025-06-13\", \"wtfsayo: Merged 5 PRs, including significant enhancements to the chat UI (PR #5111, +616/-269 lines) and various bug fixes, while also opening 2 new PRs. Modified 127 files with a total of +5575/-2018 lines, demonstrating a strong focus on other work (47%) and bugfixes (37%).\", \"2025-06-14T20:09:48.509Z\"]\n[\"odilitime_day_2025-06-10\", \"odilitime\", \"day\", \"2025-06-10\", \"odilitime: Merged 1 PR (#5026) with a contribution of +3 lines, while modifying 46 files with a total of +344/-6167 lines across 2 commits, demonstrating a balanced focus on feature and refactor work. Actively engaged in the review process with 6 total reviews, including 1 approval and 5 comments.\", \"2025-06-14T20:09:48.545Z\"]\n[\"yungalgo_day_2025-06-12\", \"yungalgo\", \"day\", \"2025-06-12\", \"yungalgo: Merged 2 PRs (#5092, #5073) with significant changes (+759/-591 lines) and opened 2 additional PRs focused on refactoring. Made extensive modifications across 68 files (+2086/-962 lines) with a primary focus on other work (64%) and refactoring (24%).\", \"2025-06-14T20:09:48.606Z\"]\n[\"odilitime_day_2025-06-12\", \"odilitime\", \"day\", \"2025-06-12\", \"odilitime: Made code changes by modifying 4 files with a net addition of 26 lines and a deletion of 9 lines, while also conducting 1 review with an approval. Maintained a consistent activity pattern, being active every day.\", \"2025-06-14T20:09:48.670Z\"]\n[\"tcm390_day_2025-06-10\", \"tcm390\", \"day\", \"2025-06-10\", \"tcm390: Merged 2 PRs, including #5028 \\\"fix: remove truncate\\\" (+1/-4 lines) and #5027 \\\"fix: Ensure waitForServer uses SERVER_PORT env if provided\\\" (+5/-2 lines), while modifying 3 files with a total of +6/-6 lines across 3 commits. Maintained a consistent activity pattern, being active every day.\", \"2025-06-14T20:09:48.818Z\"]\n[\"wtfsayo_day_2025-06-10\", \"wtfsayo\", \"day\", \"2025-06-10\", \"wtfsayo: Merged 5 PRs, including a major refactor in #5036 (+8501/-7418 lines) and enhancements to API instrumentation in #5042 (+536/-1662 lines), while actively commenting on 5 issues and 3 PRs. The contributions reflect a strong focus on other work (53%) and feature development (26%), with a total of 19 commits modifying 165 files (+9220/-7383 lines).\", \"2025-06-14T20:09:49.027Z\"]\n[\"yungalgo_day_2025-06-10\", \"yungalgo\", \"day\", \"2025-06-10\", \"yungalgo: Merged 1 PR (#5041) with minor changes (+2/-2 lines) and opened another PR (#5040) focused on project structure. Made significant code modifications across 17 files (+302/-87 lines), demonstrating a consistent work pattern with a primary focus on other work (71%).\", \"2025-06-14T20:09:49.214Z\"]\n[\"furkannabisumji_day_2025-06-14\", \"furkannabisumji\", \"day\", \"2025-06-14\", \"furkannabisumji: Created 1 issue today (#5117 \\\"bedrock\\\" (OPEN)), showing sporadic activity with no other contributions.\", \"2025-06-15T23:08:38.725Z\"]\n[\"github-advanced-security_day_2025-06-14\", \"github-advanced-security\", \"day\", \"2025-06-14\", \"github-advanced-security: Engaged in code reviews with a total of 2 comments but did not approve or request changes on any pull requests. Activity was sporadic, with no contributions made on the previous day.\", \"2025-06-15T23:08:38.975Z\"]\n[\"tcm390_day_2025-06-14\", \"tcm390\", \"day\", \"2025-06-14\", \"tcm390: Merged 2 PRs, including a significant fix for file uploading in PR #5115 (+4381/-3524 lines), and created 1 issue (#5116) related to GUI file upload failures, which has been closed. The work today was primarily focused on bug fixes, with a total of 71 files modified (+4382/-3525 lines) across 7 commits.\", \"2025-06-15T23:08:39.805Z\"]\n[\"urosognjenovic_day_2025-06-14\", \"urosognjenovic\", \"day\", \"2025-06-14\", \"urosognjenovic: Merged 1 PR (#5119) that removed a link with a duplicated ID from sidebars, resulting in a code change of +0/-4 lines. Maintained a consistent activity pattern, focusing entirely on other work today.\", \"2025-06-15T23:08:39.333Z\"]\n[\"exitsimulation_day_2025-06-14\", \"exitsimulation\", \"day\", \"2025-06-14\", \"exitsimulation: Created 1 issue (#5121) regarding an API endpoint not found, which has been closed, and commented on another issue, demonstrating sporadic activity today.\", \"2025-06-15T23:08:38.811Z\"]\n[\"wtfsayo_day_2025-06-14\", \"wtfsayo\", \"day\", \"2025-06-14\", \"wtfsayo: Merged 2 significant PRs, including #5122 which involved a major split of the server package from the CLI (+14915/-13572 lines) and updated the Postman collection with missing API endpoints (+372/-41 lines). Active today with 13 commits, modifying 119 files and maintaining a consistent work pattern.\", \"2025-06-15T23:08:39.862Z\"]\n[\"github-advanced-security_week_2025-06-15\", \"github-advanced-security\", \"week\", \"2025-06-15\", \"github-advanced-security: Provided 2 review comments this week with no other activity. Their contribution was minimal during this period with no code changes, PRs, or issue activity.\", \"2025-06-15T23:08:24.443Z\"]\n[\"maximevtush_week_2025-06-15\", \"maximevtush\", \"week\", \"2025-06-15\", \"maximevtush: Fixed a typo in the Unfollow Room Action and a variable name in a plugin-related file through PR #5130 (+3/-3 lines). This was their only contribution during the week, with activity on just one day.\", \"2025-06-15T23:08:24.569Z\"]\n[\"cursoragent_week_2025-06-15\", \"cursoragent\", \"week\", \"2025-06-15\", \"cursoragent: Made 2 commits across 12 files (+32/-25 lines) focused entirely on bug fixes. Activity was limited to a single day this week.\", \"2025-06-15T23:08:23.756Z\"]\n[\"lalalune_week_2025-06-15\", \"lalalune\", \"week\", \"2025-06-15\", \"lalalune: Made a substantial code contribution by merging PR #5125 \\\"Add server, add tests\\\" which modified 224 files with +63,093/-3,694 lines of code. This significant feature work was completed in a single day, representing a major addition to the codebase with primarily new code being added rather than modifications to existing code.\", \"2025-06-15T23:08:24.849Z\"]\n[\"ChristopherTrimboli_week_2025-06-15\", \"ChristopherTrimboli\", \"week\", \"2025-06-15\", \"ChristopherTrimboli: Merged two PRs this week, including a bug fix for agent thinking status (#5128, +16/-1 lines) and a significant type improvement PR (#5126, +1432/-1000 lines) that enforced strict CLI typing. Contributed a total of +1448/-1001 lines across 77 files while also approving 2 code reviews.\", \"2025-06-15T23:08:24.877Z\"]\n[\"michavie_week_2025-06-15\", \"michavie\", \"week\", \"2025-06-15\", \"michavie: Fixed a bug in bootstrap evaluator callbacks with PR #5129, removing 9 lines and adding 1 line of code.\", \"2025-06-15T23:08:25.274Z\"]\n[\"monilpat_week_2025-06-15\", \"monilpat\", \"week\", \"2025-06-15\", \"monilpat: Currently working on the Quickswap plugin with two open PRs: a draft implementation (#5123) and a PR to fix compiler errors in the plugin tests (#5132). No merged contributions or other activity this period.\", \"2025-06-15T23:08:26.365Z\"]\n[\"zeevick10_week_2025-06-15\", \"zeevick10\", \"week\", \"2025-06-15\", \"zeevick10: Made a small documentation improvement by fixing typos in the Plugin Documentation for Flow and MultiversX through PR #5127 (+2/-2 lines). This was their only contribution during the period, focusing entirely on documentation maintenance.\", \"2025-06-15T23:08:27.028Z\"]\n[\"wtfsayo_week_2025-06-15\", \"wtfsayo\", \"week\", \"2025-06-15\", \"wtfsayo: Made significant documentation improvements with three open PRs (#5131, #5133, #5134) focused on accuracy, consistency, and descriptive comments, while also fixing CLI test failures through PR #5135 (+16/-2 lines). Contributed substantial code changes across 384 files (+69402/-3388 lines) in 30 commits, with primary focus on bugfixes (40%) and feature work (30%). Opened issue #5124 for Eliza Postman JSON updates and participated in discussions with 4 issue comments and 2 PR comments, while also providing 1 approval review.\", \"2025-06-15T23:08:28.117Z\"]\n[\"github-advanced-security_day_2025-06-15\", \"github-advanced-security\", \"day\", \"2025-06-15\", \"github-advanced-security: Engaged in code reviews with a total of 2 comments but did not approve or request changes on any PRs. Activity was sporadic, being active on only 1 out of 1 days.\", \"2025-06-15T23:08:38.883Z\"]\n[\"lalalune_day_2025-06-15\", \"lalalune\", \"day\", \"2025-06-15\", \"lalalune: Merged 1 significant pull request (#5125) adding a server and tests, with substantial code changes of +63093/-3694 lines, while modifying 224 files overall (+62795/-3596 lines). Maintained a consistent activity pattern with a primary focus on feature work, completing 5 commits today.\", \"2025-06-15T23:08:39.306Z\"]\n[\"ChristopherTrimboli_day_2025-06-15\", \"ChristopherTrimboli\", \"day\", \"2025-06-15\", \"ChristopherTrimboli: Merged 2 PRs today, including #5128 \\\"fix: agent is thinking...\\\" (+16/-1 lines) and #5126 \\\"chore: strict cli, fix types\\\" (+1432/-1000 lines), with a total of 77 files modified (+1448/-1001 lines). Focused entirely on bugfix work, demonstrating consistent activity with 2 approvals in reviews.\", \"2025-06-15T23:08:39.611Z\"]\n[\"cursoragent_day_2025-06-15\", \"cursoragent\", \"day\", \"2025-06-15\", \"cursoragent: Made significant bugfix contributions by modifying 12 files (+32/-25 lines) across 2 commits, demonstrating consistent activity with a focus on resolving issues.\", \"2025-06-15T23:08:38.857Z\"]\n[\"maximevtush_day_2025-06-15\", \"maximevtush\", \"day\", \"2025-06-15\", \"maximevtush: Merged 1 PR (#5130) with significant changes (+68268/-2887 lines), focusing on fixing a typo in the Unfollow Room Action and variable names. Maintained a consistent activity pattern with 2 commits modifying 2 files (+3/-3 lines) today.\", \"2025-06-15T23:08:39.241Z\"]\n[\"michavie_day_2025-06-15\", \"michavie\", \"day\", \"2025-06-15\", \"michavie: Merged 1 PR (#5129) focused on bugfix work, making changes of +1/-9 lines. Maintained a consistent activity pattern, being active every day.\", \"2025-06-15T23:08:39.695Z\"]\n[\"monilpat_day_2025-06-15\", \"monilpat\", \"day\", \"2025-06-15\", \"monilpat: Currently has 2 open pull requests, #5132 \\\"\\ud83d\\udee0\\ufe0f Fix: Resolve All Compiler Errors in Quickswap Plugin Test...\\\" and #5123 \\\"DRAFT feat: quickswap plugin,\\\" but no merged contributions today. Activity has been sporadic, with no code changes or comments made.\", \"2025-06-15T23:08:40.007Z\"]\n[\"zeevick10_day_2025-06-15\", \"zeevick10\", \"day\", \"2025-06-15\", \"zeevick10: Merged 1 PR (#5127) to fix typos in plugin documentation, contributing a total of +2/-2 lines. Maintained a consistent activity pattern, focusing entirely on documentation work today.\", \"2025-06-15T23:08:40.118Z\"]\n[\"wtfsayo_day_2025-06-15\", \"wtfsayo\", \"day\", \"2025-06-15\", \"wtfsayo: Merged 1 PR (#5135) addressing CLI test failures (+16/-2 lines) and opened 3 additional PRs focused on documentation and Windows compatibility. Created 1 issue (#5124) and actively commented on 4 issues, while modifying 384 files with a total of +69,402/-3,388 lines across 30 commits, primarily concentrating on bug fixes (40%) and feature work (30%).\", \"2025-06-15T23:08:40.862Z\"]"
  ]
}