{
  "prompt_name": "user-feedback",
  "category": "comms",
  "date": "2025-06-17",
  "generated_text": "# User Feedback Analysis - 2025-06-17\n\n## 1. Pain Point Categorization\n\n### UX/UI Issues\n- **Twitter Plugin Functionality** (High Frequency): Multiple users reporting 403 errors with the Twitter/X plugin, specifically with `fetchHomeTimeline` and missing auth parameter usage. The v1 implementation is preferred over v2 due to better image analysis and topic integration.\n- **Agent Response Reliability** (High Severity): Callbacks from plugin actions are not reaching end users in the chat interface, particularly when using plugin-evm's transfer function. Users expect to see follow-up messages with success/failure notifications.\n- **Custom Character Loading** (Medium Frequency): After upgrading to v1.0.7, custom characters are no longer registered as agents, with only the default Eliza agent appearing in the chat interface.\n- **Chat Message Management** (Medium Severity): Duplicate messages appearing in chat, message deletion issues, and problems with the message retry feature for newly sent messages.\n\n### Technical Functionality\n- **Knowledge Management/RAG** (High Severity): The knowledge/RAG functionality is not working in v1.0.6, with code comments confirming it's not implemented despite being documented. Multiple users questioning why their knowledge directories aren't being processed.\n- **Database Integration** (Medium Frequency): Users experiencing difficulties configuring PostgreSQL databases, especially with Supabase. Required extensions (vector and fuzzy) aren't connecting properly despite being enabled.\n- **Room/Channel API Issues** (Medium Severity): Creating rooms via REST API shows success but returns empty arrays when listing rooms. API endpoint inconsistencies causing confusion with user-agent interactions.\n\n### Community Concerns\n- **Project Status Uncertainty** (High Frequency): Multiple inquiries about project updates, a potential \"V2\" announcement, and questions about the value and utility of the AI16Z token.\n- **Single-Developer Dependency** (Medium Severity): Community members expressing concerns about the project's dependency on a single lead developer (\"Shaw\"), with some questioning the risk this poses to the project's future.\n\n## 2. Usage Pattern Analysis\n\n### Actual vs. Intended Usage\n- Users are treating Twitter integration as a critical component rather than an optional feature, with detailed comparisons between v1 and v2 implementations suggesting intensive social media automation use cases.\n- Developers are attempting to build autonomous agents that can perform financial transactions (via the EVM plugin) but are struggling with proper callback handling and transaction confirmation.\n- The framework is being used extensively for multimodal content analysis (images, video) rather than just text conversation, with users expecting advanced media processing capabilities.\n\n### Emerging Use Cases\n- **Autonomous AI Code Artists**: Users are building creative AI agents that interact with people via Eliza, focusing on generative content creation.\n- **Financial Automation**: Strong interest in transaction capabilities, with users attempting complex operations like token transfers on networks like Sepolia.\n- **Content Distribution**: Users implementing auto.fun agents to post promotional content and distribute tokens automatically.\n- **RAG Knowledge Repositories**: Despite implementation issues, users are trying to build sophisticated knowledge bases for their agents, indicating strong demand for this feature.\n\n### Feature Requests Aligned with Usage\n- Improved Twitter API integration with better image and video content analysis aligns with social media automation use cases.\n- Enhanced transaction confirmation and feedback mechanisms for blockchain operations match financial automation needs.\n- Auto-recognition of knowledge directories aligns with the demand for simpler RAG implementation.\n- Framework-agnostic web3 network where agents can broadcast capabilities matches emerging multi-agent ecosystem needs.\n\n## 3. Implementation Opportunities\n\n### For Twitter Plugin Issues\n1. **Implementation 1**: Rewrite the Twitter plugin's API handling to properly utilize auth parameters with rate limiting awareness.\n   - Difficulty: Medium | Impact: High\n   - Example: Botpress's Twitter integration handles different authentication methods and gracefully manages rate limits.\n2. **Implementation 2**: Port the superior design elements from v1 to v2 of the Twitter plugin, particularly image analysis and topic integration.\n   - Difficulty: Medium | Impact: High\n   - Example: LangChain's integration adapters maintain feature parity across version upgrades.\n\n### For Knowledge Management/RAG\n1. **Implementation 1**: Complete the missing RAG implementation by adding the promised functionality for processing character.knowledge definitions.\n   - Difficulty: High | Impact: Very High\n   - Example: LlamaIndex provides a simple but powerful knowledge directory structure that could be adapted.\n2. **Implementation 2**: Add a visual knowledge management UI component to allow real-time debugging of knowledge retrieval.\n   - Difficulty: Medium | Impact: High\n   - Example: Langchain's tracing UI for RAG pipelines provides visibility into embedding and retrieval processes.\n\n### For Callback Handling\n1. **Implementation 1**: Implement a standardized callback flow that ensures action results are always displayed to users.\n   - Difficulty: Medium | Impact: Very High\n   - Example: Rasa's action server has a well-defined response cycle that ensures users always see the results of actions.\n2. **Implementation 2**: Add a transaction status indicator in the UI connected to action callbacks.\n   - Difficulty: Low | Impact: Medium\n   - Example: OpenAI's assistants API displays \"thinking\" states during function calls.\n\n### For Database Integration\n1. **Implementation 1**: Create a database setup wizard with automatic detection of required extensions.\n   - Difficulty: Medium | Impact: Medium\n   - Example: Supabase CLI offers schema validation and migration assistance.\n2. **Implementation 2**: Implement fallback to SQLite for simpler use cases when PostgreSQL setup fails.\n   - Difficulty: Low | Impact: High\n   - Example: Prisma ORM provides database abstraction with easy switching between providers.\n\n## 4. Communication Gaps\n\n### Expectation vs. Reality Mismatches\n- **Knowledge Management**: Documentation suggests RAG functionality is implemented, but the code reveals it's a placeholder, causing user confusion.\n- **Plugin Callback Behavior**: Users expect to see results from plugin actions in the chat interface but don't understand why these aren't appearing.\n- **Room Creation API**: API returns success for room creation but subsequent room listing shows empty results, creating confusion about the actual state.\n- **Custom Character Integration**: Users expect custom characters to work after upgrading to v1.0.7 but discover only the default Eliza agent is available.\n\n### Recurring Questions Indicating Documentation Gaps\n- How to correctly configure Supabase with elizaOS, particularly regarding required extensions?\n- How to properly set up and use knowledge directories for RAG?\n- Why callbacks from plugins aren't showing in the chat interface?\n- How to fetch tweets over 280 characters in length?\n- What's the project roadmap and status of v2 development?\n\n### Suggested Improvements\n1. Update documentation to clearly mark features as \"in development\" if they're not fully implemented (especially RAG).\n2. Create a dedicated \"Plugin Development Guide\" explaining callback patterns and expected behavior.\n3. Add troubleshooting sections for common issues like database connections and Twitter API limitations.\n4. Develop a \"Breaking Changes\" document highlighting what might break when upgrading between versions.\n5. Establish a clear project roadmap with estimated timelines to address uncertainty around future development.\n\n## 5. Community Engagement Insights\n\n### Power User Identification and Needs\n- **Twitter Integration Users**: Need better documentation on rate limits, callback handling, and access to tweet content beyond 280 characters.\n- **RAG Implementation Users**: Require clearer guidance on setting up knowledge directories and troubleshooting retrieval issues.\n- **Blockchain/Financial Users**: Need comprehensive transaction status tracking and reliable callback handling.\n- **Plugin Developers**: Require better documentation on developing custom plugins with proper callback patterns.\n\n### Newcomer Onboarding Friction\n- Configuration of database extensions, particularly with vectors and fuzzy search capabilities\n- Understanding the relationship between plugins, characters, and agents\n- Navigating breaking changes when upgrading between versions\n- Setting up external API integrations, especially for Twitter\n\n### Ways to Convert Passive Users to Contributors\n1. Create a \"Plugin Development Challenge\" program with recognition for quality contributions.\n2. Establish a dedicated \"Knowledge Base Contributors\" team focused on improving RAG implementation.\n3. Implement and highlight a \"Contributors Showcase\" featuring user-developed plugins and agents.\n4. Create structured \"First Contribution\" guides targeting specific improvement areas like documentation or testing.\n5. Establish regular community calls focused on specific development challenges like Twitter integration or RAG implementation.\n\n## 6. Feedback Collection Improvements\n\n### Current Channel Effectiveness\n- Discord provides rich, qualitative feedback but lacks structure for systematic tracking of issues.\n- GitHub issues give technical details but miss contextual information about user goals and experiences.\n- Lack of centralized feedback collection makes it difficult to identify patterns across platforms.\n\n### Ways to Gather More Structured Feedback\n1. Implement an in-app feedback system with categorization options for issue types.\n2. Create structured feedback templates for Discord with specific questions about use cases and expectations.\n3. Establish regular user surveys targeting specific features and their implementation quality.\n4. Develop an automated feedback classification system to tag issues by component, severity, and feature area.\n5. Create \"Feature Labs\" where users can test experimental features and provide structured feedback.\n\n### Underrepresented User Segments\n- Non-technical users attempting to build simple conversational agents\n- Enterprise users with specific security and compliance requirements\n- Educational institutions using the platform for teaching purposes\n- Users from non-English speaking regions with translation needs\n\n## Conclusion: Priority Actions\n\n1. **Complete RAG Implementation** (Critical): Finish the knowledge management functionality that's currently only a placeholder, addressing the most severe technical gap affecting knowledge-based use cases.\n\n2. **Fix Plugin Callback System** (High Impact): Ensure that callbacks from plugin actions reliably reach users in the chat interface, resolving a fundamental usability issue affecting transaction feedback and action confirmation.\n\n3. **Enhance API Documentation and Examples** (Immediate Need): Create comprehensive documentation for the REST API with accurate examples, particularly for room/channel management, to resolve ongoing confusion around API behavior.\n\n4. **Develop Migration Guide for Version Upgrades** (User Support): Create a detailed guide explaining how to navigate version upgrades, highlighting potential breaking changes and providing solutions for common issues like custom character loading.\n\n5. **Establish Project Roadmap Communication** (Community Trust): Address uncertainty about project direction by publishing a clear roadmap with timelines for key features like V2 development, improving transparency and community confidence.",
  "source_references": [
    "2025-06-17\n---\n2025-06-16.md\n---\nFile not found\n---\n2025-06-15.md\n---\n# elizaOS Discord - 2025-06-15\n\n## Overall Discussion Highlights\n\n### Twitter Plugin Issues\n- Multiple users reported problems with the Twitter/X plugin in ElizaOS\n- The `fetchHomeTimeline` function is failing with 403 errors\n- Auth parameter isn't being utilized in the `requestApi` function\n- Users noted limitations in fetching tweets over 280 characters\n- A comparison between Twitter plugins in Eliza v1 and v2 was shared, with v1 having superior implementation including better image analysis and topic integration\n\n### Database Integration Challenges\n- Users experienced difficulties configuring Supabase as a PostgreSQL database\n- Required extensions (vector and fuzzy) were enabled but integration issues persisted\n- Suggestions included commenting out migrations in monorepo and trying different connection strings\n\n### Project Status and Updates\n- Community members expressed concerns about the AI16Z token's value and utility\n- Questions about whether the token is necessary for the ElizaOS framework\n- Multiple inquiries about project updates and a potential \"V2\" announcement\n- Some community members expressed continued confidence in the lead developer (\"Shaw\") despite delays\n- Others questioned the risk of single-developer dependency\n\n### Integration Proposals\n- A proposal to build \"autonomous AI code artists\" to interact with people via Eliza\n- Discussion about auto.fun's promotional content and token launches\n- Suggestion that auto.fun agents should post promotional content and distribute tokens\n\n## Key Questions & Answers\n\n**Q: Has anyone ran into how to fetch/read long tweets over 280 characters?**  \n*Asked by \ua9c1Ninja_Dev\ua9c2*  \nA: Unanswered\n\n**Q: Do I need to update to latest version of Eliza for Bowserplugin to work?**  \n*Asked by Scooter*  \nA: \"Beta is dead\" (answered by sayonara)\n\n**Q: Doesn't the one-person dependency present great risk for your bags?**  \n*Asked by hildi*  \nA: \"It's just 10% of my portofolio, but im very high conviction with that\" (answered by CULTVESTING)\n\n**Q: What is DeFi 2.0 and can you give examples of projects?**  \n*Asked by A.W.*  \nA: \"DeFi 2.0 focuses on making protocols more sustainable, efficient, and community-driven. OlympusDAO is an example that creates a stable crypto reserve currency.\" (answered by Eliza)\n\n**Q: What about AI agent narrative this month and next month?**  \n*Asked by CULTVESTING*  \nA: \"Currently seeing buzz around generative AI tools for art, music, and code. Next month may bring developments in AI ethics and sustainability.\" (answered by Eliza)\n\n## Community Help & Collaboration\n\n### Twitter Plugin Comparison\n**Helper:** nasdaq.ai  \n**Context:** Comparing Twitter plugin implementations between Eliza v1 and v2  \n**Resolution:** Shared detailed analysis showing v1's superior implementation with better features including image analysis and topic integration\n\n### Supabase Integration Troubleshooting\n**Helper:** sayonara  \n**Helpee:** 0xCardiE  \n**Context:** Supabase PostgreSQL integration issues with vector and fuzzy extensions  \n**Resolution:** Suggested commenting out migrations in monorepo and trying different connection strings, though the issue remained unresolved\n\n### DeFi Information Sharing\n**Helper:** Eliza  \n**Helpee:** A.W.  \n**Context:** User seeking information about DeFi 2.0 projects  \n**Resolution:** Eliza provided a basic explanation and mentioned OlympusDAO as an example\n\n## Action Items\n\n### Technical\n- Fix Twitter plugin's `fetchHomeTimeline` function that's failing with 403 errors (Mentioned by Rick)\n- Implement auth parameter usage in `requestApi` function in api.ts (Mentioned by Niann)\n- Add support for fetching tweets longer than 280 characters (Mentioned by \ua9c1Ninja_Dev\ua9c2)\n- Fix RAG knowledge configuration to properly recognize knowledge directories (Mentioned by Sabochee)\n- Resolve Supabase PostgreSQL integration issues with vector and fuzzy extensions (Mentioned by 0xCardiE)\n- Fix browser plugin compatibility with newer Eliza versions (Mentioned by Scooter)\n\n### Feature\n- Build autonomous AI code artists to interact with people via Eliza (Mentioned by Humann)\n- Add video content analysis to Twitter plugin (Mentioned by nasdaq.ai)\n- Implement semantic topic matching instead of random selection (Mentioned by nasdaq.ai)\n- Add numerical confidence scoring for topic relevance (Mentioned by nasdaq.ai)\n- Enhance content classification with more sophisticated analysis (Mentioned by nasdaq.ai)\n- Consider having auto.fun agents post promotional content and distribute tokens (Mentioned by DorianD)\n- Develop potential new utilities for eli5 and Eddy projects (Mentioned by CULTVESTING)\n\n### Documentation\n- Project status update with current project status and timeline (Mentioned by Raymond)\n- V2 development information and timeline (Mentioned by Dive or Die, Raymond)\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-16.md\n---\nFile not found\n---\n2025-06-15.md\n---\nFile not found\n---\n2025-06-14.md\n---\nFile not found\n---\n2025-06-16.json\n---\nFile not found\n---\n2025-06-16.md\n---\nFile not found\n---\n2025-06-16.json\n---\nFile not found\n---\n2025-06-16.md\n---\nFile not found\n---\n2025-06-16.json\n---\nFile not found\n---\n2025-06-16.md\n---\nFile not found\n---\n2025-06-16.json\n---\nFile not found\n---\n2025-06-16.md\n---\nFile not found\n---\n2025-06-17.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 reusability. The team made substantial progress in test coverage across multiple packages including CLI, server, and plugins. Several critical bug fixes addressed CI/CD pipeline issues, documentation accuracy, and user experience improvements in the chat interface.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Architecture Refactoring and Modularization\n- Split server functionality into a separate `@elizaos/server` package, maintaining backward compatibility while enabling independent usage of server components ([#5122](https://github.com/elizaos/eliza/pull/5122))\n- Added comprehensive tests to core, server, project-starter and plugin-starter packages ([#5125](https://github.com/elizaos/eliza/pull/5125))\n- Expanded test coverage for CLI, server, and plugin-sql components ([#5136](https://github.com/elizaos/eliza/pull/5136))\n- Moved utility function `getContentTypeFromMimeType` to core utils for better reusability ([#5138](https://github.com/elizaos/eliza/pull/5138))\n\n### Bug Fixes and Stability Improvements\n- Resolved critical test failures in CI/CD pipeline caused by circular dependencies ([#5135](https://github.com/elizaos/eliza/pull/5135))\n- Fixed evaluator callback handling in bootstrap plugin ([#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- Enhanced GUI functionality by fixing the message resend feature ([#5141](https://github.com/elizaos/eliza/pull/5141))\n- Added support for all media types ([#5137](https://github.com/elizaos/eliza/pull/5137))\n\n### CI/CD and Documentation Improvements\n- Fixed multiple issues in the autodoc workflow including TypeScript parsing errors, git authentication, and dependency installation ([#5143](https://github.com/elizaos/eliza/pull/5143), [#5144](https://github.com/elizaos/eliza/pull/5144), [#5145](https://github.com/elizaos/eliza/pull/5145), [#5146](https://github.com/elizaos/eliza/pull/5146), [#5147](https://github.com/elizaos/eliza/pull/5147))\n- Updated documentation for accuracy and consistency with current codebase implementation ([#5134](https://github.com/elizaos/eliza/pull/5134))\n- Fixed navigation issues in documentation by removing duplicate sidebar links ([#5119](https://github.com/elizaos/eliza/pull/5119))\n- Corrected typos in plugin documentation for Flow and MultiversX ([#5127](https://github.com/elizaos/eliza/pull/5127))\n\n## CLOSED ISSUES\n\n### User Interface and Experience Issues\n- Fixed duplicate plugin listings in GUI settings ([#5086](https://github.com/elizaos/eliza/issues/5086))\n- Resolved \"Agent not a participant in channel\" error caused by incorrect runtime agentId usage ([#5084](https://github.com/elizaos/eliza/issues/5084))\n\n### API and Documentation Concerns\n- Fixed missing API endpoint for `/api/agents/{agentId}/rooms` ([#5121](https://github.com/elizaos/eliza/issues/5121))\n- Addressed questions about the agent-twitter-client repository status ([#5074](https://github.com/elizaos/eliza/issues/5074))\n- Completed update of Postman specification file to match current server API implementation ([#5124](https://github.com/elizaos/eliza/issues/5124))\n\n## NEW ISSUES\n\n### Testing and Development Workflow\n- CLI test command incorrectly requires monorepo root for standalone projects, preventing proper E2E testing ([#5142](https://github.com/elizaos/eliza/issues/5142))\n\n### Documentation and Specifications\n- Need to update eliza.postman.json file to align with latest server/API 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 completed a major refactoring of the message server, enhanced the plugin system with specifications and dynamic loading capabilities, and substantially improved the client UI/UX with responsive design updates. Testing infrastructure was expanded with comprehensive API documentation and test coverage, while numerous bug fixes addressed critical issues in agent communication and CLI functionality.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Message Server Architecture\n- Completely refactored the message server to be standalone and separate from agents [#4864](https://github.com/elizaos/eliza/pull/4864)\n- Added API endpoints to manage channels and agent participation [#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 and self-response infinite loops [#4935](https://github.com/elizaos/eliza/pull/4935), [#4934](https://github.com/elizaos/eliza/pull/4934)\n\n### Plugin System Enhancements\n- Added plugin specifications to core for standardized plugin interfaces [#4851](https://github.com/elizaos/eliza/pull/4851)\n- Implemented dynamic loading of database tables and rebuilt plugin-sql [#5018](https://github.com/elizaos/eliza/pull/5018)\n- Added dummy services for testing and plugin 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\n### Client UI/UX Improvements\n- Enhanced chat UI with improved styling, animated markdown, and code blocks [#5111](https://github.com/elizaos/eliza/pull/5111)\n- Added retry button for user messages in chat [#4973](https://github.com/elizaos/eliza/pull/4973)\n- Implemented responsive design for mobile with tailwind v4 upgrade [#4866](https://github.com/elizaos/eliza/pull/4866)\n- Added split button component and improved character form UI [#5000](https://github.com/elizaos/eliza/pull/5000)\n\n### Core Type System Refactoring\n- Split types.ts into granular files for better organization [#4999](https://github.com/elizaos/eliza/pull/4999)\n- Refactored and split core types for improved maintainability [#5020](https://github.com/elizaos/eliza/pull/5020)\n- Added target to Content type for better message routing [#5026](https://github.com/elizaos/eliza/pull/5026)\n- Added service interfaces for common service types [#5020](https://github.com/elizaos/eliza/pull/5020)\n\n### API Reorganization\n- Reorganized API routes into logical domain-based structure [#5010](https://github.com/elizaos/eliza/pull/5010)\n- Added comprehensive Postman collection with 90+ REST API endpoints [#5047](https://github.com/elizaos/eliza/pull/5047)\n- Fixed missing GET /agents/:agentId/rooms/:roomId API endpoint [#4860](https://github.com/elizaos/eliza/pull/4860)\n- Updated API documentation for messages [#4976](https://github.com/elizaos/eliza/pull/4976)\n\n### CLI Improvements\n- Migrated CLI prompts from prompts library to @clack/prompts [#5016](https://github.com/elizaos/eliza/pull/5016)\n- Optimized CLI project creation with Bun offline mode [#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### Server Package Separation\n- Split server functionality into separate @elizaos/server package [#5122](https://github.com/elizaos/eliza/pull/5122)\n- Added comprehensive server tests [#5125](https://github.com/elizaos/eliza/pull/5125)\n- Fixed Windows compatibility for CLI tests [#5110](https://github.com/elizaos/eliza/pull/5110)\n- Resolved circular dependency and missing runtime methods [#5135](https://github.com/elizaos/eliza/pull/5135)\n\n### Testing Infrastructure\n- Added scenario test to bootstrap to check for \"hello world\" [#4998](https://github.com/elizaos/eliza/pull/4998)\n- Added CLI tests, server tests, and plugin-sql tests [#5136](https://github.com/elizaos/eliza/pull/5136)\n- Migrated CLI tests from Bats to Bun TypeScript [#4978](https://github.com/elizaos/eliza/pull/4978)\n- Added comprehensive macOS setup guide [#4903](https://github.com/elizaos/eliza/pull/4903)\n\n### Development Environment\n- Added .cursor project rules for better IDE integration [#4982](https://github.com/elizaos/eliza/pull/4982)\n- Replaced cursor rules with elizaos/.cursor submodule [#5021](https://github.com/elizaos/eliza/pull/5021)\n- Added example of prompt injection for future LLM trainings [#4862](https://github.com/elizaos/eliza/pull/4862)\n- Optimized plugin loading strategies to reduce startup log spam [#4868](https://github.com/elizaos/eliza/pull/4868)\n\n## CLOSED ISSUES\n\n### Twitter 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 replying 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 Plugin Management\n- Resolved plugin installation failures for Solana plugin [#4342](https://github.com/elizaos/eliza/issues/4342)\n- Fixed EVM plugin loading issues [#4819](https://github.com/elizaos/eliza/issues/4819)\n- Addressed plugin export member errors [#4744](https://github.com/elizaos/eliza/issues/4744)\n- Fixed circular dependency issues in local AI plugin [#4911](https://github.com/elizaos/eliza/issues/4911)\n\n### API Endpoint Issues\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 participant channel issues [#4972](https://github.com/elizaos/eliza/issues/4972)\n- Addressed specific room endpoint not found errors [#5121](https://github.com/elizaos/eliza/issues/5121)\n\n### UI/UX Improvements\n- Added retry command for previous user chats [#4926](https://github.com/elizaos/eliza/issues/4926)\n- Fixed inactive agent shown as active in sidebar [#4929](https://github.com/elizaos/eliza/issues/4929)\n- Resolved refresh errors on agent chat page [#4927](https://github.com/elizaos/eliza/issues/4927)\n- Fixed file upload failures in GUI [#5\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 246 new PRs (205 merged), 40 new issues, and 57 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_kwDOMT5cIs66o8ku\",\n      \"title\": \"Callback from plugin action not making it to end user response in chat\",\n      \"author\": \"jonathanprozzi\",\n      \"number\": 5017,\n      \"repository\": \"elizaos/eliza\",\n      \"body\": \"**Describe the bug**\\n\\nIn using the `plugin-evm` transfer function we expect to see a followup message with either the success or failure of the transaction.\\n\\nIn the plugin's `transfer.ts` callback, we see the following:\\n\\nhttps://github.com/elizaos-plugins/plugin-evm/blob/6bf9c4c54b9e1a558c7fb092f071f2e374435887/src/actions/transfer.ts#L133\\n\\n```typescript\\n if (callback) {\\n        callback({\\n          text: `Successfully transferred ${paramOptions.amount} tokens to ${paramOptions.toAddress}\\\\nTransaction Hash: ${transferResp.hash}`,\\n          content: {\\n            success: true,\\n            hash: transferResp.hash,\\n            amount: formatEther(transferResp.value),\\n            recipient: transferResp.to,\\n            chain: paramOptions.fromChain,\\n          },\\n        });\\n      }\\n... (other error logging as well)\\n```\\n\\nWe see the following in our logs (added additional debugging console.log statements):\\n\\n```bash\\nLOG:in the transfer action\\nCALLBACK IN EVM_TRANSFER_TOKENS [AsyncFunction (anonymous)]\\nin the transferResponse try block\\ntransferResponse try block completed {\\n  hash: '0xd2680982067e0258612119a58497208428613debcd314d667bd758b93ea86ed8',\\n  from: '0x7850f8a9825d6dadfF5621300ee11f2dED76b76b',\\n  to: '0x25709998B542f1Be27D19Fa0B3A9A67302bc1b94',\\n  value: 20000000000000000n,\\n  data: '0x'\\n}\\n[2025-06-09 19:25:35] INFO: [Eliza] Agent generated response for message. Preparing to send back to bus.\\n[2025-06-09 19:25:35] INFO: [Eliza] MessageBusService: Sending payload to central server API endpoint (/api/messages/submit):\\n    channel_id: \\\"93487822-03c0-4119-bffc-13aca04fb41f\\\"\\n    server_id: \\\"00000000-0000-0000-0000-000000000000\\\"\\n    author_id: \\\"b850bc30-45f8-0041-a00a-83df46d8555d\\\"\\n    content: \\\"I'll help you transfer 0.02 ETH to 0x25709998B542f1Be27D19Fa0B3A9A67302bc1b94 on Sepolia. Processing the transaction now.\\\"\\n    in_reply_to_message_id: \\\"18489676-ba76-4673-9a39-9f17fe686bc3\\\"\\n    source_type: \\\"agent_response\\\"\\n    raw_message: {\\n      \\\"text\\\": \\\"I'll help you transfer 0.02 ETH to 0x25709998B542f1Be27D19Fa0B3A9A67302bc1b94 on Sepolia. Processing the transaction now.\\\",\\n      \\\"thought\\\": \\\"Process ETH transfer request on Sepolia network after checking balance\\\",\\n      \\\"actions\\\": [\\n        \\\"REPLY\\\",\\n        \\\"EVM_TRANSFER_TOKENS\\\"\\n      ]\\n    }\\n    metadata: {\\n      \\\"agent_id\\\": \\\"b850bc30-45f8-0041-a00a-83df46d8555d\\\",\\n      \\\"agentName\\\": \\\"Eliza\\\",\\n      \\\"channelType\\\": \\\"DM\\\",\\n      \\\"isDm\\\": true\\n    }\\n\\n```\\n\\nThe transfer is successful, but we only see the initial message of `\\\"text\\\": \\\"I'll help you transfer 0.02 ETH to 0x25709998B542f1Be27D19Fa0B3A9A67302bc1b94 on Sepolia. Processing the transaction now.\\\",` in the Eliza chat interface.\\n\\nWe would expect to see a followup message with the success (or failure) text from the callback in the `transfer.ts` function.\\n\\nWe also triggered an unsuccessful transaction and did not receive a followup error message which the callback suggests we should see.\\n\\n**To Reproduce**\\n\\n- Bare Eliza scaffolded as a fresh project with the `plugin-anthropic` and `plugin-evm` added:\\n\\n```bash\\n    \\\"@elizaos/cli\\\": \\\"^1.0.6\\\",\\n    \\\"@elizaos/core\\\": \\\"^1.0.6\\\",\\n    \\\"@elizaos/plugin-anthropic\\\": \\\"^1.0.0\\\",\\n    \\\"@elizaos/plugin-bootstrap\\\": \\\"^1.0.6\\\",\\n    \\\"@elizaos/plugin-evm\\\": \\\"file:../plugin-evm\\\",\\n    \\\"@elizaos/plugin-knowledge\\\": \\\"^1.0.1\\\",\\n    \\\"@elizaos/plugin-openai\\\": \\\"^1.0.3\\\",\\n    \\\"@elizaos/plugin-sql\\\": \\\"^1.0.6\\\",\\n    \\\"zod\\\": \\\"3.24.2\\\"\\n```\\n\\nand the following Character config:\\n\\n```typescript\\n name: 'Eliza',\\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  settings: {\\n    secrets: {},\\n    chains: {\\n      evm: ['sepolia'],\\n    },\\n    ANTHROPIC_API_KEY: process.env.ANTHROPIC_API_KEY,\\n    ANTHROPIC_SMALL_MODEL: 'claude-3-5-sonnet-latest',\\n    ANTHROPIC_LARGE_MODEL: 'claude-3-5-sonnet-latest',\\n  },\\n\\n```\\nOur private key and RPC are configured and work as the transfer is successful.\\n\\n\\n**Expected behavior**\\n\\nBased on the callback in `transfer.ts` we expect to see a followup message indicating the success or failure of the transfer call.\\n\\n**Screenshots**\\n\\n![Image](https://github.com/user-attachments/assets/06dae3fa-9b2c-4e49-b660-42f2d9f9837f)\\n\\nAt this stage, the transfer succeeds but this is the last message we received.\\n\\nWe would expect that there would be a followup message after this indicating the success or the failure, including (or similar to) the text in the `transfer.ts` callback (in the `plugin-evm` plugin):\\n\\n`Successfully transferred ${paramOptions.amount} tokens to ${paramOptions.toAddress}\\\\nTransaction Hash: ${transferResp.hash}`\\n\\n**Additional context**\\n\\nWe're under the impression that this is a core callback issue and not with the `plugin-evm` itself as we're seeing similar behavior with a barebones example using the `plugin-mcp`. This is a more direct and more easily reproducible example to file.\\n\",\n      \"createdAt\": \"2025-06-09T19:45:43Z\",\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  \"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\": 176798,\n    \"deletions\": 101172,\n    \"files\": 710,\n    \"commitCount\": 912\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\": \"docs: comprehensive documentation accuracy and consistency updates\",\n      \"prNumber\": 5134,\n      \"type\": \"docs\",\n      \"body\": \"## Summary\\nComprehensive review and update of ElizaOS documentation to ensure accuracy, consistency, and alignment with current codebase implementation.\\n\\n## Changes Made\\n\\n### \ud83d\udd27 API Router Documentation\\n- **Added descriptive comments** to A\"\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      \"title\": \"fix(autodoc): improve TypeScript parser robustness and exclude client package\",\n      \"prNumber\": 5147,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\nThe autodoc workflow is experiencing TypeScript parsing errors when processing React/JSX components, causing noise in the documentation generation process. Examples from recent runs:\\n\\n```\\nError parsing TypeScript file: Unexpected\"\n    },\n    {\n      \"title\": \"fix(ci): remove frozen-lockfile flag from autodoc workflow bun install\",\n      \"prNumber\": 5146,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\nThe autodoc workflow is failing during dependency installation with the error:\\n```\\nerror: lockfile had changes, but lockfile is frozen\\nnote: try re-running without --frozen-lockfile and commit the updated lockfile\\nError: Process \"\n    },\n    {\n      \"title\": \"fix(ci): remove npm cache from autodoc workflow Node.js setup\",\n      \"prNumber\": 5145,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\nThe autodoc workflow is failing during Node.js setup with the error:\\n```\\nError: Dependencies lock file is not found in /home/runner/work/eliza/eliza. \\nSupported file patterns: package-lock.json,npm-shrinkwrap.json,yarn.lock\\n```\\n\\n\"\n    },\n    {\n      \"title\": \"fix(ci): resolve git authentication issues in autodoc workflow\",\n      \"prNumber\": 5144,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\nThe autodoc workflow is failing at the \\\"Checkout repository\\\" step with git authentication errors, as seen in [workflow run #871](https://github.com/elizaOS/eliza/actions/runs/15688882533/job/44198905695).\\n\\n**Error:**\\n```\\ncould no\"\n    },\n    {\n      \"title\": \"fix(ci): resolve autodoc workflow dependency installation failures\",\n      \"prNumber\": 5143,\n      \"type\": \"bugfix\",\n      \"body\": \"## Problem\\nThe autodoc workflow was failing during the \\\"Install root dependencies\\\" step with exit code 1, as seen in [workflow run #870](https://github.com/elizaOS/eliza/actions/runs/15688678497/job/44198237376).\\n\\n## Root Causes Identified\\n\"\n    },\n    {\n      \"title\": \"fix: gui resend\",\n      \"prNumber\": 5141,\n      \"type\": \"bugfix\",\n      \"body\": \"Currently, the resend (retry) button only works for older messages \u2014 specifically, messages that were sent before restarting the dev server. For newly sent messages, clicking the resend button doesn't do anything.\\r\\n\\r\\nThis PR fixes the issue\"\n    },\n    {\n      \"title\": \"Move getContentTypeFromMimeType to core utils for reusability\",\n      \"prNumber\": 5138,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: support all media type\",\n      \"prNumber\": 5137,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: Add CLI tests, server tests, plugin-sql tests\",\n      \"prNumber\": 5136,\n      \"type\": \"feature\",\n      \"body\": \"This PR adds a ton of coverage\\r\\n\\r\\nStill a few small spots that need work, though!\"\n    }\n  ],\n  \"topContributors\": [\n    {\n      \"username\": \"wtfsayo\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4\",\n      \"totalScore\": 2682.425099517075,\n      \"prScore\": 2638.9650995170755,\n      \"issueScore\": 4,\n      \"reviewScore\": 34,\n      \"commentScore\": 5.459999999999999,\n      \"summary\": \"wtfsayo: Extremely active contributor who merged 58 PRs this month, with significant work on CLI improvements, UI enhancements, and bug fixes across the codebase (+308k/-157k lines total). Notable contributions include migrating CLI tests from Bats to TypeScript (#4978), reorganizing API routes (#5010), splitting the server package from CLI (#5122), and enhancing the chat UI with improved styling (#5111, #5105). Demonstrated a consistent focus on improving developer experience through optimizing plugin loading (#4868), enhancing CLI performance (#5080, #5087), and ensuring cross-platform compatibility (#5110), while also contributing comprehensive API documentation through a Postman collection (#5047, #5120).\"\n    },\n    {\n      \"username\": \"ChristopherTrimboli\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/27584221?u=0d816ce1dcdea8f925aba18bb710153d4a87a719&v=4\",\n      \"totalScore\": 1608.4218289000494,\n      \"prScore\": 1340.6438289000494,\n      \"issueScore\": 0,\n      \"reviewScore\": 266,\n      \"commentScore\": 1.778,\n      \"summary\": \"ChristopherTrimboli: Led a substantial development effort with 38 merged PRs (+73k/-56.8k lines), focusing primarily on infrastructure improvements, build process enhancements, and critical bug fixes. Notable contributions include implementing HMR client development (#4989, +17k/-6.7k lines), enhancing the core package build process (#4874), adding environment variable prompting for plugins (#4945), and implementing prompt logging for actions (#5099, +2.6k/-827 lines). Maintained a consistent review presence with 52 code reviews (48 approvals) while working on multiple version releases (v1.0.5 through v1.0.9) and CI/CD improvements including parallelized actions (#5015) and caching optimizations (#5014, #4899).\"\n    },\n    {\n      \"username\": \"lalalune\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4\",\n      \"totalScore\": 779.1537680328117,\n      \"prScore\": 736.9357680328118,\n      \"issueScore\": 8,\n      \"reviewScore\": 32.5,\n      \"commentScore\": 1.718,\n      \"summary\": \"lalalune: Led major refactoring efforts with 16 merged PRs, including significant restructuring of the message server (#4864, +68k/-50k lines), splitting core types into granular files (#4999, #5020), and adding server functionality with tests (#5125, +63k/-3.7k lines). Created 4 open issues related to client hot reloading, service types, and plugin dependencies. Contributed substantial code changes across 3,570 files (+211k/-121k lines) with a focus on feature work and testing, showing an occasional activity pattern of a few days per week. Participated in the review process with 7 reviews and 12 comments across PRs and issues.\"\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: Drove significant CLI improvements through 15 merged PRs (+47,205/-3,671 lines), focusing on fixing plugin functionality (#4900, #4966), enhancing command behavior (#4964, #4987), and refactoring core components (#5011, #5092). Contributed substantial code changes across 174 files with a consistent pattern of comprehensive fixes, including resolving environment command issues (+13,789/-63 lines) and publishing command logging problems (+14,396/-367 lines). Maintained active involvement in the project through 23 PR comments and 120 commits, primarily concentrating on bug fixes and feature enhancements with occasional but impactful participation.\"\n    },\n    {\n      \"username\": \"0xbbjoker\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/54844437?u=90fe1762420de6ad493a1c1582f1f70c0d87d8e2&v=4\",\n      \"totalScore\": 684.9236934845385,\n      \"prScore\": 592.9076934845385,\n      \"issueScore\": 0,\n      \"reviewScore\": 90,\n      \"commentScore\": 2.016,\n      \"summary\": \"0xbbjoker: Merged 20 PRs this month with significant contributions to documentation (#4976 adding +3247/-387 lines to messages API docs), macOS setup guide (#4903), and various bug fixes including prompt handling (#5050, #5068, #5094) and API routes (#5062). Made substantial improvements to the codebase with fixes for logs display (#5006), responsive UI (#4988), and dependency cleanup (#4962), while also contributing to security with CSP fixes (#5085). Maintained a consistent work pattern across 12 days, focusing primarily on bug fixes (41%) and approving 18 PRs from other contributors.\"\n    },\n    {\n      \"username\": \"tcm390\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4\",\n      \"totalScore\": 423.22108372159835,\n      \"prScore\": 409.6810837215983,\n      \"issueScore\": 8,\n      \"reviewScore\": 5,\n      \"commentScore\": 0.54,\n      \"summary\": \"tcm390: Merged 15 PRs this month, primarily focused on bug fixes including file uploading (#5115, +4381/-3524 lines), message server API URL issues (#4980, +5791/-2833 lines), and various smaller fixes for memory duplication, card padding, and plugin display. Created 3 issues, with 2 already closed (#5086 regarding duplicate plugins in GUI settings and #5116 for file upload failures), demonstrating a pattern of identifying and promptly addressing problems. Contributed significant code changes across 225 files (+11018/-8023 lines total), with activity concentrated on several days throughout the month rather than consistent daily engagement.\"\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: Focused on critical bug fixes with 6 merged PRs, including significant improvements to plugin loading strategies (#4949, +1555/-717 lines) and implementing real-time message deletion (#4968, +28935/-18504 lines). Made substantial code changes across 482 files (+26119/-26433 lines) with particular emphasis on fixing bootstrap action callbacks (#4954) and optimizing SQL plugin functionality (#5045). Contributed to issue resolution by creating and helping close two issues related to API functionality (#4763, #4779), while also providing 5 approving reviews and 28 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: Made substantial code changes (+8206/-20183 lines across 236 files) with sporadic activity over 4 days this month. Merged two small PRs: #5026 adding target to Content and #5054 fixing `bun run dev`, while maintaining an open PR #4896 for efficient server sync handling. Actively reviewed code with 12 reviews (4 approvals, 8 comments) and 3 PR comments, demonstrating engagement with the project despite limited direct contributions.\"\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 just 2 active days this month. Merged PR #4902 which initialized the Alethea AI Plugin Structure and Configuration (+1,097 lines), and has an open PR #4959 for Polymarket plugin enhancements. Work was distributed across feature development (29%), bug fixes (14%), refactoring (14%), and other work (43%), with a balanced focus on both code (44%) and tests (36%).\"\n    },\n    {\n      \"username\": \"github-advanced-security\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/in/57789?v=4\",\n      \"totalScore\": 85.5,\n      \"prScore\": 0,\n      \"issueScore\": 0,\n      \"reviewScore\": 85.5,\n      \"commentScore\": 0,\n      \"summary\": \"github-advanced-security: Contributed exclusively through code reviews this month, providing 18 review comments without approvals or change requests. No direct code contributions, issue activity, or PR submissions were observed during this period.\"\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: Focused on plugin migration functionality with two open PRs (#4950 \\\"feat: plugin migrator command\\\" and #5066 \\\"feat: updated plugin migrator\\\") involving substantial code changes (+15,330/-5,529 lines across 90 files). Made significant contributions primarily in feature work (43%) and other development areas (37%), with a balanced mix of code (61%), tests (17%), and documentation (15%). Showed sporadic activity pattern, being active on only 4 out of 30 days this month.\"\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\": \"monilpat: Currently working on two open PRs related to the Quickswap plugin: a draft implementation (#5123) and a fix for compiler errors in the plugin tests (#5132). No merged PRs or other activity this month.\"\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 with a total of 39 lines added. Both merged PRs focused on non-English documentation, specifically for README_IND.md and README_MY.md. Additionally, has one open PR (#4879) also related to README_IND.md updates, showing a pattern of documentation improvements for international language support.\"\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 a focused effort across just 2 days. The PR was merged after 47 hours of review, showing a concentrated effort on documentation maintenance rather than ongoing development work.\"\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 extensive refactoring with substantial code changes (+3855/-302122 lines) across 1956 files. The work primarily focused on configuration files (44%), tests (14%), and documentation (14%), with activity concentrated on just 2 days this month. Also contributed one comment 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 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 month, 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 month.\"\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 brief, focused effort to enhance documentation clarity.\"\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\": \"maximevtush: Made a small but precise contribution by fixing 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 activity during the month, with just 2 commits modifying 2 files.\"\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\": \"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 month, showing sporadic activity with changes focused entirely on documentation.\"\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\": \"michavie: Made a single focused contribution this month with PR #5129, fixing bootstrap evaluator callbacks by removing 9 lines and adding 1 line of code. The PR was merged within 3 hours, representing their only activity during this period.\"\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 9 different issues, showing particular interest in troubleshooting plugin loading problems and dependency issues. No code contributions or pull requests this month, with activity concentrated on reporting and discussing technical issues rather than development work.\"\n    },\n    {\n      \"username\": \"soyrubio\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/70545288?u=cbbec71fcd4cd8c34a38a6689a072bbba98b27de&v=4\",\n      \"totalScore\": 7.790573590279973,\n      \"prScore\": 7.790573590279973,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": null\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: Focused on issue reporting and troubleshooting, creating 3 issues (#4955, #4972, #5121) related to API functionality and room creation, with two of them now resolved. Contributed to ongoing discussions by commenting on 8 different issues, showing engagement with the project's problem-solving process. No code contributions or pull requests this month, with activity concentrated on a few specific days rather than consistent participation.\"\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 issue #4894 regarding Twitter Client startup failure in release 1.0.2, which has since been closed. Provided one review with comments on a pull request. Overall activity was minimal this month with contributions limited to issue reporting and review feedback.\"\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: Created 4 issues this month, with 3 already closed (#4814, #4926, #4927) and 1 remaining open (#4924), focusing primarily on identifying and reporting UI/UX problems such as test failures, chat functionality issues, and version display errors. Contributed to discussions by commenting on 4 issues, showing engagement with the project despite not submitting any code changes. Activity was sporadic rather than consistent throughout the month.\"\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: Made a single documentation improvement this month with PR #5119, removing 4 lines to fix a duplicated ID in sidebars. This was a targeted fix that required minimal code changes but took about 30 hours to merge.\"\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: Focused on issue reporting and discussion this month, creating two issues (#5017 about plugin callback problems and #5039 regarding custom character loading after an upgrade, which was subsequently closed). Contributed to ongoing discussions with 6 issue comments and 1 PR comment, showing engagement with the project despite not submitting code changes. Activity was sporadic, concentrated on a few days during the 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, including #5005 about LOG_LEVEL not working in version 1.0.6 (now closed) and #5004 regarding knowledge management (RAG) functionality not working in the same version (still open). Engaged in discussions by commenting on 9 different issues, providing feedback and information to help resolve problems. Activity was sporadic, with contributions concentrated on a few days rather than throughout the month.\"\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: Reported two issues this month: #4876 regarding fallback mechanisms for bun install failures on macOS and #5023 about GPT-4o access errors with OpenAI API keys, both of which have been closed. Contributed to discussions by commenting on two issues. No code contributions or pull requests during this period.\"\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 commenting 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: Created issue #5060 proposing to add optional Stream responses for handling streaming functionality. Commented on one issue during the month. Activity was minimal with no code contributions 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) requesting a \\\"Pump.fun migration feature,\\\" which remains open. No other activity was observed during this period.\"\n    },\n    {\n      \"username\": \"sicco-moonbeam\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/92480254?u=d0a396ee2f37b5bb3944aa58a7e75ee3a7e4cda3&v=4\",\n      \"totalScore\": 2,\n      \"prScore\": 0,\n      \"issueScore\": 2,\n      \"reviewScore\": 0,\n      \"commentScore\": 0,\n      \"summary\": null\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: Created one issue (#4893) suggesting the addition of automated AI code reviews with Claude to enhance PR feedback, which has since been closed. No other activity was observed 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 this month (#4940) regarding \\\"Successive replies on target users,\\\" which remains open. No other activity was observed during this period.\"\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 (#5117) related to \\\"bedrock\\\" which remains open. Contributed a single comment on an issue. No code changes or pull requests 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 activity 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\": 246,\n  \"mergedPRs\": 205,\n  \"newIssues\": 40,\n  \"closedIssues\": 40,\n  \"activeContributors\": 57\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[\"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[\"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[\"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[\"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[\"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[\"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[\"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[\"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[\"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[\"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\"]"
  ]
}