{
  "date_generated_for": "2025-01-21",
  "ai_news_elizaos_discord_md_2025-01-20": {
    "filename": "2025-01-20.md",
    "content": "# elizaOS Discord - 2025-01-20\n\n## Overall Discussion Highlights\n\n### Development & Technical Updates\n- **ElizaOS V2 Development**: The team is prioritizing V2 development and tokenomics revamp over PR activities, with jin working on slides for an upcoming tokenomics plan.\n- **Model Selection Issues**: Users reported that character files with \"model\": \"small\" still default to using large models, causing configuration confusion.\n- **Database Challenges**: Multiple users encountered SQLite connection problems and database configuration errors, particularly with the node plugin.\n- **Installation Recommendations**: Community members advised using the main eliza repository instead of eliza-starter due to dependency issues in the latter.\n- **DeepSeek R1 Model**: The community discussed DeepSeek's R1 model release, noting it offers O1/Sonnet-level performance at 30x lower cost with MIT licensing.\n- **Memory Management**: Developers identified the need for better memory management to allow agents to persist data between messages.\n\n### Integration & Plugins\n- **Twitter Integration**: Users discussed various challenges with Twitter integration, including authentication with 2FA, rate limits, and difficulties with the agent liking posts. Workarounds using Twitter cookies were shared.\n- **Telegram Setup**: Several users worked through Telegram client setup issues, with EcchiPen sharing a helpful video tutorial.\n- **Screenpipe Integration**: Development of a Twitter plugin for Screenpipe integration is underway to automate development updates.\n- **Custom Plugins**: Users are developing plugins for cryptocurrency trading, news aggregation, and image generation.\n\n### Projects & Applications\n- **3D AI TV Projects**: Two main projects are in development - a news show and a \"Block Tank\" set in Unity, with technical implementation of image display on TVs and character models.\n- **DegenAI Website**: Jin shared an early draft (https://degen-spartan.netlify.app/) and received feedback about the design feeling \"scammy\" and lacking cohesion with the ai16z brand.\n- **Virtual Exchange Environment**: Jin mentioned developing a 3D virtual exchange that could potentially be integrated into the DegenAI website.\n- **Agent Projects**: Community members are building various projects including a \"Ninja Terminal\" for viewing limit orders, a \"GOAT ARENA\" for AI trading agents to compete, and integration with Livepeer Protocol.\n\n### Business & Strategy\n- **Enterprise Support Model**: A proposal for an \"enterprise support\" model where the DAO would pay people and AIs for providing support to Fortune 500 companies using ElizaOS.\n- **Certification Program**: Discussion of a three-tier certification program: Certified ElizaOS Operator (for non-developers), ElizaOS Developer (for plugin creators), and Eliza Developer Pro (for contributors).\n- **Cybers Partnership**: Proposal from Cybers (tokenization platform) to collaborate with ai16z, including agent token launches with ai16z as token pair and 50% fee sharing.\n- **Made in America**: The team is working to get ai16z listed as \"Made in America\" on CoinMarketCap to align with current market sentiment.\n\n## Key Questions & Answers\n\n### Technical Implementation\n- **Q**: How will images be displayed in the news show?  \n  **A**: Through a \"tv\" actor whose dialogue line is the image URL to display; \"none\" clears the image.\n\n- **Q**: How to fix \"Cannot read properties of undefined (reading 'name')\" error in Discord?  \n  **A**: Switching the model to OpenAI resolved the issue; Anthropic has problems in Discord.\n\n- **Q**: How to change to use local db?  \n  **A**: Change the relevant variable in .env to database.\n\n- **Q**: What machine configuration is suitable to run this program without a GPU?  \n  **A**: 2GB RAM is more than enough; build process takes about 2GB, running agent takes minimal processing power.\n\n- **Q**: How to make the agent only retweet/comment/like or quote?  \n  **A**: Add and alter code within the Twitter plugin.\n\n### Project & Community\n- **Q**: Is Eliza Labs the not-for-profit research arm for ai16z, and is ai16z dao the foundation entity that owns ai16z tokens?  \n  **A**: Eliza Labs is the dev co so we have a legal footprint in the US.\n\n- **Q**: Why do you think OpenAI won't let us do the stuff we want with AI agents?  \n  **A**: They have the disadvantages of being a big company that is not close enough to crypto and not degen enough. Web2 AI agents is their home turf, but crypto-centric is definitely not.\n\n- **Q**: How many AI16Z tokens are needed to be a partner vs associate?  \n  **A**: Partner 100k, Associate 10k (AI16Z tokens).\n\n- **Q**: Is the URL in this Twitter post legit or is it a wallet suck?  \n  **A**: That's a scam.\n\n## Community Help & Collaboration\n\n### Technical Problem Solving\n- **mconstant** helped **0xLabsTheCoder** identify the correct API endpoint format and curl command for sending messages to an agent.\n- **EcchiPen** shared a video tutorial that helped **Neel Kanani** get Telegram bot setup working.\n- **perez** provided **averma** with a modified initializeDatabase function to force SQLite instead of Supabase, resolving database errors.\n- **Haphazardly** shared a solution for better-sqlite3 binding errors by running `cd node_modules/better-sqlite3 && npm run build-release`.\n- **SM Sith Lord** guided **boom** on implementing TV image display in Unity using a \"tv\" actor with image URLs as dialogue lines.\n\n### Community Support\n- **jin** recommended using Claude to write Mermaid markdown for creating flow charts and diagrams to improve documentation and communication.\n- **\ud835\udd2d\ud835\udd29\ud835\udd1e\ud835\udd31\ud835\udd1e \ud835\udd11\ud835\udd2c \ud835\udd09\ud835\udd1e\ud835\udd2d \ud835\udd1e\ud835\udd2f\ud835\udd20** suggested using Phantom wallet to **MicoM.ron** when they had transaction issues on JUP.\n- **Kenk** provided **an1muss** with a legitimate link to join the developer Discord for Eliza.\n- **jin** timed out a disruptive user after repeated negative comments to maintain a positive community environment.\n- **yikesawjeez** helped **Mike** connect a company building AI music framework with the ai16z team by providing the partnerships link.\n\n## Action Items\n\n### Technical\n- Fix model selection in character files so that \"model\": \"small\" setting is respected\n- Implement proper memory management for actions to persist data between messages\n- Fix Twitter like functionality for agents\n- Fix SQLite database connection issues with node plugin\n- Develop Twitter plugin for Screenpipe integration to automate development updates\n- Implement Eliza plugin for Screenpipe that integrates with Omi (open source wearable)\n- Explore DeepSeek R1 model integration as it offers O1/Sonnet-level performance at 30x lower cost\n- Implement TV image display functionality in Unity frontend for the news show\n- Fix the news aggregator JSON date issue\n- Implement proper visemes for character models including Vitalik\n- Investigate node plugin errors with agent startup\n- Develop agents capable of managing concentrated liquidity positions\n- Create plugin for AI trading agents to compete in GOAT ARENA\n- Integrate Eliza with Livepeer Protocol for AI inference\n- Build functionality to pull recent news data for agent tweets\n- Implement Twitter integration using API keys\n- Review PR for Eliza that has been pending for over a month\n\n### Documentation\n- Create comprehensive guides for scaling and deploying agents\n- Create better plugin documentation with clear examples\n- Improve Telegram client setup documentation\n- Document proper model configuration and how to set modelClass in character files\n- Complete and publish tokenomics white paper/plan\n- Submit information to get ai16z listed as \"Made in America\" on CoinMarketCap\n- Document character personalities for Degen, Eliza, and Tubbs\n- Create diagrams/visuals using Mermaid markdown to improve communication and coordination\n- Create and publish tokenomics information and 8% buyback details\n- Develop and share project roadmap with timeline\n- Create clear explanation of DegenAI's utility and purpose\n\n### Features\n- Develop \"Ninja Terminal\" to visualize limit orders for trading\n- Create \"GOAT ARENA\" for AI trading agents to compete\n- Build physical robot integration with ElizaOS\n- Add news aggregation capability for agents\n- Add multi-agent communication to enable agents to interact with each other\n- Implement three-tier certification program for ElizaOS users and developers\n- Launch agent tokens with ai16z as token pair on Cybers platform\n- Implement 50/50 fee sharing between ai16z treasury and Cybers\n- Develop staking mechanism for CYBR against agent tokens\n- Create agent that can mint whitelists during inconvenient time windows\n- Develop agent that knows everything about project management\n- Consider implementing a token burn mechanism as part of tokenomics\n- Create a repository with \"official\" VRMs, personality profiles, and voices for common characters\n- Improve website responsiveness as current version is not mobile-friendly\n- Develop virtual exchange environment with real-time trade displays\n- Visualize DegenSpartan's trades on the website\n- Add AI16Z branding to establish official connection\n- Create 3D environment with DegenSpartan at trading desk\n- Monitor celebrity tweets for trading opportunities\n- Consider creating a fan art page for community-created artwork"
  },
  "ai_news_elizaos_discord_md_2025-01-19": {
    "filename": "2025-01-19.md",
    "content": "# elizaOS Discord - 2025-01-19\n\n## Overall Discussion Highlights\n\n### ElizaOS Development\n- **ElizaOS V2 Development**: The team is working on V2 with efforts to ensure backward compatibility for plugins. There's an emphasis on making the transition smooth for developers.\n- **Agent Interactions**: Confirmation that agents will be able to interact with each other in a multiplayer chat environment, which is a core intention of the platform.\n- **Deployment Challenges**: Multiple users reported issues with package installation, particularly with client packages like Telegram and Twitter. Common errors included \"package not found in npm registry\" and dependency conflicts.\n- **Database Configuration**: Users experienced challenges with both SQLite and PostgreSQL/Supabase, reporting relation errors and connection issues. Solutions included manually building SQLite bindings and proper environment configuration.\n\n### AI Integration & Models\n- **DeepSeek R1**: Discussion about DeepSeek's new reasoning model (R1) that reportedly rivals OpenAI's offerings, with potential for integration into ElizaOS.\n- **Model Selection Issues**: Users reported that model selection (small/medium/large) is not being respected in character configuration files.\n- **RAG Implementation**: Several discussions about memory management and Retrieval-Augmented Generation implementation, with users noting limitations in the current implementation.\n\n### Media & Visualization Projects\n- **AI-Driven TV Show**: Development of a news aggregator that feeds into a TV show format, with technical implementation for displaying images alongside dialogue.\n- **Block Tank Project**: Development in Unity with discussions about camera positioning and media display mechanics.\n- **Character Animation**: Technical considerations for animation in PlayCanvas vs. re-animating episodes, including questions about animation rigs, facial morph targets, and blending animations.\n\n### DegenAI & Tokenomics\n- **DegenAI Website Development**: Jin shared an early draft of the website (https://degen-spartan.netlify.app/) and received feedback suggesting it needs better visual hierarchy, clearer value proposition, and alignment with the ai16z brand.\n- **Voting Mechanisms**: Discussion on designing voting mechanisms for a DAO operating on daos.fun, with proposals for weighting votes based on token holdings and holding duration.\n- **Tokenomics Update**: Jin is actively working on slides and documentation for a tokenomics revamp.\n\n### Market & Community\n- **Trump Memecoin Impact**: Significant discussion about market volatility due to Trump-related tokens, affecting AI16Z and the broader Solana ecosystem.\n- **AI16Z Milestone**: The token reached over 100,000 holders, a significant community milestone.\n- **Social Media Automation**: Shaw expressed concerns about social media pressure and discussed automating his Twitter presence using AI, with team members offering to create Twitter plugins for Eliza.\n\n## Key Questions & Answers\n\n**Q: Can we use 2 plugins simultaneously in eliza character?**  \nA: Unanswered, but there are ongoing efforts to improve plugin functionality in V2.\n\n**Q: Is there any kind of built-in vtuber support for eliza?**  \nA: There is something similar with Aikotv, if not you can wait for the hyperfy plugin that works with VRMs.\n\n**Q: How can I scale and deploy once I have built an agent?**  \nA: Head to the coders channel and check the pinned messages for deployment guides.\n\n**Q: Are there any agents capable to manage concentrated LP?**  \nA: Not yet but soon we'll have cute agents doing all kinds of defi stuff.\n\n**Q: How do I fix the \"package not found in npm registry\" error when installing Eliza packages?**  \nA: The packages are already installed in the repo; they appear in the packages folder. You don't need to install them separately.\n\n**Q: How can I clean the memory from my default character?**  \nA: Use `pnpm cleanstart` which will delete your SQLite database, or manually delete `db.sqlite`.\n\n**Q: How do I fix the \"better-sqlite3.node\" error?**  \nA: Run `cd node_modules/better-sqlite3` then `npm run build-release` then `cd ..`\n\n**Q: Will plugins work out of the box with V2 or need to be reworked?**  \nA: There's an effort to make things backwards compatible.\n\n**Q: Is Eliza Labs the not-for-profit research arm for AI16Z?**  \nA: Eliza Labs is the dev company to have a legal footprint in the US.\n\n**Q: What are OpenAI's limitations where Eliza might have the upper hand?**  \nA: OpenAI is a big company that's not close enough to crypto and not degen enough; they suffer from the \"Innovator's Dilemma\".\n\n**Q: Can two agents interact with each other?**  \nA: Yes, that's the intention, with full multiplayer chat.\n\n## Community Help & Collaboration\n\n- **SQLite Build Issues**: Kren helped rOhAn with SQLite build errors on Windows by suggesting installation of Visual Studio Build Tools with C++ workload.\n\n- **Agent Memory Management**: y4my4m assisted D.KEK with clearing agent memory by suggesting `pnpm cleanstart` or manually deleting the SQLite database file.\n\n- **Twitter Integration**: NJ | bozo.eth shared insights on handling Twitter API authentication with 2FA, helping multiple users with similar issues.\n\n- **DegenAI Website Design**: Smetter provided detailed feedback to Jin on the DegenAI website, suggesting clearer hierarchy, better imagery, removing 3D models, adding trading desk visuals, and aligning with ai16z branding.\n\n- **Social Media Automation**: Yikesawjeez offered to create a Twitter plugin for Eliza that would use Shaw's character file to post updates, helping him manage social media pressure.\n\n- **Media Display Implementation**: SM Sith Lord helped boom implement media display in an AI TV show by providing a solution using a \"tv\" actor whose dialogue line is the image URL to display.\n\n- **Documentation Visualization**: Jin shared a tip about using Claude to write Mermaid markdown for creating flow charts and diagrams on hackmd.io, emphasizing that visual documentation helps with communication and coordination.\n\n## Action Items\n\n### Technical\n- Implement multi-plugin support for Eliza characters (mentioned by eliza builder)\n- Develop Twitter integration using API keys (mentioned by Murodilla)\n- Create agent deployment and scaling documentation (mentioned by kai_3575)\n- Fix SQLite binding issues on Windows by adding Visual Studio C++ build tools (mentioned by Kren)\n- Implement proper error handling for Twitter API authentication with 2FA (mentioned by NJ | bozo.eth)\n- Fix the issue with model selection in character files (mentioned by Hlbenjamin)\n- Add support for Ollama as an image vision model provider (mentioned by SecretRecipe)\n- Implement formula for voting power based on tokens held and holding duration (mentioned by DorianD)\n- Verify SPL snapshot scripts for tracking token holding time (mentioned by jin)\n- Develop Twitter plugin for Eliza to automate social media presence (mentioned by yikesawjeez)\n- Ensure plugins are backwards compatible with V2 (mentioned by yikesawjeez)\n- Integrate Screenpipe with Eliza for better agent capabilities (mentioned by DorianD)\n- Explore DeepSeek R1 model for potential integration (mentioned by avirtualfuture)\n- Implement Block Tank set/project in Unity with working demo by end of week (mentioned by jin)\n- Implement \"tv\" actor functionality in Unity to display images from URLs (mentioned by SM Sith Lord)\n- Update OG Eliza brain to modern charfile JSON format (mentioned by PENDINGREALITY)\n\n### Documentation\n- Create clearer documentation for Telegram bot setup (mentioned by Neel Kanani)\n- Improve documentation on memory management and clearing (mentioned by D.KEK)\n- Add detailed instructions for deploying to production environments (mentioned by A D O N I S)\n- Document the proper format for character configuration files (mentioned by Bizzo)\n- Document constraints of daos.fun platform for tokenomics implementation (mentioned by yikesawjeez)\n- Complete tokenomics slides and documentation (mentioned by jin)\n- Update CMC to list AI16Z as \"Made in USA\" (mentioned by DorianD)\n- Create repository with \"official\" VRMs, personality profiles, and voices for common characters (mentioned by SM Sith Lord)\n\n### Features\n- Add vtuber support for Eliza (mentioned by Heady Shotta)\n- Develop trading agents (mentioned by Interval)\n- Build concentrated liquidity management agent (mentioned by vojtech)\n- Integrate news data sources for agents (mentioned by lx)\n- Add cross-client communication (mentioned by Szczepan\u25b2)\n- Implement dynamic character loading without restart (mentioned by Magicred1)\n- Add news aggregation capabilities (mentioned by dAoA)\n- Improve RAG implementation with better chunking and overlap (mentioned by smoothe)\n- Eliza agent for gated community management (repo contributor verification, token holding) (mentioned by Kenk)\n- Token-gated access to Eliza (mentioned by \ud835\udd2d\ud835\udd29\ud835\udd1e\ud835\udd31\ud835\udd1e \ud835\udd11\ud835\udd2c \ud835\udd09\ud835\udd1e\ud835\udd2d \ud835\udd1e\ud835\udd2f\ud835\udd20)\n- Implement TrustDB system to track voting history and reputation (mentioned by DorianD)\n- Create polymarket/futarchy-style policy market (mentioned by yikesawjeez)\n- Develop agent that can mint NFTs during limited windows (mentioned by wit)\n- Create AI CEO with robot body for Eliza (mentioned by DorianD)\n- Implement agent that consolidates Trump updates (mentioned by shakejr)\n- Develop project management agent (mentioned by avirtualfuture)\n- Create AI agents for meme wars (AIForce concept) (mentioned by DorianD)\n- Enable agent-to-agent interactions in multiplayer chat (mentioned by ashxn)\n- Adjust news aggregator to provide processed JSON with one image per headline (mentioned by SM Sith Lord)"
  },
  "ai_news_elizaos_discord_md_2025-01-18": {
    "filename": "2025-01-18.md",
    "content": "# elizaOS Discord - 2025-01-18\n\n## Overall Discussion Highlights\n\n### ElizaOS Development\n- **V2 Development**: Shaw confirmed that \"v2 is going well\" and the team is working on a launchpad project expected in the next couple of weeks, which was delayed by team issues that have now been resolved.\n- **Team Structure**: Shaw mentioned they have 30 people on payroll, with 3 full-time and several part-time developers working on DegenAI, similar staffing for PmarcAI, and about 8 people on the open source project.\n- **Plugin Development**: Developers are actively working on various plugins including image generation, thirdweb integration, and Solana functionality. There's particular interest in implementing multiple plugins simultaneously in Eliza characters.\n- **Database Issues**: Multiple users reported database connection problems, particularly with Supabase adapter and errors like \"relation 'public.accounts' does not exist\" and \"The database connection is not open\".\n\n### AI Agents\n- **DegenAI & PmarcAI**: These trading agents are operational but being refined to improve their communication style. DegenAI has been actively trading in the market with some success according to community members.\n- **BOSSU Agent**: This agent was actively responding in the discussion channel, showing its personality and capabilities.\n- **Agent Deployment**: Developers discussed deploying agents to various platforms including Twitter, Discord, and Telegram, with several users encountering authentication and configuration challenges.\n\n### Projects & Initiatives\n- **Block Tank**: A platform for AI investing in ecosystem projects is being prototyped in PlayCanvas. The team is deciding between a real-time rendered experience or fully animated episodes created by an animation team.\n- **AI Podcast**: Team members are working on segment tests and configuration files for an automated podcast generation system, with specific discussion about ensuring the \"Stonks\" segment appears regularly.\n- **AI News Channel**: Plans for an AI news channel that will provide updates every 4 hours with daily summaries at 4pm PST.\n- **Tokenomics**: Jin is actively working on tokenomics documentation with slides and video content. DorianD proposed reward-based voting mechanisms with formulas that weight voting power based on both token quantity and holding duration.\n\n### Community Concerns\n- **Branding Consistency**: The community discussed the need for better branding consistency, as the project currently uses multiple names (ai16z, ElizaOS, Eliza) causing confusion.\n- **Value Accrual**: Shaw acknowledged that price drops were related to unclear messaging around value accrual mechanisms for the token.\n\n## Key Questions & Answers\n\n**Q: How do I add plugins to my character file?**  \nA: Just add the plugin name from package.json to the plugins array in character.json like \"plugins\": [\"elizaos/plugin-image-generation\", \"elizaos/plugin-thirdweb\"] (answered by Whitoshi Blackamoto)\n\n**Q: How do I fix Twitter login errors like \"Unknown subtask ArkoseLogin\"?**  \nA: Try using a stable version tag instead of the main branch (answered by tony)\n\n**Q: How do I set up multiple agents in the same Discord channel?**  \nA: Modify secrets in your character file for each agent (answered by Phoenix | Livepeer-Eliza.com)\n\n**Q: How do I make my agent less chatty on Telegram?**  \nA: Edit the templates.ts file in the client-telegram package, specifically the telegramShouldRespondTemplate (answered by owen)\n\n**Q: Is there any kind of built in vtuber support for eliza?**  \nA: I think there is something similar with Aikotv, if not u can wait for the hyperfy plugin that works with vrms (answered by SotoAlt | BOSSU)\n\n**Q: What is the current status of the tokenomics plan?**  \nA: Jin is working on it this weekend, with progress visible to partners in a dedicated channel, and gave an update on stage with VOD uploaded to YouTube (answered by jin)\n\n**Q: What is the timeline for upcoming releases?**  \nA: Launchpad project is in the works for the next couple of weeks, delayed by team issues that have been worked out; also working on revenue sharing deals and rebranding ai16z to elizaOS (answered by shaw)\n\n**Q: How will the launchpad benefit ai16z?**  \nA: We get rev share and buy up ai16z with it; it's a separate branded thing with a sizable rev share (answered by shaw)\n\n## Community Help & Collaboration\n\n- **Twitter Client Issues**: Tony helped PhyoPhyoLay resolve Twitter login errors by suggesting using a stable version tag instead of the main branch.\n\n- **Discord Agent Setup**: Brodnick assisted Angie\u2728 with setting up multiple agents in Discord by sharing code for environment variable substitution in character secrets.\n\n- **Plugin Development**: Dievardump helped Teng Yan create a custom plugin by explaining how to copy an existing one and modify it.\n\n- **Build Errors**: Kren advised rOhAn to install Visual Studio Build Tools with C++ workload to resolve eliza starter build errors.\n\n- **Telegram Bot Configuration**: Owen helped C-Money-Dev make their Telegram bot less chatty by pointing to the templates.ts file to modify response templates.\n\n- **ShawAI Development**: Jin suggested creating an AI version of Shaw's Twitter by combining Shaw's character file with Trump's to automate his social media presence when Shaw felt overwhelmed by Twitter criticism.\n\n- **Solana Plugin Guide**: Masterdai shared a guide via Twitter explaining how to use Eliza OS's Solana plugin without requiring a Birdeye API.\n\n## Action Items\n\n### Technical Tasks\n- Complete development of V2 of ElizaOS (mentioned by shaw)\n- Finalize the launchpad project in the next couple of weeks (mentioned by shaw)\n- Fix Twitter login issues with \"Unknown subtask ArkoseLogin\" error (mentioned by erickdemoura)\n- Implement proper error handling for database connection issues (mentioned by gusjipe)\n- Fix Supabase adapter issues with \"relation does not exist\" errors (mentioned by Killian)\n- Implement formula for token voting weight based on quantity and holding time (mentioned by DorianD)\n- Create TrustDB system to track voting history and investment success (mentioned by DorianD)\n- Develop zero-knowledge network for protecting TrustDB data (mentioned by DorianD)\n- Determine if ElevenLabs can stream phonemes to drive real lip-sync for avatars (mentioned by SM Sith Lord)\n- Adjust prompt to ensure \"Stonks\" segment appears regularly in AI podcast (mentioned by SM Sith Lord)\n- Create ShawAI character file to potentially automate Shaw's Twitter presence (mentioned by jin, yikesawjeez)\n\n### Documentation Needs\n- Complete and publish tokenomics documentation (mentioned by jin)\n- Create clear product roadmap for 2025 (mentioned by HoneyBadger)\n- Improve messaging around value accrual mechanisms (mentioned by shaw)\n- Document tokenomics sinks/faucets inventory for supply/demand control (mentioned by yikesawjeez)\n- Create clearer documentation for plugin integration (mentioned by Whitoshi Blackamoto)\n- Improve documentation on memory management and RAG (mentioned by Lorcann)\n- Document how to post images on Twitter (mentioned by Soulful human)\n- Update documentation on how to deploy agents to Telegram (mentioned by 0xMasa)\n- Create guide for using multiple plugins simultaneously in Eliza (mentioned by eliza builder)\n- Finalize decisions about Block Tank output format (mentioned by SM Sith Lord)\n\n### Feature Requests\n- Implement \"shark tank\" feature for AI agents to evaluate projects (mentioned by shaw)\n- Develop a marketplace of trust for trading agents (mentioned by shaw)\n- Rebrand ai16z to elizaOS for consistent branding (mentioned by shaw)\n- Create a community fund to fund bounties for community-requested features (mentioned by shaw)\n- Implement multiple plugins support for Eliza characters (mentioned by eliza builder)\n- Create integration between Airtable and ElizaOS agents (mentioned by POPPP)\n- Develop vtuber support for Eliza through hyperfy plugin (mentioned by SotoAlt | BOSSU)\n- Create AI that can detect and warn about scam tokens using the AI16z brand (mentioned by War2maN)\n- Implement Jupiter integration for AI trading agents (mentioned by AIPEPE FOUNDER)\n- Add support for posting media on Twitter (mentioned by Soulful human)\n- Implement hot reloading for character file changes (mentioned by 0xMAR$H)\n- Implement DM functionality for DegenAI (mentioned by DorianD)\n- Voice-to-text AI system to make audio/video content accessible to AI (mentioned by shakejr)\n- Eliza agent for gated community management (mentioned by Kenk)\n- Implement polymarket/futarchy-style policy market for token staking on outcomes (mentioned by yikesawjeez)\n- Create Block Tank main room, deliberation room, and interview room (mentioned by SM Sith Lord)\n- Develop finalized versions of avatars in FBX with facial morph targets (mentioned by SM Sith Lord)\n- Implement AI news coverage every 4 hours with daily summaries at 4pm PST (mentioned by Bootoshi)"
  },
  "ai_news_elizaos_daily_json_2025-01-20": {
    "filename": "2025-01-20.json",
    "content": {
      "type": "elizaosDailySummary",
      "title": "Daily Report - 2025-01-20",
      "categories": [
        {
          "title": "Recent Updates to the Eliza Project",
          "content": [
            {
              "text": "The Eliza project has seen significant development activity with numerous feature additions, bug fixes, and infrastructure improvements.\n\nNew plugins have been implemented, including:\n- A client-agnostic Devin plugin (#2549)\n- Lightning plugin (#2429)\n- NVIDIA NIM plugin (#2599)\n- Holdstation swap plugin (#2596)\n- Router Nitro plugin (#2590)\n- Cronos EVM plugin (#2585)\n- Initia plugin (#2448)\n- 0x plugin for swapping on EVMs (#2329)\n- Enhanced Abstract Plugin with more actions (#2531)\n\nVision and language capabilities were expanded with:\n- Anthropic image provider for vision (#2524)\n- Three new languages added to TTS (#2562)\n\nWorkflow and infrastructure improvements include:\n- Optimization of pnpm cache configuration (#2555, later reverted in #2556)\n- Removal of cleanup steps from integration tests workflow (#2551, #2553)\n- Updated integration tests workflow with improved caching (#2589)\n- Security updates to Vite dependency (#2627, #2629)\n\nBug fixes addressed:\n- Fixed build/start failures in the develop branch (#2545, #2546)\n- Fixed incorrect boolean parsing for ENABLE_OPEN_AI_COMMUNITY_PLUGIN setting (#2560)\n\nDocumentation was enhanced with:\n- Updated README with prerequisites for enabling Telegram bot (#2547)\n- Added \"What Did You Get Done This Week? #10\" notes (#2558)\n- Instructions to escape quotes on JSON generation (#2604)\n\nAdditional features include:\n- Implementation of agent creation, storage, and restoration in the filesystem (#2389)\n- Improved X Spaces functionality to wait for silence instead of mute (#2576)\n- Test configurations for various plugins including client-lens (#2534), AgentKit (#2573), and Farcaster (#2567)",
              "sources": [
                "https://github.com/elizaOS/eliza/pull/2556",
                "https://github.com/elizaOS/eliza/pull/2555",
                "https://github.com/elizaOS/eliza/pull/2553",
                "https://github.com/elizaOS/eliza/pull/2551",
                "https://github.com/elizaOS/eliza/pull/2549",
                "https://github.com/elizaOS/eliza/pull/2547",
                "https://github.com/elizaOS/eliza/pull/2546",
                "https://github.com/elizaOS/eliza/pull/2545",
                "https://github.com/elizaOS/eliza/pull/2534",
                "https://github.com/elizaOS/eliza/pull/2531",
                "https://github.com/elizaOS/eliza/pull/2524",
                "https://github.com/elizaOS/eliza/pull/2429",
                "https://github.com/elizaOS/eliza/pull/2389",
                "https://github.com/elizaOS/eliza/pull/2629",
                "https://github.com/elizaOS/eliza/pull/2627",
                "https://github.com/elizaOS/eliza/pull/2626",
                "https://github.com/elizaOS/eliza/pull/2604",
                "https://github.com/elizaOS/eliza/pull/2599",
                "https://github.com/elizaOS/eliza/pull/2597",
                "https://github.com/elizaOS/eliza/pull/2596",
                "https://github.com/elizaOS/eliza/pull/2590",
                "https://github.com/elizaOS/eliza/pull/2589",
                "https://github.com/elizaOS/eliza/pull/2585",
                "https://github.com/elizaOS/eliza/pull/2576",
                "https://github.com/elizaOS/eliza/pull/2573",
                "https://github.com/elizaOS/eliza/pull/2568",
                "https://github.com/elizaOS/eliza/pull/2567",
                "https://github.com/elizaOS/eliza/pull/2562",
                "https://github.com/elizaOS/eliza/pull/2560",
                "https://github.com/elizaOS/eliza/pull/2448",
                "https://github.com/elizaOS/eliza/pull/2558",
                "https://github.com/elizaOS/eliza/pull/2329"
              ],
              "images": [],
              "videos": []
            }
          ],
          "topic": "completed_items"
        },
        {
          "title": "Twitter Updates from dankvr and shawmakesmagic",
          "content": [
            {
              "text": "dankvr mentioned that Hyperfy uses PhysX, the same physics engine as Unity, and shared a link to a project by CryptoEternalAI. They also commented that aipool_tee will face competition.",
              "sources": [
                "https://twitter.com/dankvr/status/1881411335671730553",
                "https://twitter.com/dankvr/status/1881231558671306752",
                "https://twitter.com/dankvr/status/1881160750666002473"
              ],
              "images": [],
              "videos": []
            },
            {
              "text": "shawmakesmagic issued a disclaimer clarifying that he is not creating or endorsing new coins that people might associate with him. He explained that scammers are creating coins based on his tweets and falsely attributing them to him, leading to threats against his family. He emphasized multiple times that he has no involvement with these coins.",
              "sources": [
                "https://twitter.com/shawmakesmagic/status/1881309549577298224",
                "https://twitter.com/shawmakesmagic/status/1881304296094142756",
                "https://twitter.com/shawmakesmagic/status/1881302753768780048",
                "https://twitter.com/shawmakesmagic/status/1881301992775254363",
                "https://twitter.com/shawmakesmagic/status/1881301762474406052",
                "https://twitter.com/shawmakesmagic/status/1881301104946020420",
                "https://twitter.com/shawmakesmagic/status/1881300435740623269"
              ],
              "images": [],
              "videos": []
            },
            {
              "text": "shawmakesmagic shared that Devin wrote an Eliza plugin for Devin and mentioned he's 'shipping v2' with plans to show more soon. He also made various comments about memes, agents, and responded to other users' posts.",
              "sources": [
                "https://twitter.com/shawmakesmagic/status/1881300207838892310",
                "https://twitter.com/shawmakesmagic/status/1881211903969747217",
                "https://twitter.com/shawmakesmagic/status/1881299426595213411",
                "https://twitter.com/shawmakesmagic/status/1881297129064558795",
                "https://twitter.com/shawmakesmagic/status/1881260701639233852",
                "https://twitter.com/shawmakesmagic/status/1881246969546563755",
                "https://twitter.com/shawmakesmagic/status/1881232021567197513",
                "https://twitter.com/shawmakesmagic/status/1881138775029690682",
                "https://twitter.com/shawmakesmagic/status/1881138417050022384",
                "https://twitter.com/shawmakesmagic/status/1881247137872433604"
              ],
              "images": [],
              "videos": []
            }
          ],
          "topic": "tweet"
        },
        {
          "title": "Recent Pull Requests in the elizaOS/eliza Repository",
          "content": [
            {
              "text": "The elizaOS/eliza repository has seen several new pull requests focused on plugin development and system improvements. Notable additions include:\n\n- A client-agnostic Devin plugin (PR #2549)\n- A Truth Social plugin (PR #2537)\n- A CoinGecko plugin for cryptocurrency data (PR #1382)\n- A Chainbase plugin (PR #2586)\n- A MongoDB adapter (PR #2605)\n\nThere have also been technical fixes such as package.json updates to support multiple React versions (PR #2574), and significant releases including SIMSAI OFFICIAL RELEASE (PR #2614) and Release/v1.1-edits (PR #2607).\n\nThese pull requests demonstrate ongoing development to expand the platform's capabilities through new integrations and technical improvements.",
              "sources": [
                "https://github.com/elizaOS/eliza/pull/2574",
                "https://github.com/elizaOS/eliza/pull/2536",
                "https://github.com/elizaOS/eliza/pull/2549",
                "https://github.com/elizaOS/eliza/pull/2537",
                "https://github.com/elizaOS/eliza/pull/1382",
                "https://github.com/elizaOS/eliza/pull/2586",
                "https://github.com/elizaOS/eliza/pull/2607",
                "https://github.com/elizaOS/eliza/pull/2614",
                "https://github.com/elizaOS/eliza/pull/2605"
              ],
              "images": [
                "https://opengraph.githubassets.com/1/elizaOS/eliza/pull/2549",
                "https://opengraph.githubassets.com/1/elizaOS/eliza/pull/2614"
              ],
              "videos": []
            }
          ],
          "topic": "pull_request"
        },
        {
          "title": "ElizaOS GitHub Activity Update",
          "content": [
            {
              "text": "The elizaos/eliza repository showed significant activity over a two-day period. From January 20-21, 2025, there were 31 new pull requests with 13 merged, 11 new issues created, and 50 active contributors. Activity increased the following day (January 21-22, 2025) with 29 new pull requests (19 merged), 18 new issues, and a jump to 66 active contributors. Overall, the project saw growth in both merged PRs and community participation between these two consecutive days.",
              "sources": [
                0,
                1
              ],
              "images": [],
              "videos": []
            }
          ],
          "topic": "github_summary"
        },
        {
          "title": "Top contributors for elizaOS/eliza",
          "content": [
            {
              "text": "The provided sources mention 'Top contributors for elizaOS/eliza' but do not provide any specific details about who these contributors are or their contributions to the project. Without additional information, it's not possible to generate a detailed summary about the individual contributors, their roles, or the nature of their contributions to the elizaOS/eliza project.",
              "sources": [
                "Top contributors for elizaOS/eliza"
              ],
              "images": [],
              "videos": []
            }
          ],
          "topic": "contributors"
        }
      ],
      "date": 1737331200
    }
  },
  "ai_news_elizaos_daily_md_2025-01-20": {
    "filename": "2025-01-20.md",
    "content": "# Recent Updates to the Eliza Project\n\n## New Plugins\n- Client-agnostic Devin plugin (#2549)\n- Lightning plugin (#2429)\n- NVIDIA NIM plugin (#2599)\n- Holdstation swap plugin (#2596)\n- Router Nitro plugin (#2590)\n- Cronos EVM plugin (#2585)\n- Initia plugin (#2448)\n- 0x plugin for swapping on EVMs (#2329)\n- Enhanced Abstract Plugin with more actions (#2531)\n- Truth Social plugin (#2537)\n- CoinGecko plugin for cryptocurrency data (#1382)\n- Chainbase plugin (#2586)\n\n## Vision and Language Capabilities\n- Anthropic image provider for vision (#2524)\n- Three new languages added to TTS (#2562)\n\n## Workflow and Infrastructure Improvements\n- Optimization of pnpm cache configuration (#2555, #2556)\n- Removal of cleanup steps from integration tests workflow (#2551, #2553)\n- Updated integration tests workflow with improved caching (#2589)\n- Security updates to Vite dependency (#2627, #2629)\n- MongoDB adapter implementation (#2605)\n- Package.json updates to support multiple React versions (#2574)\n\n## Bug Fixes\n- Fixed build/start failures in the develop branch (#2545, #2546)\n- Fixed incorrect boolean parsing for ENABLE_OPEN_AI_COMMUNITY_PLUGIN setting (#2560)\n\n## Documentation Enhancements\n- Updated README with prerequisites for enabling Telegram bot (#2547)\n- Added \"What Did You Get Done This Week? #10\" notes (#2558)\n- Instructions to escape quotes on JSON generation (#2604)\n\n## Additional Features\n- Implementation of agent creation, storage, and restoration in the filesystem (#2389)\n- Improved X Spaces functionality to wait for silence instead of mute (#2576)\n- Test configurations for various plugins including client-lens (#2534), AgentKit (#2573), and Farcaster (#2567)\n- SIMSAI OFFICIAL RELEASE (#2614)\n- Release/v1.1-edits (#2607)\n\n## GitHub Activity\n- 31 new pull requests with 13 merged (Jan 20-21)\n- 29 new pull requests with 19 merged (Jan 21-22)\n- Active contributors increased from 50 to 66 between the two days\n\n## Twitter Updates\n- shawmakesmagic shared that Devin wrote an Eliza plugin for Devin\n- shawmakesmagic mentioned he's 'shipping v2' with plans to show more soon\n- dankvr mentioned that Hyperfy uses PhysX, the same physics engine as Unity"
  },
  "ai_news_elizaos_daily_discord_json_2025-01-20": {
    "filename": "2025-01-20.json",
    "content": {
      "server": "elizaOS",
      "title": "elizaOS Discord - 2025-01-20",
      "date": 1737331200,
      "stats": {
        "totalMessages": 3271,
        "totalUsers": 385
      },
      "categories": [
        {
          "channelId": "1253563209462448241",
          "channelName": "discussion",
          "summary": "# Discord Chat Analysis\n\n## 1. Summary\nThe chat primarily consists of general greetings and introductions with minimal technical discussion. BOSSU, an AI agent, responds to most messages with friendly but vague responses, directing users to other channels for technical help. Several developers introduced themselves, mentioning experience with blockchain, embedded systems, and AI development. A few users mentioned building projects with ElizaOS, including a \"Ninja Terminal\" for viewing limit orders on trading platforms, a \"GOAT ARENA\" for AI trading agents to compete, and integration with Livepeer Protocol. Technical questions about agent errors, Twitter integration, and deployment were directed to the coders channel. There were also questions about token economics and partner roles, which BOSSU deflected, stating \"no token talk here.\" The chat shows a community in early stages with developers exploring the platform's capabilities but contains minimal substantive technical discussion.\n\n## 2. FAQ\nQ: How can I publish my bot in the bot arena? (asked by joaointech) A: Unanswered\nQ: Is there any info on dao donation model in regards to projects building w/ eliza? (asked by Whambammy\u26a1) A: Check announcements for dao details (answered by BOSSU)\nQ: How can I pull in recent news and use that as data for tweets? (asked by lx) A: Check the coders channel for news data (answered by BOSSU)\nQ: Is it possible to use Eliza for in-house company communication? (asked by nosedive2moon) A: ElizaOS is for everyone (answered by BOSSU)\nQ: Are there any agents capable to manage concentrated LP? (asked by vojtech) A: Not yet but soon we'll have cute agents doing all kinds of defi stuff (answered by BOSSU)\nQ: Is possible twitter integration using API_KEY and API_KEY_SECRET? (asked by Murodilla) A: Yeah you can integrate twitter, check the coders channel for api guides (answered by BOSSU)\nQ: How can I scale and deploy once I have built an agent? (asked by kai_3575) A: Head to the coders channel and check the pinned messages for deployment guides (answered by BOSSU)\nQ: When will the tokenomics be announced? (asked by ToTheTop88) A: No token talk here employee, just focus on spreading good vibes (answered by BOSSU)\n\n## 3. Help Interactions\nHelper: BOSSU | Helpee: kai_3575 | Context: New developer confused about how to scale and deploy agents | Resolution: Directed to coders channel and pinned messages for deployment guides\nHelper: BOSSU | Helpee: Iv/-\\nB | Context: Node plugin errors when running agent | Resolution: Suggested checking coders channel and GitHub repo for technical help\nHelper: BOSSU | Helpee: Murodilla | Context: Twitter integration using API keys | Resolution: Confirmed Twitter can be integrated and directed to coders channel for API guides\nHelper: Kenk | Helpee: vojtech | Context: Looking for agents to manage concentrated LP | Resolution: Mentioned a team from Orca demo'd something similar last week\nHelper: jin | Helpee: Danny | Context: Warning about suspicious messages from developers | Resolution: Suggested doing a \"north korea check\" on suspicious developer messages\n\n## 4. Action Items\nTechnical: Description: Investigate node plugin errors with agent startup | Mentioned By: Iv/-\\nB\nTechnical: Description: Develop agents capable of managing concentrated liquidity positions | Mentioned By: vojtech\nTechnical: Description: Create plugin for AI trading agents to compete in GOAT ARENA | Mentioned By: Dreygo\nTechnical: Description: Integrate Eliza with Livepeer Protocol for AI inference | Mentioned By: Mike Zoop\nTechnical: Description: Build functionality to pull recent news data for agent tweets | Mentioned By: lx\nTechnical: Description: Implement Twitter integration using API keys | Mentioned By: Murodilla\nFeature: Description: Develop \"Ninja Terminal\" to visualize limit orders for trading | Mentioned By: Dreygo\nFeature: Description: Create \"GOAT ARENA\" for AI trading agents to compete | Mentioned By: Night Fury\nFeature: Description: Build physical robot integration with ElizaOS | Mentioned By: metrox\nDocumentation: Description: Create guides for scaling and deploying agents | Mentioned By: kai_3575",
          "messageCount": 457,
          "userCount": 159
        },
        {
          "channelId": "1300025221834739744",
          "channelName": "\ud83d\udcbb-coders",
          "summary": "# Analysis of Discord Chat in \ud83d\udcbb-coders Channel\n\n## 1. Summary\nThe chat primarily revolves around users troubleshooting various issues with the ElizaOS agent framework. Key technical discussions include:\n\nUsers encountered multiple installation and configuration problems, particularly with the eliza-starter repository which appears to have dependency issues. Many recommended using the main eliza repository instead. Common errors included SQLite connection problems, package dependency conflicts, and model configuration issues.\n\nSeveral users discussed Twitter integration challenges, including authentication issues with 2FA, rate limits, and difficulties with the agent liking posts. The community shared workarounds like using Twitter cookies for authentication.\n\nPlugin development and integration was a major topic, with users trying to implement custom plugins for cryptocurrency trading, news aggregation, and image generation. The node plugin caused particular difficulties with database connection errors.\n\nModel configuration was discussed extensively, with users trying to specify different models for different characters. Many struggled with the framework defaulting to the \"large\" model despite configuration attempts.\n\nDeployment strategies were shared, including Docker containerization, cloud hosting options like Phala Cloud, and memory requirements for running multiple agents (2-8GB RAM depending on configuration).\n\n## 2. FAQ\nQ: How do I use playwright? (asked by owen) A: Unanswered\nQ: How can I erase the character's memory from previous chats? (asked by Eremita) A: Unanswered\nQ: Why is my Twitter login through Eliza failing when it worked a few days ago? (asked by NJ | bozo.eth) A: Unanswered\nQ: Is there a difference when using .ts character file vs a json? (asked by Bizzo) A: I've been using the .ts ones, I think that's preferred (answered by Heady Shotta)\nQ: How to change to use local db? (asked by redbull.eth) A: Change the relevant variable in .env to database (answered by Heady Shotta)\nQ: What machine configuration is suitable to run this program without the use of a GPU? (asked by beauty) A: 2GB RAM is more than enough, build process takes about 2GB, running agent takes minimal processing power (answered by Mad)\nQ: How to fix \"Cannot read properties of undefined (reading 'name')\" error in Discord? (asked by C-Money-Dev) A: I switched the model to openai and it worked, anthropic has the issue in Discord (answered by C-Money-Dev)\nQ: How to make the agent only retweet/comment/like or quote? (asked by Shreyansh) A: I added & altered code within the Twitter plugin (answered by confluent)\nQ: How to set the specific modelClass you want to use? (asked by Hlbenjamin) A: Unanswered\nQ: How to enable only needed plugins and disable all others? (asked by michaelben) A: Unanswered\n\n## 3. Help Interactions\nHelper: mconstant | Helpee: 0xLabsTheCoder | Context: API endpoint for sending messages to agent not working | Resolution: Identified correct API endpoint format and curl command\nHelper: EcchiPen | Helpee: Neel Kanani | Context: Setting up Telegram bot | Resolution: Shared video tutorial that helped user get it working\nHelper: perez | Helpee: averma | Context: Database cache store configuration error | Resolution: Provided modified initializeDatabase function to force SQLite instead of Supabase\nHelper: mconstant | Helpee: rOhAn | Context: Eliza installation errors with outdated commit hash | Resolution: Suggested updating to latest commit which resolved the issue\nHelper: Heady Shotta | Helpee: Bizzo | Context: Telegram client setup | Resolution: Provided guidance on checking packages folder for client files\nHelper: Dilrong | Helpee: Self | Context: SQL error with participants table | Resolution: Found solution with ALTER TABLE participants ALTER COLUMN id SET DEFAULT gen_random_uuid()\nHelper: Haphazardly | Helpee: Self | Context: Better-sqlite3 binding error | Resolution: Fixed by running cd node_modules/better-sqlite3 && npm run build-release\n\n## 4. Action Items\nTechnical: Implement proper memory management for actions to persist data between messages | Description: Create a solution for agents to remember action results in subsequent messages | Mentioned By: PrismaFinance\nTechnical: Fix Twitter like functionality | Description: Agents can comment but don't like posts they comment on | Mentioned By: Heady Shotta\nTechnical: Fix model selection in character files | Description: Character files with \"model\": \"small\" still use large models | Mentioned By: Hlbenjamin\nTechnical: Fix SQLite database connection issues with node plugin | Description: Database connection not open errors when using node plugin | Mentioned By: Iv/-\\nB\nTechnical: Improve client-specific formatting for actions | Description: Allow different formatting for the same action on Twitter vs Telegram | Mentioned By: pupathebig\nDocumentation: Create better plugin documentation | Description: Comprehensive guide on how to use and create plugins | Mentioned By: SINISTER\nDocumentation: Improve Telegram client setup documentation | Description: Clearer instructions for setting up Telegram integration | Mentioned By: Neel Kanani\nDocumentation: Document proper model configuration | Description: Clear guide on how to set modelClass in character files | Mentioned By: Hlbenjamin\nFeature: Add news aggregation capability | Description: Allow agents to follow news from specific outlets | Mentioned By: dAoA\nFeature: Add multi-agent communication | Description: Enable agents to interact with each other to complete tasks | Mentioned By: kai_3575",
          "messageCount": 1477,
          "userCount": 158
        },
        {
          "channelId": "1300756641406521416",
          "channelName": "ideas-feedback-rants",
          "summary": "# Discord Chat Analysis for \"ideas-feedback-rants\" Channel\n\n## 1. Summary:\nThis chat segment contains minimal substantive technical discussion. The main technical points include:\n- A request for help with a PR review for Eliza that has been pending for over a month\n- A brief mention of a contributors graph for Eliza that might be relevant to a reward system\n- A reference to learning from AI Agent Dev School videos\n- A question about RAG application that went unanswered\n- A solicitation for blockchain/Web3 developers for collaboration\n- A warning about a scam URL impersonating ai16zdao\n- Information about joining the developer Discord for Eliza\n\nThe conversation was fragmented with no deep technical discussions or problem-solving. Kenk provided a legitimate link to the Eliza discourse group for an1muss to join the developer Discord. There was also a brief exchange about identifying and avoiding a scam link.\n\n## 2. FAQ:\nQ: Is the URL in this Twitter post legit or is it a wallet suck? (asked by JohnnyB) A: thats a scam m8 (answered by jin)\nQ: How to apply RAG (asked by yezidots) A: Unanswered\nQ: can anyone help with the PR review to Eliza, we have it there for over a month and fixing conflicts becomes pretty difficult? (asked by an1muss) A: Unanswered\nQ: are you in the developer discord? (asked by Kenk) A: mmm no, can I get there somehow? (answered by an1muss)\n\n## 3. Help Interactions:\nHelper: jin | Helpee: JohnnyB | Context: JohnnyB asked about the legitimacy of a URL in a Twitter post | Resolution: jin confirmed it was a scam\nHelper: Kenk | Helpee: an1muss | Context: an1muss needed access to the developer Discord for Eliza | Resolution: Kenk provided a legitimate link to join\n\n## 4. Action Items:\nTechnical: Review PR for Eliza that has been pending for over a month | Description: PR review needed to prevent conflict resolution difficulties | Mentioned By: an1muss\nDocumentation: None explicitly mentioned\nFeature: Potential reward system based on contributor graph | Description: Using GitHub contributor metrics for Eliza's reward system | Mentioned By: agi",
          "messageCount": 24,
          "userCount": 10
        },
        {
          "channelId": "1308149076893630555",
          "channelName": "spartan_holders",
          "summary": "# Analysis of \"spartan_holders\" Discord Chat\n\n## 1. Summary\nThe chat primarily revolves around feedback and development of the DegenAI website. Jin shared an early draft (https://degen-spartan.netlify.app/) and solicited feedback from community members. Several users, including smetter, provided constructive criticism about the design feeling \"scammy\" and lacking cohesion with the ai16z brand. Key suggestions included improving visual hierarchy, adding clearer value propositions, incorporating DegenSpartan's personality through props like anime figurines and waifu pillows, and removing random weapons. \n\nThere was significant tension between community member PrudentSpartan and the development team, with PrudentSpartan repeatedly criticizing the website's lack of clear information about tokenomics, roadmap, and utility. Jin and other team members defended the early-stage nature of the design while acknowledging the need for improvements.\n\nThe team is working on enhancing trading functionality, which was temporarily down at one point. Jin also mentioned developing a virtual exchange environment that could potentially be integrated into the website, showing examples of previous 3D web environments he had created. The discussion highlighted the need to balance visual appeal with clear communication about DegenAI's purpose and value proposition.\n\n## 2. FAQ\nQ: Will the tokenomics model be released this month? (asked by tigerguo.) A: Unanswered\nQ: Did he change his wallet? (asked by tigerguo.) A: Unanswered\nQ: Will the virtual exchange be available on Degenai's website? (asked by tigerguo.) A: Jin indicated it's possible but suggested a 2D approach first before full 3D implementation\nQ: What are these weapons for? (asked by cool.eth) A: Jin clarified that weapons don't make sense for the character\nQ: Any ideas when the roadmap will be shared? (asked by Red40) A: rhota stated they would provide a date that week, as the team was focused on enhancing trading functionality\n\n## 3. Help Interactions\nHelper: rhota | Helpee: Community | Context: Trading functionality was down | Resolution: Informed community that the team was working on the issue\nHelper: jin | Helpee: Community | Context: Shared early website draft for feedback | Resolution: Collected feedback and began implementing changes based on suggestions\nHelper: M3xR | Helpee: jin | Context: Offered development help with the DegenAI website | Resolution: Jin requested portfolio examples, M3xR sent them via DM\n\n## 4. Action Items\nType: Technical | Description: Fix trading functionality that went down temporarily | Mentioned By: rhota\nType: Technical | Description: Improve website responsiveness as current version is not mobile-friendly | Mentioned By: M3xR\nType: Technical | Description: Develop virtual exchange environment with real-time trade displays | Mentioned By: jin\nType: Documentation | Description: Create and publish tokenomics information and 8% buyback details | Mentioned By: PrudentSpartan\nType: Documentation | Description: Develop and share project roadmap with timeline | Mentioned By: tigerguo\nType: Documentation | Description: Create clear explanation of DegenAI's utility and purpose | Mentioned By: PrudentSpartan\nType: Feature | Description: Visualize DegenSpartan's trades on the website | Mentioned By: jin\nType: Feature | Description: Add AI16Z branding to establish official connection | Mentioned By: smetter\nType: Feature | Description: Create 3D environment with DegenSpartan at trading desk | Mentioned By: jin\nType: Feature | Description: Monitor celebrity tweets for trading opportunities | Mentioned By: mmbig",
          "messageCount": 197,
          "userCount": 18
        },
        {
          "channelId": "1328592959444095038",
          "channelName": "associates",
          "summary": "# Discord Chat Analysis - \"associates\" Channel\n\n## 1. Summary\nThis chat segment contains minimal technical discussion, focusing primarily on cryptocurrency trading, token holdings, and casual conversation. The only notable technical content was jin's recommendation to use Claude to write Mermaid markdown for creating flow charts and diagrams to improve documentation and communication. There was brief mention of Eliza technology potentially powering Smol World, and some discussion about AI16Z token holders reaching 101k. The chat also included references to a16z's website rebrand, Dework's future, and various cryptocurrency market movements. Most conversations were informal exchanges about token prices, holdings, and market events rather than substantive technical discussions or problem-solving.\n\n## 2. FAQ\nQ: How many AI16Z tokens are needed to be a partner vs associate? (asked by trx314) A: Partner 100k, Associate 10k (AI16Z tokens) (answered by Smore)\nQ: Will our dework die? (asked by Borderless) A: No (answered by jin)\nQ: Where are you checking [holder count]? (asked by \ud835\udd2d\ud835\udd29\ud835\udd1e\ud835\udd31\ud835\udd1e \ud835\udd11\ud835\udd2c \ud835\udd09\ud835\udd1e\ud835\udd2d \ud835\udd1e\ud835\udd2f\ud835\udd20) A: BullX (answered by MicoM.ron)\n\n## 3. Help Interactions\nHelper: jin | Helpee: Channel members | Context: Documentation and visualization tools | Resolution: Recommended using Claude to write Mermaid markdown for creating flow charts, explaining that \"creating diagrams/visuals helps with communication and coordination\"\nHelper: \ud835\udd2d\ud835\udd29\ud835\udd1e\ud835\udd31\ud835\udd1e \ud835\udd11\ud835\udd2c \ud835\udd09\ud835\udd1e\ud835\udd2d \ud835\udd1e\ud835\udd2f\ud835\udd20 | Helpee: MicoM.ron | Context: Transaction issues on JUP | Resolution: Suggested using Phantom wallet, which helped the transaction go through\nHelper: anon | Helpee: smetter | Context: Understanding Smol World potential | Resolution: Explained the concept as \"AI Gaming NFTs\" where Smols build their own civilization and act as trading agents, shared highlights from the whitepaper\n\n## 4. Action Items\nDocumentation: Create diagrams/visuals using Mermaid markdown to improve communication and coordination | Mentioned By: jin\nFeature: Consider creating a fan art page for community-created artwork | Mentioned By: jin",
          "messageCount": 134,
          "userCount": 28
        },
        {
          "channelId": "1318770424632311930",
          "channelName": "tokenomics",
          "summary": "# Discord Channel \"tokenomics\" Analysis\n\n## 1. Summary\nThe channel discussions primarily focused on potential tokenomics models and enterprise support structures for ElizaOS. Key technical discussions included:\n\n- Exploration of an AI copilot similar to Kaito that could summarize discussions and provide structured information on tokenomics\n- Proposal for an \"enterprise support\" model where the DAO would pay people and AIs for providing support to Fortune 500 companies using ElizaOS\n- Discussion of a certification program for ElizaOS with three tiers: Certified ElizaOS Operator (for non-developers), ElizaOS Developer (for plugin creators), and Eliza Developer Pro (for contributors to the main repository)\n- Proposal from Cybers (tokenization platform) to collaborate with ai16z, including agent token launches with ai16z as token pair, fee sharing (50% to ai16z treasury), and customized contract addresses\n- Identification of bottlenecks in onboarding Eliza developers and potential solutions including AI agents trained on documentation and educational partnerships\n\nThe discussions highlight the community's focus on monetization strategies, developer ecosystem growth, and potential partnerships to expand the ElizaOS platform.\n\n## 2. FAQ\nQ: What kind of AI copilot was discussed? (asked by ElonMoney) A: An AI copilot similar to Kaito that could provide TL;DR of most discussed topics and structured summaries of tokenomics discussions (answered by ElonMoney)\nQ: What enterprise support model was proposed? (asked by DorianD) A: A model where the DAO pays people and AIs for providing support to F500 companies that install ElizaOS (answered by DorianD)\nQ: What certification levels were proposed for ElizaOS? (asked by DorianD) A: Three levels: Certified ElizaOS Operator, ElizaOS Developer, and Eliza Developer Pro (answered by DorianD)\nQ: What is Cybers offering in their collaboration proposal? (asked by unreadyplayer) A: Agent token launches with ai16z as token pair, 50% fee sharing to ai16z treasury, and customized contract addresses (answered by unreadyplayer)\n\n## 3. Help Interactions\nHelper: jin | Helpee: Community | Context: Bottleneck in onboarding Eliza developers | Resolution: Proposed Eliza trained on docs, agent dev school, and AI agents to keep docs updated\nHelper: DorianD | Helpee: jin | Context: Need for developer certification program | Resolution: Outlined three-tier certification program with specific requirements for each level\nHelper: unreadyplayer | Helpee: ai16z community | Context: Need for tokenization platform for agent tokens | Resolution: Offered Cybers platform with customized features for ai16z including fee sharing and locked liquidity\n\n## 4. Action Items\nType: Technical | Description: Integrate AI summarization capabilities into an Eliza agent to serve as a scribe | Mentioned By: jin\nType: Technical | Description: Develop enterprise support model for F500 companies using ElizaOS | Mentioned By: DorianD\nType: Documentation | Description: Create comprehensive documentation for ElizaOS that stays updated with changing codebase | Mentioned By: jin\nType: Feature | Description: Implement three-tier certification program for ElizaOS users and developers | Mentioned By: DorianD\nType: Feature | Description: Launch agent tokens with ai16z as token pair on Cybers platform | Mentioned By: unreadyplayer\nType: Feature | Description: Implement 50/50 fee sharing between ai16z treasury and Cybers | Mentioned By: unreadyplayer\nType: Technical | Description: Create customized contract addresses with 'eliza' in them for agent tokens | Mentioned By: unreadyplayer\nType: Feature | Description: Develop staking mechanism for CYBR against agent tokens | Mentioned By: unreadyplayer",
          "messageCount": 24,
          "userCount": 6
        },
        {
          "channelId": "1301363808421543988",
          "channelName": "\ud83e\udd47-partners",
          "summary": "# Analysis of \ud83e\udd47-partners Discord Chat\n\n## 1. Summary\nThe chat primarily revolves around market fluctuations, project development priorities, and strategic decisions for the ai16z project. Key technical discussions include:\n\nThe team is working on ElizaOS V2 and tokenomics revamp, with jin developing slides for an upcoming tokenomics plan. There's debate about the optimal tokenomics model, with some advocating for a simple \"charge in stables/ETH and use revenue to buyback and burn native token\" approach versus more complex reflexive models.\n\nTechnical development includes work on Twitter plugins for Screenpipe integration, which would allow for automated posting of development updates. A developer (yikesawjeez) is building an Eliza plugin for Screenpipe that integrates with Omi (open source wearable).\n\nThe community discussed DeepSeek's R1 model release, noting it offers O1/Sonnet-level performance at 30x lower cost with MIT licensing, representing a significant advancement for open-source AI. Shaw mentioned testing O1 Pro and finding it underwhelming.\n\nStrategic discussions centered on whether Shaw should attend WEF/Davos events, with most partners advising against it to focus on development and avoid negative associations. The team is prioritizing getting ai16z listed as \"Made in America\" on CoinMarketCap to align with current market sentiment.\n\n## 2. FAQ\nQ: Is Eliza Labs the not-for-profit research arm for ai16z, and is ai16z dao the foundation entity that owns ai16z tokens? (asked by dev_next_door1326) A: Eliza Labs is the dev co so we have a legal footprint in the US (answered by shaw)\nQ: Why do you think OpenAI won't let us do the stuff we want with AI agents? What are their limitations where we might have the upper hand? (asked by M3xR) A: They have the disadvantages of being a big company that is not close enough to crypto and not degen enough. Web2 AI agents is their home turf, but crypto-centric is definitely not. Big companies suffer from a curse of innovation. (answered by mattyryze)\nQ: Can we LP with our tokens yet, so that Discord partner status still ok? (asked by Bealers) A: Unanswered\nQ: What is the NFT for if we are already verified as partner? (asked by trx314) A: Unanswered\nQ: Can two agents interact with each other like eg shaw ai and trump ai, or does it need a person to trigger interactions? (asked by anon) A: Yeah I think so, at least that's the intention, haven't tried it yet. Full multiplayer chat, no dm windows. (answered by ashxn)\n\n## 3. Help Interactions\nHelper: jin | Helpee: \ucc0c G \u8dfb \u3058 PrudentSpartan | Context: Disruptive behavior in the chat | Resolution: jin timed out the user for a week after repeated negative comments\nHelper: yikesawjeez | Helpee: Mike | Context: Connecting a company building AI music framework with ai16z team | Resolution: Provided eliza.gg/partnerships link that goes directly to BD inbox\nHelper: yikesawjeez | Helpee: Bootoshi | Context: User couldn't write in a specific chat channel | Resolution: Added appropriate role permissions to allow participation\nHelper: jin | Helpee: DorianD | Context: Getting ai16z listed as \"Made in America\" on CMC | Resolution: jin confirmed someone is working on it and later shared a submission form link\nHelper: DorianD | Helpee: shaw | Context: Decision about attending WEF/Davos events | Resolution: Multiple community members provided perspectives, ultimately advising against attending to focus on development\n\n## 4. Action Items\nType: Technical | Description: Develop Twitter plugin for Screenpipe integration to automate development updates | Mentioned By: yikesawjeez\nType: Technical | Description: Implement Eliza plugin for Screenpipe that integrates with Omi (open source wearable) | Mentioned By: yikesawjeez\nType: Technical | Description: Complete V2 development as priority over PR activities | Mentioned By: deadlock\nType: Technical | Description: Explore DeepSeek R1 model integration as it offers O1/Sonnet-level performance at 30x lower cost | Mentioned By: jin\nType: Documentation | Description: Complete and publish tokenomics white paper/plan | Mentioned By: \u963f\u62c9\u65af\u52a0\u7684\u72d7\ud83d\udd2f\nType: Documentation | Description: Submit information to get ai16z listed as \"Made in America\" on CoinMarketCap | Mentioned By: DorianD\nType: Feature | Description: Create agent that can mint whitelists during inconvenient time windows | Mentioned By: wit\nType: Feature | Description: Develop agent that knows everything about project management | Mentioned By: avirtualfuture\nType: Feature | Description: Consider implementing a token burn mechanism as part of tokenomics | Mentioned By: witch\nType: Feature | Description: Explore potential partnership with Wondera.ai for AI music framework | Mentioned By: Mike",
          "messageCount": 800,
          "userCount": 66
        },
        {
          "channelId": "1313222089271939102",
          "channelName": "3d-ai-tv",
          "summary": "# Discord Chat Analysis for \"3d-ai-tv\" Channel\n\n## 1. Summary\nThe chat focuses on two main technical projects: a news show and a \"Block Tank\" set in Unity. For the news show, they're implementing a system to display images on a TV within the scene using a \"tv\" actor in the event stream. The show runner sends image URLs as dialogue lines from this actor, which the Unity frontend loads onto screens. They're transitioning from an old news aggregator to a new one with improved image handling. For the Block Tank project, they're setting up a Unity scene with proper lighting, materials, and character models. Technical challenges include fixing reversed normals on models using custom shaders, implementing visemes for character lip-syncing, and setting up IK rigs. There's also discussion about character personalities for Eliza, Degen, and Tubbs, with some existing personality profiles being shared.\n\n## 2. FAQ\nQ: How will images be displayed in the news show? (asked by boom) A: Through a \"tv\" actor whose dialogue line is the image URL to display; \"none\" clears the image (answered by SM Sith Lord)\nQ: Is there an official ELIZA VRM right now? (asked by PENDINGREALITY) A: No, but it would be great to have a repo with \"official\" VRMs, personality profiles, and voices (answered by SM Sith Lord)\nQ: How should the camera work when showing images? (asked by boom) A: Use \"_tv\" variants of camera positions when an image is displayed (answered by SM Sith Lord)\nQ: Do we need a web browser to load images? (asked by boom) A: No, it's just image URLs that can be downloaded and loaded to a texture (answered by SM Sith Lord)\n\n## 3. Help Interactions\nHelper: SM Sith Lord | Helpee: boom | Context: How to implement TV image display in Unity | Resolution: Suggested using a \"tv\" actor with image URLs as dialogue lines and \"_tv\" camera variants\nHelper: SM Sith Lord | Helpee: boom | Context: Fixing reversed normals on Block Tank models | Resolution: Suggested scaling the model by -1, though boom ultimately used a custom shader\nHelper: jin | Helpee: boom | Context: Fixing Eliza model with hat issues | Resolution: Suggested using the old model with texture swap for hat and shirt\n\n## 4. Action Items\nType: Technical | Description: Implement TV image display functionality in Unity frontend | Mentioned By: SM Sith Lord\nType: Technical | Description: Start working on Block Tank set/project in Unity | Mentioned By: jin\nType: Technical | Description: Update Eliza personality profile to modern charfile.json format | Mentioned By: PENDINGREALITY\nType: Technical | Description: Fix the news aggregator JSON date issue | Mentioned By: SM Sith Lord\nType: Technical | Description: Implement proper visemes for character models including Vitalik | Mentioned By: boom\nType: Feature | Description: Create a repository with \"official\" VRMs, personality profiles, and voices for common characters | Mentioned By: SM Sith Lord\nType: Documentation | Description: Document character personalities for Degen, Eliza, and Tubbs | Mentioned By: fishai",
          "messageCount": 158,
          "userCount": 6
        }
      ]
    }
  },
  "ai_news_elizaos_daily_discord_md_2025-01-20": {
    "filename": "2025-01-20.md",
    "content": "# elizaOS Discord - 2025-01-20\n\n## Overall Discussion Highlights\n\n### Development & Technical Updates\n- **ElizaOS V2 Development**: The team is prioritizing V2 development and tokenomics revamp over PR activities, with jin working on slides for an upcoming tokenomics plan.\n- **Model Selection Issues**: Users reported that character files with \"model\": \"small\" still default to using large models, causing configuration confusion.\n- **Database Challenges**: Multiple users encountered SQLite connection problems and database configuration errors, particularly with the node plugin.\n- **Installation Recommendations**: Community members advised using the main eliza repository instead of eliza-starter due to dependency issues in the latter.\n- **DeepSeek R1 Model**: The community discussed DeepSeek's R1 model release, noting it offers O1/Sonnet-level performance at 30x lower cost with MIT licensing.\n- **Memory Management**: Developers identified the need for better memory management to allow agents to persist data between messages.\n\n### Integration & Plugins\n- **Twitter Integration**: Users discussed various challenges with Twitter integration, including authentication with 2FA, rate limits, and difficulties with the agent liking posts. Workarounds using Twitter cookies were shared.\n- **Telegram Setup**: Several users worked through Telegram client setup issues, with EcchiPen sharing a helpful video tutorial.\n- **Screenpipe Integration**: Development of a Twitter plugin for Screenpipe integration is underway to automate development updates.\n- **Custom Plugins**: Users are developing plugins for cryptocurrency trading, news aggregation, and image generation.\n\n### Projects & Applications\n- **3D AI TV Projects**: Two main projects are in development - a news show and a \"Block Tank\" set in Unity, with technical implementation of image display on TVs and character models.\n- **DegenAI Website**: Jin shared an early draft (https://degen-spartan.netlify.app/) and received feedback about the design feeling \"scammy\" and lacking cohesion with the ai16z brand.\n- **Virtual Exchange Environment**: Jin mentioned developing a 3D virtual exchange that could potentially be integrated into the DegenAI website.\n- **Agent Projects**: Community members are building various projects including a \"Ninja Terminal\" for viewing limit orders, a \"GOAT ARENA\" for AI trading agents to compete, and integration with Livepeer Protocol.\n\n### Business & Strategy\n- **Enterprise Support Model**: A proposal for an \"enterprise support\" model where the DAO would pay people and AIs for providing support to Fortune 500 companies using ElizaOS.\n- **Certification Program**: Discussion of a three-tier certification program: Certified ElizaOS Operator (for non-developers), ElizaOS Developer (for plugin creators), and Eliza Developer Pro (for contributors).\n- **Cybers Partnership**: Proposal from Cybers (tokenization platform) to collaborate with ai16z, including agent token launches with ai16z as token pair and 50% fee sharing.\n- **Made in America**: The team is working to get ai16z listed as \"Made in America\" on CoinMarketCap to align with current market sentiment.\n\n## Key Questions & Answers\n\n### Technical Implementation\n- **Q**: How will images be displayed in the news show?  \n  **A**: Through a \"tv\" actor whose dialogue line is the image URL to display; \"none\" clears the image.\n\n- **Q**: How to fix \"Cannot read properties of undefined (reading 'name')\" error in Discord?  \n  **A**: Switching the model to OpenAI resolved the issue; Anthropic has problems in Discord.\n\n- **Q**: How to change to use local db?  \n  **A**: Change the relevant variable in .env to database.\n\n- **Q**: What machine configuration is suitable to run this program without a GPU?  \n  **A**: 2GB RAM is more than enough; build process takes about 2GB, running agent takes minimal processing power.\n\n- **Q**: How to make the agent only retweet/comment/like or quote?  \n  **A**: Add and alter code within the Twitter plugin.\n\n### Project & Community\n- **Q**: Is Eliza Labs the not-for-profit research arm for ai16z, and is ai16z dao the foundation entity that owns ai16z tokens?  \n  **A**: Eliza Labs is the dev co so we have a legal footprint in the US.\n\n- **Q**: Why do you think OpenAI won't let us do the stuff we want with AI agents?  \n  **A**: They have the disadvantages of being a big company that is not close enough to crypto and not degen enough. Web2 AI agents is their home turf, but crypto-centric is definitely not.\n\n- **Q**: How many AI16Z tokens are needed to be a partner vs associate?  \n  **A**: Partner 100k, Associate 10k (AI16Z tokens).\n\n- **Q**: Is the URL in this Twitter post legit or is it a wallet suck?  \n  **A**: That's a scam.\n\n## Community Help & Collaboration\n\n### Technical Problem Solving\n- **mconstant** helped **0xLabsTheCoder** identify the correct API endpoint format and curl command for sending messages to an agent.\n- **EcchiPen** shared a video tutorial that helped **Neel Kanani** get Telegram bot setup working.\n- **perez** provided **averma** with a modified initializeDatabase function to force SQLite instead of Supabase, resolving database errors.\n- **Haphazardly** shared a solution for better-sqlite3 binding errors by running `cd node_modules/better-sqlite3 && npm run build-release`.\n- **SM Sith Lord** guided **boom** on implementing TV image display in Unity using a \"tv\" actor with image URLs as dialogue lines.\n\n### Community Support\n- **jin** recommended using Claude to write Mermaid markdown for creating flow charts and diagrams to improve documentation and communication.\n- **\ud835\udd2d\ud835\udd29\ud835\udd1e\ud835\udd31\ud835\udd1e \ud835\udd11\ud835\udd2c \ud835\udd09\ud835\udd1e\ud835\udd2d \ud835\udd1e\ud835\udd2f\ud835\udd20** suggested using Phantom wallet to **MicoM.ron** when they had transaction issues on JUP.\n- **Kenk** provided **an1muss** with a legitimate link to join the developer Discord for Eliza.\n- **jin** timed out a disruptive user after repeated negative comments to maintain a positive community environment.\n- **yikesawjeez** helped **Mike** connect a company building AI music framework with the ai16z team by providing the partnerships link.\n\n## Action Items\n\n### Technical\n- Fix model selection in character files so that \"model\": \"small\" setting is respected\n- Implement proper memory management for actions to persist data between messages\n- Fix Twitter like functionality for agents\n- Fix SQLite database connection issues with node plugin\n- Develop Twitter plugin for Screenpipe integration to automate development updates\n- Implement Eliza plugin for Screenpipe that integrates with Omi (open source wearable)\n- Explore DeepSeek R1 model integration as it offers O1/Sonnet-level performance at 30x lower cost\n- Implement TV image display functionality in Unity frontend for the news show\n- Fix the news aggregator JSON date issue\n- Implement proper visemes for character models including Vitalik\n- Investigate node plugin errors with agent startup\n- Develop agents capable of managing concentrated liquidity positions\n- Create plugin for AI trading agents to compete in GOAT ARENA\n- Integrate Eliza with Livepeer Protocol for AI inference\n- Build functionality to pull recent news data for agent tweets\n- Implement Twitter integration using API keys\n- Review PR for Eliza that has been pending for over a month\n\n### Documentation\n- Create comprehensive guides for scaling and deploying agents\n- Create better plugin documentation with clear examples\n- Improve Telegram client setup documentation\n- Document proper model configuration and how to set modelClass in character files\n- Complete and publish tokenomics white paper/plan\n- Submit information to get ai16z listed as \"Made in America\" on CoinMarketCap\n- Document character personalities for Degen, Eliza, and Tubbs\n- Create diagrams/visuals using Mermaid markdown to improve communication and coordination\n- Create and publish tokenomics information and 8% buyback details\n- Develop and share project roadmap with timeline\n- Create clear explanation of DegenAI's utility and purpose\n\n### Features\n- Develop \"Ninja Terminal\" to visualize limit orders for trading\n- Create \"GOAT ARENA\" for AI trading agents to compete\n- Build physical robot integration with ElizaOS\n- Add news aggregation capability for agents\n- Add multi-agent communication to enable agents to interact with each other\n- Implement three-tier certification program for ElizaOS users and developers\n- Launch agent tokens with ai16z as token pair on Cybers platform\n- Implement 50/50 fee sharing between ai16z treasury and Cybers\n- Develop staking mechanism for CYBR against agent tokens\n- Create agent that can mint whitelists during inconvenient time windows\n- Develop agent that knows everything about project management\n- Consider implementing a token burn mechanism as part of tokenomics\n- Create a repository with \"official\" VRMs, personality profiles, and voices for common characters\n- Improve website responsiveness as current version is not mobile-friendly\n- Develop virtual exchange environment with real-time trade displays\n- Visualize DegenSpartan's trades on the website\n- Add AI16Z branding to establish official connection\n- Create 3D environment with DegenSpartan at trading desk\n- Monitor celebrity tweets for trading opportunities\n- Consider creating a fan art page for community-created artwork"
  },
  "github_summaries_daily_2025-01-21": {
    "filename": "2025-01-21.md",
    "content": "# ElizaOS Daily Update (Jan 21, 2025)\n\n## OVERVIEW \nToday's development efforts focused on enhancing the ElizaOS framework with new plugins, bug fixes, and improvements to existing functionalities. Significant progress was made in integrating NVIDIA AI models and refining the plugin architecture, alongside updates to the integration tests workflow. The team also addressed several bugs and initiated new feature requests to further enhance the platform's capabilities.\n\n## KEY TECHNICAL DEVELOPMENTS\n\n### Plugin Enhancements\n- Introduced the NVIDIA NIM plugin for integrating NVIDIA AI Foundation Models ([#2599](https://github.com/elizaos/eliza/pull/2599)).\n- Added a new plugin for Cronos EVM, supporting token transfers and balance checks ([#2585](https://github.com/elizaos/eliza/pull/2585)).\n- Developed the router nitro plugin to improve routing capabilities ([#2590](https://github.com/elizaos/eliza/pull/2590)).\n- Enhanced the holdstation plugin with swap functionality ([#2596](https://github.com/elizaos/eliza/pull/2596)).\n\n### Bug Fixes and Improvements\n- Fixed incorrect boolean parsing for the ENABLE_OPEN_AI_COMMUNITY_PLUGIN setting ([#2560](https://github.com/elizaos/eliza/pull/2560)).\n- Updated integration tests workflow with improved caching configurations ([#2589](https://github.com/elizaos/eliza/pull/2589)).\n- Added instructions for escaping quotes in JSON generation to prevent bugs ([#2604](https://github.com/elizaos/eliza/pull/2604)).\n\n### Documentation and Community Engagement\n- Added community stream summary notes for \"What Did You Get Done This Week? #10\" ([#2558](https://github.com/elizaos/eliza/pull/2558)).\n- Updated `.gitignore` to exclude unnecessary files, improving repository cleanliness ([#2597](https://github.com/elizaos/eliza/pull/2597)).\n\n## CLOSED ISSUES\n\n### Resolved Bugs\n- Fixed build issues on Windows WSL related to the client/version.sh script ([#2608](https://github.com/elizaos/eliza/issues/2608)).\n- Addressed cloning errors encountered on WSL, resolving RPC/TLS issues ([#2593](https://github.com/elizaos/eliza/issues/2593)).\n- Resolved issues with the client app not loading correctly after cloning a fresh version of Eliza ([#2588](https://github.com/elizaos/eliza/issues/2588)).\n\n### Testing and Configuration\n- Closed issues related to the lack of test coverage for the plugin-agentkit and client-farcaster packages ([#2572](https://github.com/elizaos/eliza/issues/2572), [#2566](https://github.com/elizaos/eliza/issues/2566)).\n\n## NEW ISSUES\n\n### Feature Requests and Enhancements\n- New request for a plugin to support Eliza x onplug integration ([#2612](https://github.com/elizaos/eliza/issues/2612)).\n- Request for a simple guide on ESM and required dependencies for better integration ([#2598](https://github.com/elizaos/eliza/issues/2598)).\n\n### Installation and Configuration Challenges\n- Issues reported regarding the inability to install the `@elizaos/agent` package ([#2624](https://github.com/elizaos/eliza/issues/2624)).\n- Problems with starting the agent due to model download failures ([#2623](https://github.com/elizaos/eliza/issues/2623)).\n- Errors related to character switching in the client application ([#2592](https://github.com/elizaos/eliza/issues/2592))."
  },
  "github_summaries_week_latest_2025-12-21.md": {
    "filename": "2025-12-21.md",
    "content": "# Overall Project Weekly Summary (Dec 21 - 27, 2025)\n\n## Executive Summary\nThis week, the ElizaOS project executed a focused push to enhance platform quality, delivering significant improvements to both user experience and backend stability. We rapidly resolved a large number of UI issues in the agent builder, while simultaneously shipping foundational upgrades for performance, reliability, and developer extensibility across core services and plugins.\n\n### Key Strategic Initiatives & Outcomes\n\n**Refining the User Experience**\n*To make our platform more intuitive and effective for users, we focused on identifying and rapidly resolving interface issues.*\n- A large batch of UI/UX refinements for the agent builder were resolved in [elizaos/eliza](https://github.com/elizaos/eliza), including improvements to button consistency ([#6274](https://github.com/elizaos/eliza/issues/6274)), adding an \"unsaved changes\" warning ([#6275](https://github.com/elizaos/eliza/issues/6275)), and other usability enhancements.\n- A new feature was added to the [elizaos-plugins/plugin-openai](https://github.com/elizaos-plugins/plugin-openai) to support real-time streaming of text generation, making agent interactions feel more immediate and responsive.\n- A new wave of issues was identified across multiple plugins to improve agent chat behavior, such as ensuring the most recent conversation opens by default ([#6281](https://github.com/elizaos-plugins/plugin-twitter/issues/6281)) and fixing conversation duplication bugs ([#6282](https://github.com/elizaos-plugins/plugin-twitter/issues/6282)).\n\n**Strengthening Platform Performance and Stability**\n*To ensure our framework is robust and scalable, we made critical updates to improve system reliability and throughput.*\n- The core platform in [elizaos/eliza](https://github.com/elizaos/eliza) was upgraded to use true Server-Sent Events (SSE), replacing less efficient polling methods for real-time updates ([#5930](https://github.com/elizaos/eliza/issues/5930)).\n- The [elizaos-plugins/plugin-knowledge](https://github.com/elizaos-plugins/plugin-knowledge) repository introduced configurable rate limiting for high-throughput APIs, providing greater control and stability under heavy load ([#49](https://github.com/elizaos-plugins/plugin-knowledge/pull/49)).\n- Significant refactoring and type-safety improvements were completed in the [elizaos-plugins/plugin-discord](https://github.com/elizaos-plugins/plugin-discord) plugin, resolving TypeScript errors and overhauling message handling logic for better stability ([#38](https://github.com/elizaos-plugins/plugin-discord/pull/38), [#32](https://github.com/elizaos-plugins/plugin-discord/pull/32)).\n\n**Improving Developer Experience and Extensibility**\n*To empower our community and accelerate future development, we enhanced the core framework to make it easier to build powerful, type-safe plugins.*\n- The core runtime in [elizaos/eliza](https://github.com/elizaos/eliza) was updated to support generic types for custom event handlers, improving type safety and code clarity for plugin developers ([#6277](https://github.com/elizaos/eliza/pull/6277)).\n- A proposal for a new multi-bot voice architecture was submitted in the [elizaos-plugins/plugin-discord](https://github.com/elizaos-plugins/plugin-discord) repository, paving the way for future support of audio channels ([#36](https://github.com/elizaos-plugins/plugin-discord/pull/36)).\n\n### Cross-Repository Coordination\nThis week highlighted a tight feedback loop between user-facing plugins and the core platform. A coordinated effort to improve the agent builder UI saw numerous issues identified in the `plugin-discord` repository on one day and resolved in the main `elizaos/eliza` repository the next. Additionally, the new streaming text generation feature in `plugin-openai` is now awaiting integration with the main `elizaos` repository, demonstrating how plugin innovations are being prepared for project-wide rollout.\n\n## Repository Spotlights\n\n### elizaos/eliza\n- **UI/UX Overhaul:** A significant number of issues were closed to refine the agent builder and dashboard experience, including redesigning the dashboard as the primary landing page ([#6222](https://github.com/elizaos/eliza/issues/6222)), reducing long loading times ([#6248](https://github.com/elizaos/eliza/issues/6248)), and resolving a large set of UI bugs ([#6270](https://github.com/elizaos/eliza/issues/6270), [#6271](https://github.com/elizaos/eliza/issues/6271), [#6273](https://github.com/elizaos/eliza/issues/6273), [#6275](https://github.com/elizaos/eliza/issues/6275)).\n- **Core Framework Enhancements:** Generic type support was added for custom event handlers to improve developer experience and type safety ([#6277](https://github.com/elizaos/eliza/pull/6277)). The platform was also updated to use true SSE streaming instead of polling ([#5930](https://github.com/elizaos/eliza/issues/5930)).\n- **Bug Fixes:** A critical bug preventing agents from responding due to a `MessageBusService` error was resolved ([#6140](https://github.com/elizaos/eliza/issues/6140)).\n\n### elizaos-plugins/plugin-openai\n- **Streaming Support:** A major feature was added to enable streaming for text generation, allowing for real-time output delivery. This work is awaiting integration with the main ElizaOS repository ([#21](https://github.com/elizaos-plugins/plugin-openai/pull/21)).\n- **New Feature Requests:** New issues were opened to improve user experience, including a proposal to summarize chat names ([#6278](https://github.com/elizaos-plugins/plugin-openai/issues/6278)) and add a user feedback button ([#6280](https://github.com/elizaos-plugins/plugin-openai/issues/6280)).\n\n### elizaos-plugins/plugin-discord\n- **Major Refactoring & Bug Fixes:** The plugin underwent significant maintenance, including resolving TypeScript type errors ([#38](https://github.com/elizaos-plugins/plugin-discord/pull/38), [#37](https://github.com/elizaos-plugins/plugin-discord/pull/37)), overhauling message handling logic ([#32](https://github.com/elizaos-plugins/plugin-discord/pull/32)), and introducing a new permission system ([#34](https://github.com/elizaos-plugins/plugin-discord/pull/34)).\n- **Issue Identification:** A large volume of new issues were opened, primarily focused on refining the agent builder UI/UX ([#6270](https://github.com/elizaos-plugins/plugin-discord/issues/6270)-[#6275](https://github.com/elizaos-plugins/plugin-discord/issues/6275)), which drove rapid development in the main `elizaos/eliza` repository.\n- **Architectural Proposal:** A new multi-bot voice architecture was proposed to support audio channels and progressive updates in the future ([#36](https://github.com/elizaos-plugins/plugin-discord/pull/36)).\n\n### elizaos-plugins/plugin-knowledge\n- **Enhanced API Rate Limiting:** A new feature was merged to add configurable rate limits for high-throughput APIs, improving system stability. The update also increased default limits fivefold to better support demanding use cases ([#49](https://github.com/elizaos-plugins/plugin-knowledge/pull/49)).\n- **New Issues:** Several issues were opened to improve agent chat behavior ([#6281](https://github.com/elizaos-plugins/plugin-knowledge/issues/6281), [#6282](https://github.com/elizaos-plugins/plugin-knowledge/issues/6282)) and fix UI and documentation problems ([#6283](https://github.com/elizaos-plugins/plugin-knowledge/issues/6283), [#6284](https://github.com/elizaos-plugins/plugin-knowledge/issues/6284)).\n\n### elizaos-plugins/plugin-twitter\n- **Bug Fix:** A fix was merged to ensure that changes to posting enablement settings are applied immediately and consistently, improving the reliability of the plugin's core functionality ([#42](https://github.com/elizaos-plugins/plugin-twitter/pull/42)).\n- **Future Work Identified:** New issues were created to address bugs in agent chat behavior ([#6281](https://github.com/elizaos-plugins/plugin-twitter/issues/6281), [#6282](https://github.com/elizaos-plugins/plugin-twitter/issues/6282)) and to improve UI consistency and documentation ([#6283](https://github.com/elizaos-plugins/plugin-twitter/issues/6283), [#6284](https://github.com/elizaos-plugins/plugin-twitter/issues/6284))."
  },
  "github_summaries_month_latest_2025-12-01.md": {
    "filename": "2025-12-01.md",
    "content": "# Overall Project Monthly Summary (December 2025)\n\n## Executive Summary\nDecember was a pivotal month focused on strengthening the ElizaOS foundation and strategically expanding its capabilities. We executed a major push to improve core platform stability and defined a clear vision for a future user experience overhaul. Simultaneously, we expanded our agent ecosystem with key Web3 plugins and initiated a coordinated effort to introduce real-time streaming, making our agents more responsive and interactive.\n\n### Key Strategic Initiatives & Outcomes\n\n**Strengthening the Core Platform for Stability and Scale**\nTo support increasingly complex and autonomous agents, we invested heavily in making the underlying framework more robust, secure, and modern.\n-   A major server refactoring was completed in [elizaos/eliza](https://github.com/elizaos/eliza) to optimize the codebase and improve reliability ([#6199](https://github.com/elizaos/eliza/pull/6199)).\n-   Code quality and type safety were significantly enhanced by resolving build errors across the entire `elizaos/eliza` monorepo ([#6218](https://github.comcom/elizaos/eliza/pull/6218)).\n-   A critical security vulnerability in character secret encryption was fixed, ensuring user data is properly protected ([#6217](https://github.comcom/elizaos/eliza/pull/6217)).\n-   Agent autonomy was improved by enhancing how tools interact with memory in the Master Control Program, laying the groundwork for more sophisticated reasoning ([elizaos-plugins/plugin-mcp](https://github.com/elizaos-plugins/plugin-mcp), [#19](https://github.com/elizaos-plugins/plugin-mcp/pull/19)).\n\n**Expanding the Agent Ecosystem into Web3 and Beyond**\nWe continued to execute on our mission to thrive in both Web2 and Web3 by adding powerful new tools for agents to use.\n-   The [elizaos-plugins/registry](https://github.com/elizaos-plugins/registry) was expanded with three new community plugins, adding capabilities for DeFi ([#235](https://github.com/elizaos-plugins/registry/pull/235)), decentralized social media ([#243](https://github.com/elizaos-plugins/registry/pull/243)), and communication ([#242](https://github.com/elizaos-plugins/registry/pull/242)).\n-   The new self-hosted Farcaster plugin is a key step toward greater agent autonomy, allowing agents to connect directly to the network without relying on third-party APIs ([#243](https://github.com/elizaos-plugins/registry/pull/243)).\n\n**Laying the Groundwork for Real-Time, Responsive Agents**\nFor agents to feel truly interactive, they must process and respond to information as it arrives, not just after a long pause.\n-   Work was initiated across multiple plugins to add streaming support, a foundational feature for enabling real-time, conversational AI. This effort included the [OpenAI](https://github.com/elizaos-plugins/plugin-openai) ([#21](https://github.com/elizaos-plugins/plugin-openai/pull/21)), [Anthropic](https://github.com/elizaos-plugins/plugin-anthropic) ([#12](https://github.com/elizaos-plugins/plugin-anthropic/pull/12)), and [OpenRouter](https://github.com/elizaos-plugins/plugin-openrouter) ([#21](https://github.com/elizaos-plugins/plugin-openrouter/pull/21)) plugins.\n\n**Refining the User Experience and Planning for the Future**\nMaking the platform intuitive is key to growing our community. This month, we cleared existing UI issues and laid out a detailed plan for a major user experience overhaul.\n-   A large number of UI/UX issues were resolved in [elizaos/eliza](https://github.com/elizaos/eliza), streamlining the interface by consolidating navigation ([#6173](https://github.com/elizaos/eliza/issues/6173)) and improving visual feedback ([#6235](https://github.com/elizaos/eliza/issues/6235)).\n-   A comprehensive plan for a redesigned dashboard and guided user onboarding was established through the creation of over 20 new strategic issues in [elizaos/eliza](https://github.com/elizaos/eliza) ([#6221](https://github.com/elizaos/eliza/issues/6221), [#6222](https://github.com/elizaos/eliza/issues/6222)).\n-   The developer experience was simplified by making ElizaOS Cloud the default AI provider in the CLI, complete with a new browser-based login flow ([elizaos/eliza](https://github.com/elizaos/eliza), [#6208](https://github.com/elizaos/eliza/pull/6208)).\n\n### Cross-Repository Coordination\nThis month saw a coordinated push to standardize and modernize key functionalities across the ElizaOS ecosystem.\n-   **Unified Streaming Support:** A parallel effort began across the `plugin-openai`, `plugin-anthropic`, and `plugin-openrouter` repositories to implement streaming. This shared initiative will bring more responsive, real-time interactions to agents regardless of the underlying model provider.\n-   **Architectural Alignment:** Following the modernization of core APIs in `elizaos/eliza`, work began in the `plugin-telegram` ([#22](https://github.com/elizaos-plugins/plugin-telegram/pull/22)) and `plugin-discord` ([#32](https://github.com/elizaos-plugins/plugin-discord/pull/32)) plugins to refactor their messaging systems. This alignment ensures all plugins communicate with the core framework in a standardized, more modular way.\n\n## Repository Spotlights\n\n### elizaos/eliza\nThe core repository saw extensive activity focused on stability, user experience, and future planning.\n-   Completed a major server refactoring to optimize the codebase and API structure ([#6199](https://github.com/elizaos/eliza/pull/6199)).\n-   Resolved TypeScript build errors across the monorepo, significantly improving code stability and type safety ([#6218](https://github.com/elizaos/eliza/pull/6218)).\n-   Updated all project dependencies to their latest versions, resolving compatibility issues ([#6210](https://github.com/elizaos/eliza/pull/6210)).\n-   Fixed a critical security bug in character secret encryption ([#6217](https://github.comcom/elizaos/eliza/pull/6217)).\n-   Streamlined the developer experience by making ElizaOS Cloud the default provider in the CLI, adding a new browser-based login flow ([#6208](https://github.com/elizaos/eliza/pull/6208)).\n-   Closed a large batch of UI/UX issues, including consolidating the sidebar ([#6173](https://github.com/elizaos/eliza/issues/6173)) and adding an \"Unsaved Changes\" warning ([#6183](https://github.com/elizaos/eliza/issues/6183)).\n-   Opened over 20 new issues to define a comprehensive overhaul of the dashboard ([#6222](https://github.com/elizaos/eliza/issues/6222)) and agent creation workflow.\n-   Addressed community concerns regarding token snapshot eligibility for Tangem wallet users ([#6158](https://github.com/elizaos/eliza/issues/6158), [#6211](https://github.com/elizaos/eliza/issues/6211)).\n\n### elizaos-plugins/registry\nThe registry was expanded with new plugins, broadening agent capabilities in Web2 and Web3.\n-   Added the Moralis DeFi plugin (`@pyboom/plugin-moralis-v2`) to provide agents with Moralis v2 functionalities ([#235](https://github.com/elizaos-plugins/registry/pull/235)).\n-   Integrated the OpenChat plugin (`@tonyflam/plugin-openchat`) for agent communication ([#242](https://github.com/elizaos-plugins/registry/pull/242)).\n-   Introduced a self-hosted Farcaster plugin (`plugin-farcaster-local-hub`) that removes dependency on third-party APIs ([#243](https://github.com/elizaos-plugins/registry/pull/243)).\n\n### elizaos-plugins/plugin-mcp\nWork focused on foundational improvements for agent memory and tool interaction.\n-   Refactored memory handling by introducing an optional `mcpText` field and updating `handleToolResponse` to return a `Memory` object, enabling more robust agent configuration ([#19](https://github.com/elizaos-plugins/plugin-mcp/pull/19)).\n\n### elizaos-plugins/plugin-openai\nDevelopment began on a key feature for real-time interaction.\n-   Initiated work to add streaming support, opening a pull request to handle continuous data flows from the OpenAI API ([#21](https://github.com/elizaos-plugins/plugin-openai/pull/21)).\n\n### elizaos-plugins/plugin-anthropic\nWork started on enhancing the plugin's real-time capabilities.\n-   A pull request was opened to introduce streaming support, enabling more dynamic and responsive agent communication ([#12](https://github.com/elizaos-plugins/plugin-anthropic/pull/12)).\n\n### elizaos-plugins/plugin-openrouter\nA significant enhancement was proposed to improve responsiveness.\n-   Work began on adding streaming support and refining the plugin's focus by removing tools support ([#21](https://github.com/elizaos-plugins/plugin-openrouter/pull/21)).\n\n### elizaos-plugins/plugin-telegram\nA major architectural refactor was initiated to improve integration with the core framework.\n-   A pull request was opened to implement a unified messaging API, aiming to standardize communication and enhance modularity ([#22](https://github.com/elizaos-plugins/plugin-telegram/pull/22)).\n\n### elizaos-plugins/plugin-discord\nThe plugin's internal architecture was improved for better maintainability.\n-   Work began on refactoring the message handling system to improve its structure and prepare for future enhancements ([#32](https://github.com/elizaos-plugins/plugin-discord/pull/32)).\n\n### elizaos-plugins/plugin-mysql\nActivity focused on user support and documentation clarification.\n-   Resolved an issue by clarifying that documentation has been centralized in the `elizaos/docs` repository ([#6122](https://github.com/elizaos-plugins/plugin-mysql/issues/6122)).\n-   Provided a helpful tip to users that disabling other plugins may be necessary for successful initial table creation ([#1](https://github.com/elizaos-plugins/plugin-mysql/issues/1))."
  },
  "github_extracted_data_monthly_stats_text_2025-01": "{\n  \"interval\": {\n    \"intervalStart\": \"2025-01-01T00:00:00.000Z\",\n    \"intervalEnd\": \"2025-02-01T00:00:00.000Z\",\n    \"intervalType\": \"month\"\n  },\n  \"repository\": \"elizaos/eliza\",\n  \"overview\": \"From 2025-01-01 to 2025-02-01, elizaos/eliza had 1039 new PRs (735 merged), 401 new issues, and 694 active contributors.\",\n  \"topIssues\": [\n    {\n      \"id\": \"I_kwDOMT5cIs6l7_A4\",\n      \"title\": \"Missing Module: '@anush008/tokenizers-linux-arm64-gnu'\",\n      \"author\": \"morning3tar\",\n      \"number\": 2242,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-13T13:29:04Z\",\n      \"closedAt\": \"2025-03-08T01:09:54Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 30\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs6lSxzf\",\n      \"title\": \"Error: Could not find wrtc binary on any of the paths when running pnpm start\",\n      \"author\": \"arvin-crypto\",\n      \"number\": 1965,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-07T15:47:26Z\",\n      \"closedAt\": \"2025-03-02T01:55:50Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 27\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs6mwy61\",\n      \"title\": \"@elizaos/agent@0.1.9-alpha.1 start: `node --loader ts-node/esm src/index.ts \\\"--isRoot\\\" \\\"--characters=characters/eternalai.character.json\\\"`\",\n      \"author\": \"illink7\",\n      \"number\": 2530,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-19T20:13:23Z\",\n      \"closedAt\": \"2025-03-08T01:17:17Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 22\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs6m5hCt\",\n      \"title\": \"Bot is only responding to target users and ignoring all other mentions on twitter\",\n      \"author\": \"Xayaan\",\n      \"number\": 2563,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-20T18:46:01Z\",\n      \"closedAt\": \"2025-03-08T01:17:17Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 21\n    },\n    {\n      \"id\": \"I_kwDOMT5cIs6lwYFX\",\n      \"title\": \"\u2009ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL\u2009\",\n      \"author\": \"TobiGoldD\",\n      \"number\": 2127,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-10T19:14:51Z\",\n      \"closedAt\": \"2025-03-02T01:56:01Z\",\n      \"state\": \"CLOSED\",\n      \"commentCount\": 20\n    }\n  ],\n  \"topPRs\": [\n    {\n      \"id\": \"PR_kwDOMT5cIs6H-S3t\",\n      \"title\": \"chore: dev => main 0.1.9\",\n      \"author\": \"odilitime\",\n      \"number\": 2361,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-16T09:01:27Z\",\n      \"mergedAt\": \"2025-02-01T00:59:40Z\",\n      \"additions\": 250702,\n      \"deletions\": 16452\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6JBWtl\",\n      \"title\": \"Add Access Token Management\",\n      \"author\": \"elpulpo0\",\n      \"number\": 2808,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-26T22:16:38Z\",\n      \"mergedAt\": null,\n      \"additions\": 224271,\n      \"deletions\": 12973\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6HcIgk\",\n      \"title\": \"chore: Prep v0.1.8 (dev => main)\",\n      \"author\": \"odilitime\",\n      \"number\": 2171,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-11T23:36:42Z\",\n      \"mergedAt\": \"2025-01-12T07:32:53Z\",\n      \"additions\": 100844,\n      \"deletions\": 46015\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6HLoVX\",\n      \"title\": \"Fix/resolve conflicts\",\n      \"author\": \"yueliao11\",\n      \"number\": 2060,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-09T09:58:41Z\",\n      \"mergedAt\": null,\n      \"additions\": 87145,\n      \"deletions\": 43714\n    },\n    {\n      \"id\": \"PR_kwDOMT5cIs6HJPhr\",\n      \"title\": \"Development\",\n      \"author\": \"juansebsol\",\n      \"number\": 2041,\n      \"repository\": \"elizaos/eliza\",\n      \"createdAt\": \"2025-01-09T01:24:35Z\",\n      \"mergedAt\": null,\n      \"additions\": 81946,\n      \"deletions\": 43391\n    }\n  ],\n  \"codeChanges\": {\n    \"additions\": 450243,\n    \"deletions\": 138188,\n    \"files\": 2487,\n    \"commitCount\": 5528\n  },\n  \"completedItems\": [\n    {\n      \"title\": \"chore: support more debians distros\",\n      \"prNumber\": 1875,\n      \"type\": \"other\",\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 more playwright support for various debian distros.\\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 c\"\n    },\n    {\n      \"title\": \"fix: Fix postinstall script\",\n      \"prNumber\": 1872,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFixes develop's install-phase (broken in #1834 )\\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 doing this? Any context\"\n    },\n    {\n      \"title\": \"docs: Add DAO donation ask & dev discord\",\n      \"prNumber\": 1867,\n      \"type\": \"feature\",\n      \"body\": \"Self explanatory I hope\"\n    },\n    {\n      \"title\": \"feat: Add Stargaze plugin\",\n      \"prNumber\": 1861,\n      \"type\": \"feature\",\n      \"body\": \"This plugins allows Eliza to get NFT information from the main NFT marketplace in Cosmos (Stargaze). \\r\\n\\r\\n<img width=\\\"708\\\" alt=\\\"image\\\" src=\\\"https://github.com/user-attachments/assets/03b9b7fe-85fe-407f-a0ff-dbeeea73f1e1\\\" />\\r\\n<img width=\\\"1145\"\n    },\n    {\n      \"title\": \"Feat: add infera as an inference provide\",\n      \"prNumber\": 1860,\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\\nN/A\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final \"\n    },\n    {\n      \"title\": \"Fix faq link on contributing.md\",\n      \"prNumber\": 1847,\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\\nhttps://github.com/elizaOS/eliza/issues/1838\\r\\n\\r\\n# Risks\\r\\n\\r\\nlow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR \"\n    },\n    {\n      \"title\": \"test: adding more tests for goals,memory and provider. Fixing generation.test.ts\",\n      \"prNumber\": 1840,\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\\nhttps://github.com/elizaOS/eliza/issues/186\\r\\nhttps://github.com/elizaOS/eliza/issues/183\\r\\nhttps://github.\"\n    },\n    {\n      \"title\": \"correct faq docs link in both contribution md files\",\n      \"prNumber\": 1839,\n      \"type\": \"other\",\n      \"body\": \"This pull request includes a small change to the `CONTRIBUTING.md` and `docs/docs/contributing.md` files. The change corrects the link to the FAQ page to point to the correct location.\\r\\n\\r\\n* [`CONTRIBUTING.md`](diffhunk://#diff-eca12c0a30e25\"\n    },\n    {\n      \"title\": \"chore: update bootstrap plugin export\",\n      \"prNumber\": 1836,\n      \"type\": \"other\",\n      \"body\": \"Relates to:\\r\\nPlugin export collisions in character files\\r\\n\\r\\nRisks\\r\\nLow - This is a minor bug fix that ensures proper module exports\\r\\n\\r\\nBackground\\r\\nWhat does this PR do?\\r\\nEnsures the bootstrap plugin has a proper default export at the bottom\"\n    },\n    {\n      \"title\": \"Update README_KOR.md\",\n      \"prNumber\": 1835,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\n\\r\\nModified the previous sentence to align with the meaning in Korean.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n# Risks\\r\\n\\r\\n<!--\\r\\nLow: The change involves updating existing commands related to project setup.\\r\\nMedium: If there is a\"\n    },\n    {\n      \"title\": \"improvement: replacing console.log with elizaLogger\",\n      \"prNumber\": 1834,\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\\nhttps://github.com/elizaOS/eliza/issues/1725\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"refactor: typo in readme\",\n      \"prNumber\": 1832,\n      \"type\": \"refactor\",\n      \"body\": \"Remove a duplication in the readme\"\n    },\n    {\n      \"title\": \"fix: add default export to plugin-image-generation\",\n      \"prNumber\": 1831,\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\\nhttps://github.com/elizaOS/eliza/issues/917\\r\\nhttps://github.com/eli\"\n    },\n    {\n      \"title\": \"Update .env.example\",\n      \"prNumber\": 1829,\n      \"type\": \"other\",\n      \"body\": \"Grok / xAI API Key are the same. Same endpoint. It's confusing to split it into Grok and xAI separately. If someone wants to use Grok, they will enter their xAI API key at the GROK_API_KEY, and it works.\"\n    },\n    {\n      \"title\": \"fix(solana token provider): await cached data\",\n      \"prNumber\": 1828,\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\\nExecuting trades\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out befo\"\n    },\n    {\n      \"title\": \"Update c3po.character.json\",\n      \"prNumber\": 1827,\n      \"type\": \"other\",\n      \"body\": \"Changes & Optimizations:\\r\\n\\r\\nFormatting Consistency:\\r\\nIndented uniformly for readability.\\r\\nGrouped related sections logically for better navigation.\\r\\n\\r\\nRemoved Redundancy\\r\\nSimplified the structure in messageExamples to avoid unnecessary repe\"\n    },\n    {\n      \"title\": \"feat: add cosmos plugin \",\n      \"prNumber\": 1826,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nNA\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled out before final review a\"\n    },\n    {\n      \"title\": \"chore: update develop from main\",\n      \"prNumber\": 1823,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat(models): update Google model configurations\",\n      \"prNumber\": 1815,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nModels configuration update for Google Gemini\\r\\n- Add gemini-2.0-flash-exp for SMALL/MEDIUM/LARGE class\\r\\n- Update default models to latest versions\\r\\n\\r\\n# Risks\\r\\nLow - Model configuration update only, no functional changes to cor\"\n    },\n    {\n      \"title\": \"feat: refactor model config\",\n      \"prNumber\": 1805,\n      \"type\": \"feature\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/1655\\r\\n\\r\\n(@monilpat should we update the model settings for each model in this PR?)\\r\\n\\r\\nImplemented the separation of model configurations to enable model-specific settings instead of generaliz\"\n    },\n    {\n      \"title\": \"chore: bump version to v.0.1.7\",\n      \"prNumber\": 1804,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: generation tests for trimTokens\",\n      \"prNumber\": 1803,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: install with no frozen-lockfile flag\",\n      \"prNumber\": 1802,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"Revert \\\"fix(postgres): Handle vector extension creation properly (#1561)\\\"\",\n      \"prNumber\": 1799,\n      \"type\": \"bugfix\",\n      \"body\": \"Reverts elizaOS/eliza#1743\"\n    },\n    {\n      \"title\": \"chore: remove unused import and var\",\n      \"prNumber\": 1797,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"bug : Removed FerePro plugin\",\n      \"prNumber\": 1795,\n      \"type\": \"bugfix\",\n      \"body\": \"This PR fixes the issues arising with Fere Pro plugin. \\r\\nRemoved the code that caused the issue.\"\n    },\n    {\n      \"title\": \"Create README.md\",\n      \"prNumber\": 1787,\n      \"type\": \"other\",\n      \"body\": \"Adding README.md for the client-github package\\r\\n\\r\\n<!-- Use this template by filling in information and copy 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 sec\"\n    },\n    {\n      \"title\": \"fix: line break handling in chat\",\n      \"prNumber\": 1784,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/pull/1483/\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks sectio\"\n    },\n    {\n      \"title\": \"fix: remove twitter profile caching (#1638)\",\n      \"prNumber\": 1782,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes #1638 \\r\\nRemove db caching of character card info, we instead read from character card and cache in memory directly\\r\\n\\r\\nRemoved database caching\\r\\nStill keep profile in memory (this.profile)\\r\\nStill update character runtime (this.runtime.\"\n    },\n    {\n      \"title\": \"docs: add Romanian README translation\",\n      \"prNumber\": 1770,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nMaintains original document structure and layout\\r\\nPreserves all formatting, emojis, and technical terms\\r\\nRetains all original links and image references\\r\\nIncludes full translation of all sections (Features, Use Cases, Quick\"\n    },\n    {\n      \"title\": \"fix(client): improve Windows compatibility for Vite dev server\",\n      \"prNumber\": 1760,\n      \"type\": \"bugfix\",\n      \"body\": \"\\r\\n\\r\\n# Localhost Handling: Windows vs macOS\\r\\n\\r\\n## Windows Behavior\\r\\n1. Network Stack\\r\\n- Defaults to IPv6 (::1) when resolving `localhost`\\r\\n- More strict separation between localhost and IP address bindings\\r\\n- Requires explicit permissions fo\"\n    },\n    {\n      \"title\": \"fix: build lint errors\",\n      \"prNumber\": 1759,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"docs: add Serbian README translation\",\n      \"prNumber\": 1757,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nMaintains original document structure and layout\\r\\nPreserves all formatting, emojis, and technical terms\\r\\n\"\n    },\n    {\n      \"title\": \"docs: update faq.md\",\n      \"prNumber\": 1746,\n      \"type\": \"docs\",\n      \"body\": \"Removed mentions of some items.\\r\\n\\r\\n<!-- Use this template by filling in information and copy 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 is to be f\"\n    },\n    {\n      \"title\": \"feat(plugin-near): replace console.log to eliza logger\",\n      \"prNumber\": 1745,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"fix(postgres): Handle vector extension creation properly (#1561)\",\n      \"prNumber\": 1743,\n      \"type\": \"bugfix\",\n      \"body\": \"# PR: Fix PostgreSQL Vector Extension Issues (#1561)\\r\\n\\r\\n## Problem\\r\\nThe PostgreSQL adapter was encountering a \\\"type vector does not exist\\\" error when trying to create tables that use the `vector` type. This was happening because:\\r\\n1. The `v\"\n    },\n    {\n      \"title\": \"fix(client-slack): implement Media type properties in message attachments #1384\",\n      \"prNumber\": 1741,\n      \"type\": \"bugfix\",\n      \"body\": \"## Description\\r\\nThis PR fixes issue #1384 by properly implementing the Media type interface for message attachments in the Slack client.\\r\\n\\r\\n## Changes\\r\\n- Updated the `content` object creation in `messages.ts` to include all required Media t\"\n    },\n    {\n      \"title\": \"feat: support for eternalai provider can write request/response log info\",\n      \"prNumber\": 1740,\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\\nConfig eternalai logging from env\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nMore flexible than with env\\r\\n\\r\\n## Why are we doing this? Any context or related work?\\r\\n\\r\\nCurrently, Eliza \"\n    },\n    {\n      \"title\": \"docs: update README_KOR.md\",\n      \"prNumber\": 1739,\n      \"type\": \"docs\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nNo issue for this pr\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled out befor\"\n    },\n    {\n      \"title\": \"fix: standardize ACTION_INTERVAL unit to minutes in twitter client\",\n      \"prNumber\": 1738,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nRelated to inconsistent time unit usage for ACTION_INTERVAL across the codebase.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - This is a documentation and logging clarity improvement that doesn't change core functionality.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What\"\n    },\n    {\n      \"title\": \"\ud83d\udc1b fix plugins.md formatting for docs with dockerized docs validation\",\n      \"prNumber\": 1722,\n      \"type\": \"bugfix\",\n      \"body\": \"Can't build the docs because of the following:\\r\\n\\r\\n`docs/docs/packages/plugins.md`\\r\\n\\r\\nSo, I'm adding the following features:\\r\\n\\r\\n* [x] Dockerized support of the docusaurus dir `docs`\\r\\n  * [x] Locally builds with pnpm cache in docker\\r\\n  * [x] \"\n    },\n    {\n      \"title\": \"fix: add echochambers to agent\",\n      \"prNumber\": 1719,\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\\nAdds echochambers to agent\\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 work?\\r\\n\\r\\nFo\"\n    },\n    {\n      \"title\": \"fix: multiple web search import in agent\",\n      \"prNumber\": 1718,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: Develop => main for 1.7.0 release\",\n      \"prNumber\": 1717,\n      \"type\": \"other\",\n      \"body\": \"- #1549\\r\\n- #1548\\r\\n- #1555\\r\\n- #1559\\r\\n- #1573\\r\\n- #1574\\r\\n- #1571\\r\\n- #1579\\r\\n- #1602\\r\\n- #1604\\r\\n- #1603\\r\\n- #1601\\r\\n- #1599\\r\\n- #1594\\r\\n- #1591\\r\\n- #1589\\r\\n- #1586\\r\\n- #1609\\r\\n- #1607\\r\\n- #1614\\r\\n- #1581\\r\\n- #1606\\r\\n- #1626\\r\\n- #1625\\r\\n- #1627\\r\\n- #1550\\r\\n- #163\"\n    },\n    {\n      \"title\": \"chore(zksync-era): rm not used imports\",\n      \"prNumber\": 1716,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"refactor: client api\",\n      \"prNumber\": 1713,\n      \"type\": \"refactor\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nN/A (Refactor)\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. Only refactored code structure by modularizing mutations and queries. No new functionality was added or existing functionality altered.\\r\\n\\r\\n# Background\\r\\n\\r\\nThe client is in the early stage, \"\n    },\n    {\n      \"title\": \"feat: Simulate discord typing while generating a response\",\n      \"prNumber\": 1712,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to: Discord Client\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow: Probably none\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nIt implements sendTyping() from Discord.js to indicate bot activity while generating a response.\\r\\n\\r\\n## What kind of change is this?\"\n    },\n    {\n      \"title\": \"EVM plugin wallet provider and transfer action improvements\",\n      \"prNumber\": 1701,\n      \"type\": \"other\",\n      \"body\": \"# Relates to:\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\nLow. \\r\\n- The caching mechanism in the wallet provider is isolated and uses a short TTL (5 seconds), which minimizes the impact on operations.\\r\\n- Changes to the transfer action align with existing types and sta\"\n    },\n    {\n      \"title\": \"chore: twitter username validation message\",\n      \"prNumber\": 1698,\n      \"type\": \"other\",\n      \"body\": \"# Fix Twitter username validation regex to match platform requirements\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nUpdates the Twitter username validation regex to correctly handle usernames starting with numbers. The previous regex requir\"\n    },\n    {\n      \"title\": \"fix: Url fix in imagedescriptionservice\",\n      \"prNumber\": 1696,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n#1694\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled out before final review \"\n    },\n    {\n      \"title\": \"fix: smoke tests\",\n      \"prNumber\": 1695,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: Plugin sui support for suiprivatekey0x account\",\n      \"prNumber\": 1693,\n      \"type\": \"feature\",\n      \"body\": \"When use plugin-sui support `suiprivatekey` account.\\r\\n\\r\\nAdd .env: \\r\\n\\r\\n```shell\\r\\nSUI_PRIVATE_KEY: suiprivkey1qzuw2uvhqz330pwl94rv39jvk93kuvfd4pvdkw9vl922kum80prqvxtlntr\\r\\n```\\r\\n\\r\\nThen use `plugin-sui` as before. \\r\\n\\r\\n\\r\\n\\r\\n\"\n    },\n    {\n      \"title\": \"docs: update README.md spelling\",\n      \"prNumber\": 1690,\n      \"type\": \"docs\",\n      \"body\": \"Just two little points as want to make it look flawless\\r\\n\\r\\n<!-- Use this template by filling in information and copy 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 \"\n    },\n    {\n      \"title\": \"chore: update web search plugin export\",\n      \"prNumber\": 1688,\n      \"type\": \"other\",\n      \"body\": \"Making sure plugin has a proper default export at bottom to avoid collisions when used in actions module in char file.\\r\\n\\r\\n# Relates to:\\r\\nPlugin export collisions in character files\\r\\n\\r\\n# Risks\\r\\nLow - This is a minor bug fix that ensures prop\"\n    },\n    {\n      \"title\": \"fix(core): trimTokens no need to await\",\n      \"prNumber\": 1686,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"Update README_KOR.md: Added missing sections and improved Korean translations for clarity\",\n      \"prNumber\": 1683,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nNo specific issue or ticket.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled\"\n    },\n    {\n      \"title\": \"chore(docs): rename ai16z/eliza to elizaOS/eliza\",\n      \"prNumber\": 1679,\n      \"type\": \"other\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"fix: add web search to agent\",\n      \"prNumber\": 1676,\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\\nMakes the Tavily API key activate the web-search\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nImprovements (misc. changes to existing features)\\r\\n\\r\\n# Documentation changes needed?\\r\\n\\r\\nMy \"\n    },\n    {\n      \"title\": \"Agentic Eliza Plugin Documenter - Multilingual (e.g., English, Spanish, French)\",\n      \"prNumber\": 1675,\n      \"type\": \"docs\",\n      \"body\": \"# Relates to:\\r\\n- https://github.com/elizaOS/eliza/issues/1200\\r\\n\\r\\n# Risks\\r\\n- Minimal risk, malformed JSDoc has been mitigated. Only risk is LLM hallucinates and writes incorrect documentation.  \\r\\n```\\r\\n\u2713 JSDoc comment in portfolioProvider.ts \"\n    },\n    {\n      \"title\": \"feat: add docs for story plugin\",\n      \"prNumber\": 1672,\n      \"type\": \"feature\",\n      \"body\": \"This pr contains readme for plugin-story\"\n    },\n    {\n      \"title\": \"fix: 1668  fix twitter image link\",\n      \"prNumber\": 1671,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\nFix issue where an agent on twitter tries to use ImageDescriptionService to get the description of a picture from a twitter \"\n    },\n    {\n      \"title\": \"fix: 1634  fix image description service\",\n      \"prNumber\": 1667,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n[(https://github.com/elizaOS/eliza/issues/1643 ]\\r\\n)<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks sect\"\n    },\n    {\n      \"title\": \"fix: Seperated imageModelProvider and imageVisionModelProvider for ImageDescriptioServices\",\n      \"prNumber\": 1664,\n      \"type\": \"bugfix\",\n      \"body\": \"Seperated imageModelProvider and imageVisionModelProvider for ImageDescriptioServices\\r\\n\\r\\n<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nGenerating image\"\n    },\n    {\n      \"title\": \"fix: Update Supabase schema.sql\",\n      \"prNumber\": 1660,\n      \"type\": \"bugfix\",\n      \"body\": \"There is an extra semicolon that causes a syntax error when trying to upload the schema to Supabase.\\r\\n\\r\\n(ie. by using the SQL editor in the GUI, it fails due to this syntax error)\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow.\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFixes Supa\"\n    },\n    {\n      \"title\": \"fix: Fix bug in plugin-bootstrap/src/evaluators/facts.ts\",\n      \"prNumber\": 1648,\n      \"type\": \"bugfix\",\n      \"body\": \"{{user1}} should be {{user2}} :\\r\\n\\r\\n-------\\r\\nin factEvaluator, in the examples template,\\r\\n\\r\\n{{user1}} should be {{user2}} instead\\r\\n\\r\\n                {\\r\\n                    user: \\\"{{user1}}\\\",\\r\\n                    content: { text: \\\"Which city?\"\n    },\n    {\n      \"title\": \"Added Hungarian README\",\n      \"prNumber\": 1645,\n      \"type\": \"other\",\n      \"body\": \"# Risks\\r\\nzero \\r\\n\\r\\n## What does this PR do?\\r\\nAdd Hungarian README\\r\\n\\r\\n## Discord username\\r\\nmhoused\\r\\n\"\n    },\n    {\n      \"title\": \"fix: lockfile wasn't updated after dependency + bring viem to root level package.json\",\n      \"prNumber\": 1642,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nTrunk being broken\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This change updates the `pnpm-lock.yaml` file, which could affect dependency resolutions. Potential risks include:\\r\\n\\r\\n- **Dependency Resolution Changes:** Updates might lead to differen\"\n    },\n    {\n      \"title\": \"chore: update viem dependency version in plugin-evm and plugin-goat\",\n      \"prNumber\": 1637,\n      \"type\": \"other\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/issues/1635\\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\\nupdate the version of viem to 2.21.58 in plugin-evm and plugin-goat.\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nUpdate\"\n    },\n    {\n      \"title\": \"Add README_AR.md\",\n      \"prNumber\": 1634,\n      \"type\": \"feature\",\n      \"body\": \"Add Arabic language for readme.\\r\\n\\r\\n<!-- Use this template by filling in information and copy 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 is to be f\"\n    },\n    {\n      \"title\": \"fix: corrected path for image upload\",\n      \"prNumber\": 1632,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"Fixed minor spelling in README_RU.md\",\n      \"prNumber\": 1629,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"fix: turbo deps for plugin-evm\",\n      \"prNumber\": 1627,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\nTested develop, found issue\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFix deps so plugin-evm can build\\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 doing \"\n    },\n    {\n      \"title\": \"Fix double spaced tweets in Post.ts\",\n      \"prNumber\": 1626,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow risk, simply ensures tweets generated follow the prompt guidelines of double spaces (\\\\n\\\\n) for new statements instead of a single space to improve tweet readability. \\r\\n\\r\\n# Background\\r\\n\\r\\n## What does th\"\n    },\n    {\n      \"title\": \"feat: Select a transcription provider based on the character settings.\",\n      \"prNumber\": 1625,\n      \"type\": \"feature\",\n      \"body\": \"related: https://discord.com/channels/1322160818908954684/1322795334715310230/1323347747759460383\"\n    },\n    {\n      \"title\": \"fix: bugfix. the port 80 is not listening use 3000\",\n      \"prNumber\": 1616,\n      \"type\": \"bugfix\",\n      \"body\": \"3000 is listening on the docker image\\r\\n\\r\\n# Risks\\r\\n<!--\\r\\nLow, medium, large. List what kind of risks, and what could be affected.\\r\\n-->\\r\\nLow - This change affects the Docker container configuration. It may require updates to documentation and\"\n    },\n    {\n      \"title\": \"fix: Support for Non-OpenAI Models in Token Trimming\",\n      \"prNumber\": 1605,\n      \"type\": \"bugfix\",\n      \"body\": \"related: \\r\\nhttps://github.com/elizaOS/eliza/issues/1439\\r\\nhttps://github.com/elizaOS/eliza/issues/1565\\r\\n\\r\\nneed to be tested: https://github.com/elizaOS/eliza/issues/1439#issuecomment-2566405036\"\n    },\n    {\n      \"title\": \"fix: activate web-search plugin in agents/\",\n      \"prNumber\": 1577,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"feat: Twitter Spaces Integration\",\n      \"prNumber\": 1550,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\nLow. Existing users who relied on Deepgram by default will still see no change unless they explicitly define a new `TRANSCRIPTION_PROVIDER`. Fallback logic preserves original behavior (Deepgram \u2192 OpenAI \u2192 Local).\\r\\n\\r\\n# Background\\r\\n\\r\"\n    },\n    {\n      \"title\": \"fix: disable trust provider for PostGres db\",\n      \"prNumber\": 1536,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\n- Issues reported by using of crashes due to this error `Error in trust score provider: Cannot read prope\"\n    },\n    {\n      \"title\": \"feat: use custom conditions for live monorepo types\",\n      \"prNumber\": 1365,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nCloses: #1363\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled out before fin\"\n    },\n    {\n      \"title\": \"feat: add avail plugin\",\n      \"prNumber\": 1241,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nN/A\\r\\n\\r\\n<!-- This risks section is to be filled out before final review and merge. -->\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow.\\r\"\n    },\n    {\n      \"title\": \"Feat/genlayer plugin\",\n      \"prNumber\": 975,\n      \"type\": \"feature\",\n      \"body\": \"This is my first time contributing to this project. I've based my code on the docs, but mostly copying other plugins\\r\\n\\r\\nPlease let me know anything that can be improved :)\\r\\n\\r\\n\\r\\n<!-- Use this template by filling in information and copy and p\"\n    },\n    {\n      \"title\": \"feat: Implement a plugin that can retrieve Marlin TEE remote attestations\",\n      \"prNumber\": 935,\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\\nThis PR aims to add a plugin that makes Eliza verifiable through the use of TEEs. The plugin leverages the [Marlin Oyster](https://docs.marlin.org/user-guides/oyster/) platform\"\n    },\n    {\n      \"title\": \"fix: bug in goal objectives update lookup logic\",\n      \"prNumber\": 2791,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nPull request [#2725](https://github.com/elizaOS/eliza/pull/2725)\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This change only impacts bootstrap plugin's evaluator\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFixes the bug in the codebase that was \"\n    },\n    {\n      \"title\": \"fix: client-twitter homeTimeline name parse bug\",\n      \"prNumber\": 2789,\n      \"type\": \"bugfix\",\n      \"body\": \"Currently, using the API always returns name as undefined.\\r\\nIt should be retrieved from .core, like the username on the line below, but it is missing.\"\n    },\n    {\n      \"title\": \"fix: topics formatting bug at composeState\",\n      \"prNumber\": 2788,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed a bug.\\r\\n\\r\\nDiscord: jay.is.more\"\n    },\n    {\n      \"title\": \"fix: ethers/viem issue in mind network plugin\",\n      \"prNumber\": 2783,\n      \"type\": \"bugfix\",\n      \"body\": \"chore: override ethers version for consistency\"\n    },\n    {\n      \"title\": \"Fix: DTS Error mismatch LanguageModelV1interface/Version in ai-sdk mistral model\",\n      \"prNumber\": 2782,\n      \"type\": \"bugfix\",\n      \"body\": \"\u2026x for extract-version command in client package.json\\r\\n\\r\\n<!-- 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\\nDTS-error-mismatch-LanguageModelV1-in-ai-sdk-m\"\n    },\n    {\n      \"title\": \"chore(plugin-coinbase): Update tokenContract.ts\",\n      \"prNumber\": 2781,\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: enable turbo cache\",\n      \"prNumber\": 2775,\n      \"type\": \"other\",\n      \"body\": \"chore: enable turbo cache\"\n    },\n    {\n      \"title\": \"fix: make template message footer more explicit\",\n      \"prNumber\": 2774,\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\\nSometimes an LLM like llama-70b might not return a valid JSON format and this can cause random errors tha\"\n    },\n    {\n      \"title\": \"feat: added Ankr plugin\",\n      \"prNumber\": 2773,\n      \"type\": \"feature\",\n      \"body\": \"# Ankr Plugin for Eliza AI Flow\\r\\n![ankr](https://github.com/user-attachments/assets/553e6c0a-8850-4d68-a711-7b13ce443686)\\r\\n   \\r\\nAnkr APIs as Data & Execution Layer:\\r\\n\\r\\nAgents use Ankr\u2019s Multi-Chain RPC to monitor real-time asset prices, liq\"\n    },\n    {\n      \"title\": \"feat: Add Amazon Bedrock as LLM provider\",\n      \"prNumber\": 2769,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nhttps://github.com/elizaOS/eliza/issues/2753\\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\\r\\n# Risks\\r\\nLow risk: the changed code should only impact a runtime when Amazon Bedrock is used \"\n    },\n    {\n      \"title\": \"feat: create /.turbo/config.json\",\n      \"prNumber\": 2768,\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\\nremote cache\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the f\"\n    },\n    {\n      \"title\": \"feat(new-plugin): added zerion plugin\",\n      \"prNumber\": 2766,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n\\r\\n# Relates to\\r\\n\\r\\nNo ticket\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow risk. \\r\\n\\r\\nLow - This is an additive change that introduces a new plugin for zerion for wallet portfolio and positions tracking. Main risks include:\\r\\nRate limiting from Zerion API\\r\\nPotential ti\"\n    },\n    {\n      \"title\": \"feat: add moralis plugin\",\n      \"prNumber\": 2764,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n- Rate-limited API interactions\\r\\n- Real-time price and trading data accuracy\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nIntroduces the `@elizaos/plugin-moralis` for comprehensive DeFi data access on Sol\"\n    },\n    {\n      \"title\": \"Fix path in all files\",\n      \"prNumber\": 2763,\n      \"type\": \"bugfix\",\n      \"body\": \"Replace src/core/defaultCharacter.ts with correct path packages/core/src/defaultCharacter.ts\"\n    },\n    {\n      \"title\": \"fix: ton plugin build issue\",\n      \"prNumber\": 2757,\n      \"type\": \"bugfix\",\n      \"body\": \"fixes minor issue with `plugin-ton`\"\n    },\n    {\n      \"title\": \"Bug/fix ton plugin\",\n      \"prNumber\": 2755,\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\\n429 error when running TON plugin to sending a TX.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks\"\n    },\n    {\n      \"title\": \"fix: delete plugin-bootstrap sex message, because it will cause some apis sensitive alerts\",\n      \"prNumber\": 2748,\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(ton-plugin): add debug scripts and fix the transfer\",\n      \"prNumber\": 2744,\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\\n- fix failed transfer for ton plugin\\r\\n- add debug scripts to easy test the ton plugin\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\n- Bug fixes\\r\\n- Improvements\\r\\n\\r\\n# Documentation changes\"\n    },\n    {\n      \"title\": \"feat: Restrict discord bot to respond only in allowed channels (#2742)\",\n      \"prNumber\": 2743,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n#2742\\r\\n\\r\\n# Risks\\r\\n\\r\\n**Low**: The change introduces a restriction mechanism for the bot's responses, which only applies if `allowedChannelIds` is defined in the configuration. Existing behavi\"\n    },\n    {\n      \"title\": \"feat(plugin-holdstation): add plugin holdstation swap\",\n      \"prNumber\": 2741,\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\\nNo specific issue or ticket is linked to this PR.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risk\"\n    },\n    {\n      \"title\": \"feat: Add plugin-ethstorage\",\n      \"prNumber\": 2737,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nThe PR is not related to any issues.\\r\\n\\r\\n# Risks\\r\\nLow risk, this PR is to add a new plugin, does not affect the core functionalities of Eliza.\\r\\n\\r\\n# Background\\r\\nThere are existing tools that assist users in interacting with dece\"\n    },\n    {\n      \"title\": \"chore: adds hyperliquid env variables to env example\",\n      \"prNumber\": 2736,\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\\nEnv variables, \\r\\n\\r\\n# Risks\\r\\n\\r\\nlow\\r\\n\\r\\n# Background\\r\\n\\r\\nPretty simple update, just adding to `.env.example\"\n    },\n    {\n      \"title\": \"feat: minimal workflow to resolve ephemeral check\",\n      \"prNumber\": 2735,\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\\nmerge queue\\r\\n<!-- This risks section must be filled out before the fi\"\n    },\n    {\n      \"title\": \"feat: biome automation via python with reporting\",\n      \"prNumber\": 2733,\n      \"type\": \"feature\",\n      \"body\": \"# Biome TypeScript Analysis Automation\\r\\n\\r\\n## Overview\\r\\nAdded Python-based automation for running Biome analysis across ElizaOS plugins with comprehensive reporting capabilities.\\r\\n\\r\\n## Key Features\\r\\n- Automated Biome checks for TypeScript fi\"\n    },\n    {\n      \"title\": \"feat: move cleanJsonResponse to parsing\",\n      \"prNumber\": 2732,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: improve twitter parsing\",\n      \"prNumber\": 2730,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat(new-plugin): add Form chain plugin\",\n      \"prNumber\": 2728,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - Standard blockchain interactions with proper validation and security measures:\\r\\n\\r\\n- Token operations limited to connected wallet\\r\\n- Input validation for all parameters\\r\\n- Formula selection safety\\r\\n- B\"\n    },\n    {\n      \"title\": \"fix: goal updating bug in the goal evaluator's handler of plugin-bootstrap\",\n      \"prNumber\": 2725,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nGoal evaluator of `plugin-bootstrap` has incorrect implementation of the handler, which duplicates updated objectives in the array instead of just updating their statuses.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This change only impacts bootstra\"\n    },\n    {\n      \"title\": \"chore(core/evaluators): source example links\",\n      \"prNumber\": 2724,\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## What does this PR do?\\r\\nCurrent intended path links.\\r\\n## What kind of change is this?\\r\\nDocumentation links.\\r\\n<!--\\r\\nBu\"\n    },\n    {\n      \"title\": \"feat: Add Sei Plugin\",\n      \"prNumber\": 2720,\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\\nAdding a dedicated Sei plugin that streamlines the development experience for creating agents that can in\"\n    },\n    {\n      \"title\": \"client-eliza-home: test config and test coverage\",\n      \"prNumber\": 2719,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2718\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: add error message\",\n      \"prNumber\": 2717,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"Remove the log as it may potentially cause the app to crash\",\n      \"prNumber\": 2716,\n      \"type\": \"other\",\n      \"body\": \"Just remove one line logger since it may potentially cause the app to crash:\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/issues/2206#issuecomment-2585840351\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/issues/2206#issuecomment-2607519795\"\n    },\n    {\n      \"title\": \"fix: remove duplicated handlePendingTweet\",\n      \"prNumber\": 2715,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: resolve @ai-sdk/provider version conflicts\",\n      \"prNumber\": 2714,\n      \"type\": \"bugfix\",\n      \"body\": \"- Add pnpm overrides to force @ai-sdk/provider@1.0.6 and @ai-sdk/provider-utils@2.1.2\\r\\n- Resolves type conflicts between different versions of @ai-sdk/provider\\r\\n- Fixes build error where \\\"reasoning\\\" type wasn't assignable to \\\"text-delta\\\"\\r\\n\\r\"\n    },\n    {\n      \"title\": \"fix: Unexpected JSON Metadata in Twitter Bot Replies\",\n      \"prNumber\": 2712,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2423\\r\\n\\r\\nThe issue occurred due to a JSON.parse error, which caused the raw text to be used as output:\\r\\nhttps://github.com/elizaOS/eliza/blob/ff12944138dae4c1437cdf3e1ee24980a4e0fc8f/packages/\"\n    },\n    {\n      \"title\": \"feat(new-plugin): adding Imgflip plugin for generating memes using the imgflip.com API\",\n      \"prNumber\": 2711,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nAdding a new feature\\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\\nThis pull request adds the imgflip plugin. This plugin provides a GENERATE_MEME action that can be used to generate memes using the imgfli\"\n    },\n    {\n      \"title\": \"feat(new-plugin): adding intelligent email evaluation and automation\",\n      \"prNumber\": 2709,\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\\nNew feature addition.\\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. \"\n    },\n    {\n      \"title\": \"chore: Use latest allora-sdk version in the Allora Plugin\",\n      \"prNumber\": 2707,\n      \"type\": \"tests\",\n      \"body\": \"- Update Allora Plugin to use `allora-sdk@0.1.0`\\r\\n- Add rewording (using \\\"inference\\\" instead of \\\"prediction\\\")\\r\\n\\r\\n# Relates to\\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\\n- Update Allora Plugin to use `allora-sdk@0.1.0`\\r\"\n    },\n    {\n      \"title\": \"fix: correct stt plugin userId type\",\n      \"prNumber\": 2704,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: add lit plugin\",\n      \"prNumber\": 2703,\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\\nLit Protocol Integration for ElizaOS\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section mus\"\n    },\n    {\n      \"title\": \"feat: support mina blockchain\",\n      \"prNumber\": 2702,\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\\nCore Mina blockchain plugin for Eliza OS that provides essential services and actions for token operati\"\n    },\n    {\n      \"title\": \"feat: Hyperbolic-plugin \",\n      \"prNumber\": 2701,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n![Screenshot 2025-01-23 at 13 11 03](https://github.com/user-attachments/assets/531c96fb-9a01-40ef-8b04-4e8214832efb)\\r\\n\\r\\n\\r\\n# Hyperbolic Plugin for ElizaOS\\r\\n\\r\\n## Overview\\r\\nThis PR introduces a new plugin for managing GPU instances on the H\"\n    },\n    {\n      \"title\": \"Mostly aesthetic changes, fixed some wonky bullets and numbered lists.\",\n      \"prNumber\": 2698,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nDocumentation\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- Provide aesthetic tweaks (some wonky bullets and structure)\\r\\n- Add some minor clarifications\\r\\n- Update for newer characters\\r\\n\\r\\n## What kind of change is this?\\r\"\n    },\n    {\n      \"title\": \"chore: fix types syntax issue\",\n      \"prNumber\": 2694,\n      \"type\": \"bugfix\",\n      \"body\": \"fixes missing `};` before simsai profile inteface\"\n    },\n    {\n      \"title\": \"feat(new-plugin): Eliza OmniFlix Plugin\",\n      \"prNumber\": 2693,\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\\nOmniFlix Network Integration Plugin for Eliza AI Agent\\r\\n\\r\\n<!-- This risks section must be filled out be\"\n    },\n    {\n      \"title\": \"fix(ragKnowledge): Ensure scoped IDs are properly used to check for existing knowledge\",\n      \"prNumber\": 2690,\n      \"type\": \"bugfix\",\n      \"body\": \"fix(ragKnowledge): Ensure scoped IDs are properly used to check for existing knowledge\\r\\n\\r\\n- Updated logic to correctly handle scoped IDs when verifying existing knowledge entries.\\r\\n- Improved validation to prevent issues with knowledge retr\"\n    },\n    {\n      \"title\": \"feat: [Space] improving handling of user ids and memory storage\",\n      \"prNumber\": 2686,\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\\nhttps://github.com/elizaOS/eliza/issues/2206\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks sec\"\n    },\n    {\n      \"title\": \"fix debug targets to show elizalogger debug messages\",\n      \"prNumber\": 2685,\n      \"type\": \"bugfix\",\n      \"body\": \"previous pr was clobbered.  fixes #2684\\r\\n\"\n    },\n    {\n      \"title\": \"fix: remove wrong comment\",\n      \"prNumber\": 2683,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat(new-plugin): bittensor bitmind api for eliza\",\n      \"prNumber\": 2682,\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\\nA plugin that integrates BitMind's API into ElizaOS agents, enabling access to AI services and digital \"\n    },\n    {\n      \"title\": \"feat(new-plugin): suno music generation \",\n      \"prNumber\": 2679,\n      \"type\": \"feature\",\n      \"body\": \"# @elizaos/plugin-suno\\r\\n\\r\\nA Suno AI music generation plugin for ElizaOS that enables AI-powered music creation and audio manipulation.\\r\\n\\r\\n## Overview\\r\\n\\r\\nThe Suno plugin integrates Suno AI's powerful music generation capabilities into ElizaO\"\n    },\n    {\n      \"title\": \"feat(new-plugin): eliza samsung smarthings plugin\",\n      \"prNumber\": 2678,\n      \"type\": \"feature\",\n      \"body\": \"# Client-Eliza-Home Functionality Overview\\r\\n\\r\\n## Core Purpose\\r\\nThe client-eliza-home package serves as a bridge between ElizaOS and SmartThings-enabled smart home devices, enabling natural language control and automation of home devices.\\r\\n\\r\"\n    },\n    {\n      \"title\": \"Revert \\\"feat(new-plugin): suno Eliza plugin\\\"\",\n      \"prNumber\": 2673,\n      \"type\": \"other\",\n      \"body\": \"Reverts elizaOS/Eliza#2656\\r\\n\\r\\nPlugin not ready, implements old plugin interface etc\"\n    },\n    {\n      \"title\": \"feat: Implement runProcess function in test library\",\n      \"prNumber\": 2672,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nImproving test utilities functionality\\r\\n\\r\\n# Risks\\r\\nLow - This is a test utility function implementation that:\\r\\n- Only affects test code, not production code\\r\\n- Uses standard Node.js APIs (spawn)\\r\\n- Has proper error handling\\r\\n-\"\n    },\n    {\n      \"title\": \"fix debug targets to show elizalogger debug messages\",\n      \"prNumber\": 2670,\n      \"type\": \"bugfix\",\n      \"body\": \"fix for #2667 \\r\\nJust fixes the two debug targets in the package.json to include `DEFAULT_LOG_LEVEL=debug`\"\n    },\n    {\n      \"title\": \"chore(spelling-fixes): docs\",\n      \"prNumber\": 2669,\n      \"type\": \"bugfix\",\n      \"body\": \"Hello\\r\\nI fixed several spelling issue.\\r\\nBr, Elias.\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **Documentation**\\n\\t- Updated README.md with improved grammatical clarity in instruct\"\n    },\n    {\n      \"title\": \"fix(plugin-depin): sentientAI description\",\n      \"prNumber\": 2668,\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(new-plugin): udio music generation for eliza\",\n      \"prNumber\": 2660,\n      \"type\": \"feature\",\n      \"body\": \"# @elizaos/plugin-udio\\r\\n\\r\\nA Udio AI music generation plugin for ElizaOS that enables AI-powered music creation and audio manipulation.\\r\\n\\r\\n## Overview\\r\\n\\r\\nThe Udio plugin integrates Udio AI's powerful music generation capabilities into ElizaO\"\n    },\n    {\n      \"title\": \"Improve GitBook Provider Output by Including Query Context\",\n      \"prNumber\": 2659,\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\\nIssue  #2657 \\r\\n\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow: This change only modifies the GitBook provider\u2019s return format to incl\"\n    },\n    {\n      \"title\": \"feat(new-plugin): suno Eliza plugin\",\n      \"prNumber\": 2656,\n      \"type\": \"feature\",\n      \"body\": \"# @elizaos/plugin-suno\\r\\n\\r\\nA Suno AI music generation plugin for ElizaOS that enables AI-powered music creation and audio manipulation.\\r\\n\\r\\n## Overview\\r\\n\\r\\nThe Suno plugin integrates Suno AI's powerful music generation capabilities into ElizaO\"\n    },\n    {\n      \"title\": \"fix: a typo bug in conflux plugin\",\n      \"prNumber\": 2654,\n      \"type\": \"bugfix\",\n      \"body\": \"In handler function of packages/plugin-conflux/src/actions/confiPump.ts:\\r\\n\\r\\n```\\r\\n        // Generate content based on template\\r\\n        const context = composeContext({\\r\\n            state,\\r\\n            template: confluxTransferTemplate,    \"\n    },\n    {\n      \"title\": \"feat: Add swap & improvements for multiversx-plugin\",\n      \"prNumber\": 2651,\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\\nmultiversx-plugin\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out befor\"\n    },\n    {\n      \"title\": \"fix: Resolve chat error in openai-plugin (#2649)\",\n      \"prNumber\": 2650,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\n#2649\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This change addresses a specific issue with the `openaiPlugin` chat functionality and does not impact unrelated features or modules.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nThis PR resolves th\"\n    },\n    {\n      \"title\": \"chore: fix develop build and tests\",\n      \"prNumber\": 2646,\n      \"type\": \"bugfix\",\n      \"body\": \"- holdstation plugin temporarily removed\\r\\n- fix build issues on other plugins\"\n    },\n    {\n      \"title\": \"feat(email-plugin): add email-plugin + improve: fixed avail plugin duplicate dependency\",\n      \"prNumber\": 2645,\n      \"type\": \"feature\",\n      \"body\": \"Add an email integration plugin that would allow agents to receive and send emails.\\r\\n\\r\\n# Relates to\\r\\n\\r\\n2641\\r\\n\\r\\n# Risks\\r\\n\\r\\nNo risk. New plugin\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nProvide an implementation for an emailClient.\\r\\n\\r\\n\\r\\n##\"\n    },\n    {\n      \"title\": \"feat: Add plugin-dcap\",\n      \"prNumber\": 2638,\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\\nThe PR is not related to any issues.\\r\\n\\r\\n<!-- This risks section must be filled out before the final rev\"\n    },\n    {\n      \"title\": \"docs: add docs on configuring secrets for multi agent workflows.\",\n      \"prNumber\": 2632,\n      \"type\": \"feature\",\n      \"body\": \"Adding to `docs/guides/configuration.md`: \\r\\n\\r\\n```\\r\\n### Secrets for Multiple Characters\\r\\n\\r\\nIf you don't want to have secrets in your character files because you would\\r\\nlike to utilize source control for collaborative development on multiple\\r\"\n    },\n    {\n      \"title\": \"docs: add one click deployment to docs\",\n      \"prNumber\": 2631,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation\\r\\n\\r\\n\\r\\n# Risks\\r\\nNone\\r\\n\\r\\n# Background\\r\\nenabling one click eliza deployment\\r\\n\\r\\n## What does this PR do?\\r\\nAllows developers and non-developers to checkout how they can deploy Eliza in one click using Fleek\\r\\n\\r\\n## What \"\n    },\n    {\n      \"title\": \"chore(deps): update dependency vite [security]\",\n      \"prNumber\": 2629,\n      \"type\": \"other\",\n      \"body\": \"This PR contains the following updates:\\n\\n| Package | Change | Age | Adoption | Passing | Confidence |\\n|---|---|---|---|---|---|\\n| [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.1\"\n    },\n    {\n      \"title\": \"chore(deps): update dependency vite [security]\",\n      \"prNumber\": 2627,\n      \"type\": \"other\",\n      \"body\": \"This PR contains the following updates:\\n\\n| Package | Change | Age | Adoption | Passing | Confidence |\\n|---|---|---|---|---|---|\\n| [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.1\"\n    },\n    {\n      \"title\": \"fix: add missing plugin\",\n      \"prNumber\": 2626,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore(add-tests): plugin abstract: test config and tests\",\n      \"prNumber\": 2621,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2620\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat(plugin-new): Official SimsAI Release V1.0\",\n      \"prNumber\": 2618,\n      \"type\": \"feature\",\n      \"body\": \"### Relates to\\r\\n\\r\\nN/A\\r\\nExpand Eliza's social capabilities on a large social agent backroom and agent only social\\r\\n\\r\\n### Risks\\r\\n\\r\\nLow. While this PR introduces a new external integration with SimsAI, it is isolated from core Eliza functional\"\n    },\n    {\n      \"title\": \"chore: allow custom TEE log path\",\n      \"prNumber\": 2616,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/pull/2415\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow: it only affects the TEE logs.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFixes an error when TEE logs are enabled that shows the message \\\"Cannot open database\"\n    },\n    {\n      \"title\": \"fix: Add instruction to escape quotes on JSON generation\",\n      \"prNumber\": 2604,\n      \"type\": \"feature\",\n      \"body\": \"## What does this PR do?\\r\\n\\r\\nThis PR instructions local Llama to escape quotes in strings.\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nSort of a bug fix\\r\\n\\r\\n## Why are we doing this? Any context or related work?\\r\\n\\r\\nNoticed that when generating quot\"\n    },\n    {\n      \"title\": \"feat: nvidia-nim-plugin\",\n      \"prNumber\": 2599,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n![image](https://github.com/user-attachments/assets/edf8ae6f-398d-4960-9881-10ed86dcea4b)\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n# NVIDIA NIM Plugin Integration\\r\\n\\r\\n## Overview\\r\\nThis PR introduces a new plugin that integrates NVIDIA AI Foundation Models into the El\"\n    },\n    {\n      \"title\": \"Add 'node-compile-cache' to '.gitignore'\",\n      \"prNumber\": 2597,\n      \"type\": \"feature\",\n      \"body\": \"If using dev container, there is no need to commit node-compile-cache folders.\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **Chores**\\n\\t- Updated `.gitignore` to exclude `node-comp\"\n    },\n    {\n      \"title\": \"feat(plugin-holdstation): add plugin holdstation swap\",\n      \"prNumber\": 2596,\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\\nNo specific issue or ticket is linked to this PR.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risk\"\n    },\n    {\n      \"title\": \"feat: add router nitro plugin\",\n      \"prNumber\": 2590,\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\\nhttps://github.com/elizaOS/eliza/issues/2561\\r\\n\\r\\n<!-- This risks section m\"\n    },\n    {\n      \"title\": \"feat: update integration tests workflow with improved caching\",\n      \"prNumber\": 2589,\n      \"type\": \"feature\",\n      \"body\": \"# Update Integration Tests Workflow\\n\\nThis PR updates the integration tests workflow with improved caching configuration and standardized installation commands.\\n\\n## Changes\\n- Added pnpm cache configuration using actions/cache@v4\\n- Updated in\"\n    },\n    {\n      \"title\": \"feat: Add Cronos Evm\",\n      \"prNumber\": 2585,\n      \"type\": \"feature\",\n      \"body\": \"- Created `@elizaos/plugin-cronos` with:\\r\\n  - Support for Cronos Mainnet and Testnet\\r\\n  - Token transfer functionality\\r\\n  - Balance checking capability\\r\\n  - Wallet provider implementation\\r\\n\\r\\n- `README.md`: Documentation and setup guide\\r\\n- A\"\n    },\n    {\n      \"title\": \"chore: lint pass\",\n      \"prNumber\": 2580,\n      \"type\": \"other\",\n      \"body\": \"## Summary by CodeRabbit\\r\\n\\r\\n### \ud83d\ude80 New Features\\r\\n- Added linting scripts across multiple packages to improve code quality\\r\\n- Introduced ESLint configuration files for consistent code style\\r\\n- Enhanced validation methods in various plugins t\"\n    },\n    {\n      \"title\": \"feat(x spaces): Don't wait for mute, wait for silence\",\n      \"prNumber\": 2576,\n      \"type\": \"feature\",\n      \"body\": \"related: \\r\\nhttps://github.com/elizaOS/eliza/issues/2488\\r\\n\\r\\nThis PR enhances the functionality of Twitter Spaces by introducing an interruption mechanism that improves AI responsiveness. Also instead of relying on the unmute button, the AI n\"\n    },\n    {\n      \"title\": \"feat(plugin-agentkit): test config and tests\",\n      \"prNumber\": 2573,\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\\nhttps://github.com/elizaOS/eliza/issues/2572\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat(plugin-coingecko): coingecko trending advanced\",\n      \"prNumber\": 2568,\n      \"type\": \"feature\",\n      \"body\": \"Adding 2 new actions for coingecko\\r\\n\\r\\n1. Get the Latest/hottest liquidity pools on coingecko\\r\\n2. Get newly listed tokens on coingecko\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- *\"\n    },\n    {\n      \"title\": \"feat(plugin-farcaster): test config and test coverage\",\n      \"prNumber\": 2567,\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\\nhttps://github.com/elizaOS/eliza/issues/2566\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: add three new langs into TTS\",\n      \"prNumber\": 2562,\n      \"type\": \"feature\",\n      \"body\": \"TTS with more langs: `Malay`, `Filipino` and `Serbian`.\\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 text-to-speech support for Indonesian, Tagalog, and M\"\n    },\n    {\n      \"title\": \"fix:Incorrect boolean parsing for ENABLE_OPEN_AI_COMMUNITY_PLUGIN setting #2559\",\n      \"prNumber\": 2560,\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#2559\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\nThis change only affects the configuration parsing for the ENABLE_OPEN_AI_COMM\"\n    },\n    {\n      \"title\": \"chore(revert): optimize pnpm cache configuration\",\n      \"prNumber\": 2556,\n      \"type\": \"other\",\n      \"body\": \"edit: reverting most pnpm caching attempts\"\n    },\n    {\n      \"title\": \"chore: optimize pnpm cache configuration\",\n      \"prNumber\": 2555,\n      \"type\": \"other\",\n      \"body\": \"Optimizes pnpm cache configuration to improve package reuse during installation.\\n\\nChanges made:\\n- Move pnpm setup before cache configuration\\n- Add architecture-specific cache keys\\n- Include package.json in cache key for better specificity\\n-\"\n    },\n    {\n      \"title\": \"feat: Cosmos Plugin - IBC swap action\",\n      \"prNumber\": 2554,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nNA\\r\\n# Risks\\r\\nLow risk \u2013 this PR adds an action to an existing plugin and does not interfere with the core f\"\n    },\n    {\n      \"title\": \"chore: remove cleanup step from integration tests workflow\",\n      \"prNumber\": 2553,\n      \"type\": \"refactor\",\n      \"body\": \"# Remove cleanup step from integration tests workflow\\n\\nThis PR removes the cleanup step from the integration tests workflow as requested. The cleanup step was running `pnpm clean` which is no longer needed in the workflow.\\n\\n## Changes\\n- Rem\"\n    },\n    {\n      \"title\": \"chore: remove cleanup step from integration tests workflow\",\n      \"prNumber\": 2551,\n      \"type\": \"refactor\",\n      \"body\": \"# Remove cleanup step from integration tests workflow\\n\\nThis PR removes the cleanup step from the integration tests workflow as requested. The cleanup step was running `pnpm clean` which is no longer needed in the workflow.\\n\\n## Changes\\n- Rem\"\n    },\n    {\n      \"title\": \"feat(plugin-devin): implement client-agnostic Devin plugin\",\n      \"prNumber\": 2549,\n      \"type\": \"feature\",\n      \"body\": \"# Devin Plugin PR\\n\\n## Changes\\n- Implemented client-agnostic Devin plugin\\n- Added comprehensive test coverage\\n- Created detailed README documentation\\n- Merged develop branch successfully\\n\\n## Testing\\n- Unit tests passing\\n- API integration ver\"\n    },\n    {\n      \"title\": \"feat: Updated READ.me file with pre-requisites to enable telegram bot\",\n      \"prNumber\": 2547,\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\\nTelegram Client\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before \"\n    },\n    {\n      \"title\": \"fix: develop branch build/start failed\",\n      \"prNumber\": 2546,\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- **Refactor**\\n\\t- Renamed internal method for object generation\\n\\t- Improved code formatting and readability\\n\\n<!-- end of auto-generated \"\n    },\n    {\n      \"title\": \"fix: develop branch build/start failed\",\n      \"prNumber\": 2545,\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- **Refactor**\\n\\t- Improved error handling for AgentKit actions initialization\\n\\t- Enhanced code readability with formatting adjustments i\"\n    },\n    {\n      \"title\": \"test configuration and tests for client-lens\",\n      \"prNumber\": 2534,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2533\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: Add more actions to Abstract Plugin\",\n      \"prNumber\": 2531,\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\\nhttps://github.com/user-attachments/assets/5bdc0051-b97c-450b-be29-1cc66ea1d1b6\\r\\n\\r\\n\\r\\n# Relates to\\r\\nFollow up on https:/\"\n    },\n    {\n      \"title\": \"feat: add anthropic image provider for vision\",\n      \"prNumber\": 2524,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n# Relates to\\r\\n\\r\\nVision image descriptions\\r\\n\\r\\n# Risks\\r\\n\\r\\nlow: \\r\\nadded an image provider for anthropic which generally defaulted to openai. so the risk is pretty low\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nadd AnthropicImageProvider \"\n    },\n    {\n      \"title\": \"feat: plugin rabbi trader tests\",\n      \"prNumber\": 2520,\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\\nhttps://github.com/elizaOS/eliza/issues/2519\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: use coingecko headerKey from api config\",\n      \"prNumber\": 2518,\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\\nFeature/plugin coingecko #1761\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be f\"\n    },\n    {\n      \"title\": \"chore: add eliza technical report/paper\",\n      \"prNumber\": 2517,\n      \"type\": \"feature\",\n      \"body\": \"Add technical report to README @odilitime @shakkernerd @tcm390 @lalalune \\r\\n\\r\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\r\\n\\r\\n## Summary by CodeRabbit\\r\\n\\r\\n- **Documentation**\\r\\n\\t- Added a citation section to the R\"\n    },\n    {\n      \"title\": \"docs: add docs/README_JA.md\",\n      \"prNumber\": 2515,\n      \"type\": \"feature\",\n      \"body\": \"\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by CodeRabbit\\n\\n- **Documentation**\\n\\t- Updated Japanese README with comprehensive project details\\n\\t- Added project overview for Eliza\\n\\t- Included setup \"\n    },\n    {\n      \"title\": \"feat: add support for NVIDIA inference for ElizaOS\",\n      \"prNumber\": 2512,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n![nvidia](https://github.com/user-attachments/assets/f27fe3f8-9daf-4dc2-9c6c-93deda5f9da4)\\r\\n\\r\\n\\r\\n# Add NVIDIA Model Provider Support to ElizaOS\\r\\n\\r\\nThis PR adds support for NVIDIA's AI models through their inference API, expanding ElizaOS's\"\n    },\n    {\n      \"title\": \"test: plugin-tee - adjusting project structure and new tests\",\n      \"prNumber\": 2508,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2507\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"plugin-tts: enhance TTS generation flow and caching\",\n      \"prNumber\": 2506,\n      \"type\": \"other\",\n      \"body\": \"# Risks\\r\\n\\r\\n**Risk Level:** Low  \\r\\n**Details:** The changes primarily enhance the existing functionality of TTS generation. Potential risks include unexpected behavior in edge cases for input sanitization or caching logic.\\r\\n\\r\\n# Background\\r\\n\\r\"\n    },\n    {\n      \"title\": \"chore: default coinbase agentkit plugin\",\n      \"prNumber\": 2505,\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- `@elizaos/plugin-agentkit` - default configuration in the agent/src/index.ts file for easier import b\"\n    },\n    {\n      \"title\": \"test: api timeout handling for plugin-binance\",\n      \"prNumber\": 2504,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2486\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"docs: user ID with room ID in MemoryManager and other improvements\",\n      \"prNumber\": 2492,\n      \"type\": \"docs\",\n      \"body\": \"## What does this PR do?\\r\\n- Changes parameters in MemoryManager.md from user IDs to room IDs\\r\\n- Improves variable naming in autonomous-trading.md by adding clearer transaction name\\r\\n- Fixes typo in enum value LIVEPEER in fine-tuning.md\\r\\n\\r\\n#\"\n    },\n    {\n      \"title\": \"feat(plugin-openai): add OpenAI integration for text generation\",\n      \"prNumber\": 2463,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\nThis PR introduces the new **plugin-openai** for text generation functionality using OpenAI's GPT models.\\r\\n\\r\\n# Risks\\r\\n\\r\\n<!-- Low, medium, large. List what kind of risks and what could be aff\"\n    },\n    {\n      \"title\": \"feat: Plugin football\",\n      \"prNumber\": 2461,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nNo specific issue or ticket linked.\\r\\n\\r\\n---\\r\\n\\r\\n# Risks\\r\\n\\r\\n**Low Risk**:\\r\\n- The plugin is self-contained and doesn't interfere with other parts of the system.\\r\\n- Only affects the `plugin-football` package, specifically the fet\"\n    },\n    {\n      \"title\": \"feat: add default logger level setting to set the logger level to dis\u2026\",\n      \"prNumber\": 2451,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\nNo linked issue.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow.  \\r\\nThis change introduces a default logger level, which affects logging outputs. Potential risks include unexpected logging behavior if the `DEFAULT_LOG_L\"\n    },\n    {\n      \"title\": \"feat(plugin-new):  initia plugin + chore revert to integrationTests from stable release 0.1.7\",\n      \"prNumber\": 2448,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nI am developing Initia plugin for elizaOS.\\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\\nThis PR is base initia plugin development. I implemented INIT token transfer action for agent.\\r\\n\\r\\n## What kind of ch\"\n    },\n    {\n      \"title\": \"feat: create version.cmd for windows support\",\n      \"prNumber\": 2442,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nIssue: Build failures on Windows platform\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - Changes are isolated to build scripts and type definitions. No runtime behavior is affected.\\r\\n\\r\\n- Windows build script changes only affect local development on Wi\"\n    },\n    {\n      \"title\": \"feat: add Mind Network plugin\",\n      \"prNumber\": 2431,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nNo specific linked issue or ticket, as this is a feature addition for the Mind Network plugin.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow:\\r\\n\\r\\nThe plugin is newly introduced and self-contained, limiting its impact on unrelated parts of the Eliza ecos\"\n    },\n    {\n      \"title\": \"fix: Fix Incorrect Tweet ID Parameter Passed to sendTweet Function\",\n      \"prNumber\": 2430,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/1958#issuecomment-2582289612\\r\\n\\r\\nThe issue occurred because the LLM generated a verbose response like:\\r\\n\\\"Received The most interesting and relevant tweet for XXX to reply to is 187954009886315\"\n    },\n    {\n      \"title\": \"feat:add plugin-lightning\",\n      \"prNumber\": 2429,\n      \"type\": \"feature\",\n      \"body\": \"# @elizaos/plugin-lightning\\r\\n\\r\\nThis plugin enables create lightning invoice or payInvoice.\\r\\n\\r\\n## Features\\r\\n\\r\\n- \ud83d\udcb1 Make a new off-chain invoice.\\r\\n- \ud83d\udcca Make an off-chain payment.\\r\\n\\r\\n## Installation\\r\\n\\r\\nAdd the plugin to your Eliza configuratio\"\n    },\n    {\n      \"title\": \"feat: add a way to create/store/restore agents in the filesystem\",\n      \"prNumber\": 2389,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nNo Issue.\\r\\n\\r\\n# Risks\\r\\n\\r\\nAs it is using a env variable to enable/disable the feature, there are no risks involved.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nIf USE_CHARACTER_STORAGE is enabled in the .env:\\r\\n\\r\\nIt stores a\"\n    },\n    {\n      \"title\": \"feat: plugin for OriginTrail Decentralized Knowledge Graph\",\n      \"prNumber\": 2380,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nN/A - New plugin contribution\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow:\\r\\n- Requires you to explicitly provide your private key in the environment variable before it does anything with your funds\\r\\n- Creation of OriginTrail Knowledge Assets spends y\"\n    },\n    {\n      \"title\": \"feat: add adapter-qdrant\",\n      \"prNumber\": 2322,\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\\nAdd qdrant adapter into Eliza system.\\r\\n\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section mu\"\n    },\n    {\n      \"title\": \"Fix: IME causes multiple messages on Enter (Fixes #2272)\",\n      \"prNumber\": 2274,\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\\nFixes [#2272](https://github.com/elizaOS/eliza/issues/2272)\\r\\n\\r\\n<!-- This risks section must be filled o\"\n    },\n    {\n      \"title\": \"feats: Add 0G to the blockchain sector (diagram update)\",\n      \"prNumber\": 2204,\n      \"type\": \"feature\",\n      \"body\": \"diagram update: add 0G\"\n    },\n    {\n      \"title\": \"feat: chainbase plugin for eliza\",\n      \"prNumber\": 2162,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nEliza AI agents, blockchain data analytics, Chainbase\\r\\n\\r\\n# Risks\\r\\nLow. This is a new feature that adds functionality without disrupting existing systems.\\r\\n\\r\\n# Background\\r\\n## What does this PR do? \\r\\nThis PR introduces a new Cha\"\n    },\n    {\n      \"title\": \"feat: obsidian integration plugin\",\n      \"prNumber\": 1943,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nThis PR relates to the following issues:\\r\\n\\r\\nObsidian Integration #302 \\r\\n\\r\\nThe development and maintenance of the @elizaos/plugin-obsidian package, focusing on enhancing elizaOS agents integration capabilities with Obsidian v\"\n    },\n    {\n      \"title\": \"feat(new-adapter): mongo-db adaptor\",\n      \"prNumber\": 1427,\n      \"type\": \"feature\",\n      \"body\": \"Added an adaptor which connects to mongo db atlas. Allowing you to store agent data in the cloud. If you have the appropriate tier you can also take advantage of their vector search functionality.\\r\\nIt should have all the same functionality \"\n    },\n    {\n      \"title\": \"feat: news-plugin\",\n      \"prNumber\": 1248,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nAI Agent Dev School Video #2: https://www.youtube.com/watch?v=XenGeAcPAQo&t=3383s \\r\\n\\r\\n<!-- LINK TO ISSUE OR\"\n    },\n    {\n      \"title\": \"fix: remove duplicate litPlugin import\",\n      \"prNumber\": 3121,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: export dexScreenerPlugin\",\n      \"prNumber\": 3120,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix:chore(plugin-chainbase): add missing comma in package.json\",\n      \"prNumber\": 3118,\n      \"type\": \"feature\",\n      \"body\": \"## What does this PR do?\\r\\nThis PR fix a Chainbase plugin problem, the missing comma stops the pnpm install\\r\\n\\r\\n## What kind of change is this?\\r\\nI just added the missing comma\\r\\n\\r\\n\\r\\n## Discord username\\r\\nakuma9640\\r\\n\\r\\n-->\\r\\n\"\n    },\n    {\n      \"title\": \"chore: updated .gitignore + removed build files\",\n      \"prNumber\": 3117,\n      \"type\": \"other\",\n      \"body\": \"chore: updated .gitignore + removed build files\"\n    },\n    {\n      \"title\": \"fix: auto-scrolling issue in client\",\n      \"prNumber\": 3115,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/1977\\r\\n\\r\\nNoticed that when chatting with a character on the client, the conversation doesn\u2019t automatically scroll to the bottom after submitting a message and receiving a response. This PR fix\"\n    },\n    {\n      \"title\": \"fix: fixing the error parsing json when an array is a value in a JSON\u2026\",\n      \"prNumber\": 3113,\n      \"type\": \"bugfix\",\n      \"body\": \"\u2026 object\\r\\n\\r\\n# Relates to\\r\\n\\r\\nHaven't created a ticket, but it seems to be related to recent changes in the `normalizeJsonString` function.\\r\\n\\r\\nWhen using the Slack client, JSON like:\\r\\n\\r\\n```json\\r\\n{\\r\\n  \\\"objective\\\": \\\"The user wants to summarize \"\n    },\n    {\n      \"title\": \"fix: docker build command by skipping eslint files\",\n      \"prNumber\": 3110,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\nRunning docker build fails because eslint config have been removed\\r\\n![Screenshot 2025-01-31 at 14 13 58](https://github.c\"\n    },\n    {\n      \"title\": \"fix: plugin-apro\",\n      \"prNumber\": 3106,\n      \"type\": \"bugfix\",\n      \"body\": \"Investigated and added the peoper ether to the configuration it was missing and fixed all the code.\"\n    },\n    {\n      \"title\": \"fix: plugin-aptos\",\n      \"prNumber\": 3104,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues and added Biome.\"\n    },\n    {\n      \"title\": \"docs: Add \\\"What Did You Get Done This Week? 11\\\" notes\",\n      \"prNumber\": 3103,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation updates for community streams\\r\\n\\r\\n# Risks\\r\\nLow - This is a documentation-only change adding a new community stream summary.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nAdds the summary document for \\\"What Did You \"\n    },\n    {\n      \"title\": \"fix: plugin-arthera-biome\",\n      \"prNumber\": 3102,\n      \"type\": \"bugfix\",\n      \"body\": \"fixed al issues \"\n    },\n    {\n      \"title\": \"fix: plugin-asterai\",\n      \"prNumber\": 3101,\n      \"type\": \"bugfix\",\n      \"body\": \"Added only the Biome. Code was good.\"\n    },\n    {\n      \"title\": \"fix: plugin-autonome-v1\",\n      \"prNumber\": 3098,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all issues.\"\n    },\n    {\n      \"title\": \"fix: fixed build error in plugin-email-automation \",\n      \"prNumber\": 3097,\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\": \"fix: plugin-avail \",\n      \"prNumber\": 3094,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed the issues. \"\n    },\n    {\n      \"title\": \"fix: plugin-avalanche lint\",\n      \"prNumber\": 3092,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-b2  lint\",\n      \"prNumber\": 3091,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all issues, i have an shadow error on packages/plugin-b2/src/pr\u2026oviders/index.ts line 103 it appear and disapper\\r\\n\"\n    },\n    {\n      \"title\": \"fix: plugin-binance lint\",\n      \"prNumber\": 3089,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues but 1 any\"\n    },\n    {\n      \"title\": \"fix: plugin-birdeye lint\",\n      \"prNumber\": 3088,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-bittensor lint\",\n      \"prNumber\": 3087,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed almost all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-bnb lint\",\n      \"prNumber\": 3086,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed almost all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-Chainbase lint\",\n      \"prNumber\": 3085,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issue but the template file.\"\n    },\n    {\n      \"title\": \"fix: plugin-coingecko lint\",\n      \"prNumber\": 3084,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-coinmarketcap lint\",\n      \"prNumber\": 3082,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed few minor issues\"\n    },\n    {\n      \"title\": \"docs: Add Arabic translation for README\",\n      \"prNumber\": 3081,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- Translating the English text into Arabic while maintaining the original file formatting.\\r\\n\\r\\n- Adding a link to the Arabic translation in the \\\"README Translations\\\" section of the main README.md.\\r\\n\\r\\n\"\n    },\n    {\n      \"title\": \"fix: plugin-conflux lint\",\n      \"prNumber\": 3080,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed almost all issues but could not touch the types.ts\"\n    },\n    {\n      \"title\": \"fix: plugin-cosmos lint\",\n      \"prNumber\": 3077,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all issues but 1 file.\"\n    },\n    {\n      \"title\": \"fix: plugin-cronos lint\",\n      \"prNumber\": 3076,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all issues\"\n    },\n    {\n      \"title\": \"fix: plugin-cronoszkevm lint\",\n      \"prNumber\": 3075,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all issues\"\n    },\n    {\n      \"title\": \"fix: plugin-dcap lint\",\n      \"prNumber\": 3074,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-depin lint\",\n      \"prNumber\": 3073,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"feat (chore): plugin-chainbase test config and coverage\",\n      \"prNumber\": 3072,\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\\nhttps://github.com/elizaOS/eliza/issues/3071\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: plugin-devin lint\",\n      \"prNumber\": 3070,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"fix: plugin-dexscreener lint\",\n      \"prNumber\": 3069,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"feat (chore): plugin-bootstrap: test config and test coverage\",\n      \"prNumber\": 3068,\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\\nhttps://github.com/elizaOS/eliza/issues/3067\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: fix-plugin-di lint\",\n      \"prNumber\": 3066,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues but the file types.ts\"\n    },\n    {\n      \"title\": \"fix: plugin-dkg lint\",\n      \"prNumber\": 3065,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues\"\n    },\n    {\n      \"title\": \"feat (chore): plugin bittensor test config and coverage\",\n      \"prNumber\": 3064,\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\\nhttps://github.com/elizaOS/eliza/issues/3062\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: plugin-echochamber lint\",\n      \"prNumber\": 3063,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the errors.\"\n    },\n    {\n      \"title\": \"fix: plugin-mail lint\",\n      \"prNumber\": 3061,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all typings and wrong variables\"\n    },\n    {\n      \"title\": \"fix: handle unsupported image provider\",\n      \"prNumber\": 3057,\n      \"type\": \"bugfix\",\n      \"body\": \"<img width=\\\"633\\\" alt=\\\"Screenshot 2025-01-31 at 2 16 06\u202fAM\\\" src=\\\"https://github.com/user-attachments/assets/5c813d84-70b7-4579-a0b6-2a53cccd5376\\\" />\\r\\n\"\n    },\n    {\n      \"title\": \"fix: ImageVisionModelProvider Not Applied in Runtime for Image Description Service\",\n      \"prNumber\": 3056,\n      \"type\": \"bugfix\",\n      \"body\": \"The `imageVisionModelProvider` is used in the image description service, but its value is never applied at runtime. As a result, even if a user sets it in the character file, it has no effect. This PR ensures that the imageVisionModelProvid\"\n    },\n    {\n      \"title\": \"fix: correct regex\",\n      \"prNumber\": 3054,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: Message id collision in Telegram Client\",\n      \"prNumber\": 3053,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2796\\r\\n\\r\\nThe issue is caused by the message ID being used to create a UUID for memory. Since the message ID could be the same in different Telegram channels, it leads to collisions in memory c\"\n    },\n    {\n      \"title\": \"fix: the unexpected corrections for plugin-di caused by biome lint\",\n      \"prNumber\": 3052,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nIncorrect biome lint in commit:\\r\\nhttps://github.com/elizaOS/eliza/commit/4b9510d93e34436e6047dd0e3bbebeafb9326411\\r\\n\\r\\ncc @wtfsayo \\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\\nBecause the parameter decorat\"\n    },\n    {\n      \"title\": \"feat: 3049 add demo api access coingecko\",\n      \"prNumber\": 3050,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/issues/3049\\r\\n\\r\\n\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow: Coingecko might revoke demo access to these two api endpoints. Then, these two actions would break for users with only a demo api key. \\r\\n\\r\\n# Background\\r\\n\\r\\n#\"\n    },\n    {\n      \"title\": \"feat: add  Fleek Eliza deployment to Readme_CN\",\n      \"prNumber\": 3048,\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(lint): email-automation\",\n      \"prNumber\": 3044,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues and added biome\"\n    },\n    {\n      \"title\": \"fix: spelling issue \",\n      \"prNumber\": 3041,\n      \"type\": \"bugfix\",\n      \"body\": \"thanks!!!\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-ethstorage\",\n      \"prNumber\": 3039,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues and added Biome \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-evm\",\n      \"prNumber\": 3038,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the outdated imports and the process. Fixed types and added Biome\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-flow\",\n      \"prNumber\": 3036,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues and added Biome\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-football\",\n      \"prNumber\": 3035,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all issues and added biome\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-form\",\n      \"prNumber\": 3033,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues.\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-fuel\",\n      \"prNumber\": 3028,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed 2 small issues and added biome.\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-gelato\",\n      \"prNumber\": 3027,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed amosrt all errors but in the action that is packed with any, need a deeper study, added biome.\"\n    },\n    {\n      \"title\": \"fix: Rename file with typo in MVX plugin\",\n      \"prNumber\": 3026,\n      \"type\": \"bugfix\",\n      \"body\": \"\\r\\n# Relates to\\r\\nNo need for an issues I guess but can create one if necessary\\r\\n\\r\\n\\r\\n# Risks : \\r\\nThat underdevelopment pull request that would import this file will have to adapt their pull requests\\r\\n\\r\\n\\r\\n# Background\\r\\n## What does this PR do?\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-genlayer\",\n      \"prNumber\": 3025,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the types possible and added biome\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-giphy\",\n      \"prNumber\": 3024,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the error and aded Biome\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-gitbook \",\n      \"prNumber\": 3023,\n      \"type\": \"bugfix\",\n      \"body\": \"Very strange plug with no actions. \\r\\nAdded biome. \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-gitcoin-passport\",\n      \"prNumber\": 3022,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the errors and added Biome\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-goat\",\n      \"prNumber\": 3019,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed the errors and added biome\"\n    },\n    {\n      \"title\": \"fix: change handleAnthropic default mode to auto\",\n      \"prNumber\": 3018,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\nIssue: https://github.com/elizaOS/eliza/issues/3017\\r\\n\\r\\n# Risks\\r\\nLow - This is a minor change to use a different object generation mode for Anthropic models only. The change is isolated and doesn't affect other providers.\\r\\n\\r\\n# \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-goplus\",\n      \"prNumber\": 3016,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the errors.\"\n    },\n    {\n      \"title\": \"fix(lint):  plugin-holdstation\",\n      \"prNumber\": 3015,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the typing errors, all the logical error, refactored the action\"\n    },\n    {\n      \"title\": \"fix: deepgram transcription null check\",\n      \"prNumber\": 3014,\n      \"type\": \"bugfix\",\n      \"body\": \"<img width=\\\"1022\\\" alt=\\\"Screenshot 2025-01-30 at 1 58 04\u202fPM\\\" src=\\\"https://github.com/user-attachments/assets/628b1726-cdf3-42ec-a9fe-c5dff9bef6b8\\\" />\\r\\n\"\n    },\n    {\n      \"title\": \"feat: use Aggregator swap sui tokens\",\n      \"prNumber\": 3012,\n      \"type\": \"feature\",\n      \"body\": \"Mainly changed list: \\r\\n\\r\\n- add basic sui service support some tools\\r\\n- add swap action use Aggregator cetus\\r\\n- other fix\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-hyperliquid\",\n      \"prNumber\": 3011,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the errors and the reassign of state.\"\n    },\n    {\n      \"title\": \"fix: plugin-icp refactored\",\n      \"prNumber\": 3010,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed the initial error in wallet and multiple other typings. I left 2 because not possibler to restore them fast.\"\n    },\n    {\n      \"title\": \"fix: llava model parsing Issue \",\n      \"prNumber\": 3008,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2907\\r\\n\\r\\nThis PR also includes changes from [#3014](https://github.com/elizaOS/eliza/pull/3014) due to an accidental merge.\"\n    },\n    {\n      \"title\": \"fix: don't start services twice, improve logging\",\n      \"prNumber\": 3007,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow, maybe people don't like the new logging\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n1. doesn't start services twice\\r\\n2. add character name/agent id to runtime's logging\\r\\n3. ran pnpm audit on package.json\\r\\n\\r\\n## What kind o\"\n    },\n    {\n      \"title\": \"fix: client-slack & adapter-postgres: Ensure the connection between user and room before creating a memory,\u2026\",\n      \"prNumber\": 3006,\n      \"type\": \"bugfix\",\n      \"body\": \"\u2026 fixing the constraint error in PostgreSQL\\r\\n\\r\\n# Relates to\\r\\n\\r\\nHaven't created a ticket for it, but there's a bug when using client-slack and the adapter-postgres:\\r\\n\\r\\n```\\r\\n[2025-01-30 02:31:47] ERROR: Max retry attempts reached:\\r\\n    totalA\"\n    },\n    {\n      \"title\": \"docs(packages/adapters): navigate section links\",\n      \"prNumber\": 3005,\n      \"type\": \"docs\",\n      \"body\": \"<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nNavigate links to specified resources\\r\\n## What kind of change is this?\\r\\nDocum\"\n    },\n    {\n      \"title\": \"fix: OpenAI embedding issue\",\n      \"prNumber\": 3003,\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\\nIssue: OpenAI embeddings error when running character without OpenAI API key configured in .env file. \\r\"\n    },\n    {\n      \"title\": \"feat (chore): plugin avalanche test config and coverage\",\n      \"prNumber\": 2999,\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\\nhttps://github.com/elizaOS/eliza/issues/2998\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat (chore): plugin avail test config and coverage\",\n      \"prNumber\": 2997,\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\\nhttps://github.com/elizaOS/eliza/issues/2996\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"chore: lockfile audit\",\n      \"prNumber\": 2994,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: re-enable wtfsayonara's patch\",\n      \"prNumber\": 2993,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFix develop\\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 doing this? Any context or related work?\\r\\n\\r\\nHad to quick m\"\n    },\n    {\n      \"title\": \"feat (chore): plugin-autonome test config and coverage\",\n      \"prNumber\": 2992,\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\\nhttps://github.com/elizaOS/eliza/issues/2991\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"chore(lint-BIOME): Improving errors and warnings\",\n      \"prNumber\": 2990,\n      \"type\": \"other\",\n      \"body\": \"# Background\\r\\n\\r\\n## What does this PR do?\\r\\nThis PR includes several improvements to enhance code quality and accessibility:\\r\\n\\r\\n1. Fixed TypeScript type safety by changing `any` to `string` in CopyButton component\\r\\n2. Updated MongoDB `$cond` \"\n    },\n    {\n      \"title\": \"docs: fix broken links to github\",\n      \"prNumber\": 2987,\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\": \"chore: correction typos chat_2024-12-04.md\",\n      \"prNumber\": 2986,\n      \"type\": \"other\",\n      \"body\": \"docs/community/Discord/collaborations/3d-ai-tv/chat_2024-12-04.md\\r\\nphenoms - phonemes x4\"\n    },\n    {\n      \"title\": \"fix README's CONTRIBUTING.md link in plugin-multiversx package\",\n      \"prNumber\": 2985,\n      \"type\": \"bugfix\",\n      \"body\": \"From `CONTRIBUTING.md` \\r\\nTo `../../CONTRIBUTING.md`\"\n    },\n    {\n      \"title\": \"feat(chore): plugin-arbitrage test config and coverage\",\n      \"prNumber\": 2983,\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\\nhttps://github.com/elizaOS/eliza/issues/2981\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat(chore): plugin-apro -> test coverage and test config\",\n      \"prNumber\": 2980,\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\\nhttps://github.com/elizaOS/eliza/issues/2979\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix(lint): plugin-image-generation\",\n      \"prNumber\": 2978,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed the issues. Reassign fix was impossible. \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-imgflip\",\n      \"prNumber\": 2976,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing issues \"\n    },\n    {\n      \"title\": \"feat: improve instagram client\",\n      \"prNumber\": 2975,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n*No specific issue linked - please add if applicable*\\r\\n\\r\\n# Risks\\r\\nLow - This PR introduces configuration flexibility for Instagram posting intervals and image generation settings with safe fallbacks.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What\"\n    },\n    {\n      \"title\": \"fix: plugin-initia \",\n      \"prNumber\": 2974,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing issues \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-injective\",\n      \"prNumber\": 2973,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues but 2 any that mess up all the other files. \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-intiface\",\n      \"prNumber\": 2971,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing issues. \"\n    },\n    {\n      \"title\": \"fix(lint): plugin-iq6900\",\n      \"prNumber\": 2970,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed all the issues \"\n    },\n    {\n      \"title\": \"fix: plugin-irys\",\n      \"prNumber\": 2969,\n      \"type\": \"bugfix\",\n      \"body\": \"## Had to go invasice to fix the errors. Now ther is no error but i saved in _bk copy in case for reference. \"\n    },\n    {\n      \"title\": \"chore: bump pnpm for remaining workflows\",\n      \"prNumber\": 2968,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: ensure action tweet replies to agent's initial tweet\",\n      \"prNumber\": 2966,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2891\\r\\n\\r\\n\\r\\nresult:\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/ffe3997a-e835-4a33-8e73-98e1592ff512)\\r\\n\"\n    },\n    {\n      \"title\": \"fix: plugin-lensnetwork \",\n      \"prNumber\": 2965,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed the full zod schema and all the other errors.\"\n    },\n    {\n      \"title\": \"Update of the complete translation of README_FR.md [FR]\",\n      \"prNumber\": 2964,\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\\nNo specific issue or ticket. This PR updates the README with a French\"\n    },\n    {\n      \"title\": \"fix: handle whitespace in quote conversion\",\n      \"prNumber\": 2961,\n      \"type\": \"bugfix\",\n      \"body\": \"I noticed that array parsing sometimes fails because, in this PR (https://github.com/elizaOS/eliza/pull/2802/files), the regex matches 'something' only if it is immediately followed by a comma, closing brace, or closing bracket, without any\"\n    },\n    {\n      \"title\": \"fix: plugin-letzai\",\n      \"prNumber\": 2960,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all errors.\"\n    },\n    {\n      \"title\": \"fix: plugin-lightning\",\n      \"prNumber\": 2959,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all errors and also the missing use of Zod.\"\n    },\n    {\n      \"title\": \"fix: plugin-lit\",\n      \"prNumber\": 2957,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the errors and leaved only 3 any that we can change only afer testing. \"\n    },\n    {\n      \"title\": \"fix: plugin-massa\",\n      \"prNumber\": 2955,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the errors.\"\n    },\n    {\n      \"title\": \"fix-plugin-mina\",\n      \"prNumber\": 2954,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all errors \"\n    },\n    {\n      \"title\": \"fix: mind-network\",\n      \"prNumber\": 2953,\n      \"type\": \"bugfix\",\n      \"body\": \"Added only missing logging.\"\n    },\n    {\n      \"title\": \"fix: plugin-moralis\",\n      \"prNumber\": 2952,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the issues.\"\n    },\n    {\n      \"title\": \"fix: {{maxTweetLength}} doesn't work in tweet post template \",\n      \"prNumber\": 2951,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2927\"\n    },\n    {\n      \"title\": \"fix: remove unnecessary @ts-expect-error directive in chat component\",\n      \"prNumber\": 2950,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\nTypeScript error TS2578 in chat component\\r\\n\\r\\n# Risks\\r\\nLow - This is a simple removal of an unnecessary TypeScript directive that was causing an error.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nRemoves an unnecessary @ts-exp\"\n    },\n    {\n      \"title\": \"fix: add missing plugins in package.json\",\n      \"prNumber\": 2947,\n      \"type\": \"feature\",\n      \"body\": \"There were several missing plugins in package.json, which prevented the app from starting. I\u2019ve added them back. It seems this issue was caused by a merge conflict in this: https://github.com/elizaOS/eliza/commit/b3bc2547285663abbf4c3852f38\"\n    },\n    {\n      \"title\": \"fix: remove dead code\",\n      \"prNumber\": 2945,\n      \"type\": \"bugfix\",\n      \"body\": \"removed dead code (comments)\"\n    },\n    {\n      \"title\": \"fix: plugin-movement\",\n      \"prNumber\": 2943,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all errors \"\n    },\n    {\n      \"title\": \"fix: plugin-multiversx\",\n      \"prNumber\": 2942,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the errors present. \"\n    },\n    {\n      \"title\": \"fix: plugin-near\",\n      \"prNumber\": 2941,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the errors and typing.\"\n    },\n    {\n      \"title\": \"fix: plugin-news\",\n      \"prNumber\": 2940,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the type and literals.\"\n    },\n    {\n      \"title\": \"fix: building error\",\n      \"prNumber\": 2938,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: plugin-nft-collection\",\n      \"prNumber\": 2937,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the errors and most if not all the typing.\"\n    },\n    {\n      \"title\": \"fix: plugin-nft-generation\",\n      \"prNumber\": 2934,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed partially the typing and the reassigmnet logic. To fix it all we need to redo partially the code. I leave for a nother PR.\"\n    },\n    {\n      \"title\": \"feat: add public access to packages.\",\n      \"prNumber\": 2933,\n      \"type\": \"feature\",\n      \"body\": \"This ensures all packages that are not marked private are properly scoped and can be published to npm registry.\"\n    },\n    {\n      \"title\": \"fix template typos\",\n      \"prNumber\": 2932,\n      \"type\": \"bugfix\",\n      \"body\": \"Minor fixes as first contribution, noticed while diving source code\"\n    },\n    {\n      \"title\": \"chore: inconsistent folder naming conventipn\",\n      \"prNumber\": 2931,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: invalid npm package naming convention\",\n      \"prNumber\": 2930,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: missing version prop in package.json\",\n      \"prNumber\": 2929,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"ci: changes to allow package scoping to public\",\n      \"prNumber\": 2928,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"Update lpmanager.character.json\",\n      \"prNumber\": 2921,\n      \"type\": \"other\",\n      \"body\": \"The subject of the sentence is \\\"the center price\\\", which is singular, so the correct verb form is \\\"is\\\" instead of \\\"are\\\".\"\n    },\n    {\n      \"title\": \"feat: new model provider for LM Studio\",\n      \"prNumber\": 2913,\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\\nAdd LM Studio model provider\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be fille\"\n    },\n    {\n      \"title\": \"feat(more-actions): Lit Protocol plugin\",\n      \"prNumber\": 2912,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nAdding Lit Protocol functionality, including Lit Agent Wallet integration. This enables key management  solutions including delegation for specific tasks and policies for agents. \\r\\n\\r\\n# Risks\\r\\n\\r\\nLow risk, simply adds a plugin\"\n    },\n    {\n      \"title\": \"chore: fix spell errors\",\n      \"prNumber\": 2909,\n      \"type\": \"bugfix\",\n      \"body\": \"1. **`README.md`** in `intiface-engine` package:\\r\\n   - Corrected \\\"pacakges\\\" to \\\"packages\\\".\\r\\n\\r\\n2. **`README.md`** in `plugin-mind-network` package:\\r\\n   - Fixed \\\"Depedency\\\" to \\\"Dependency\\\".\\r\\n   - Corrected \\\"collabration\\\" to \\\"collaboration\\\".\\r\\n\"\n    },\n    {\n      \"title\": \"fix: plugin-obsidian\",\n      \"prNumber\": 2906,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing in a non invasive way. Removed reassigments and fixed soem logic in the helper. \"\n    },\n    {\n      \"title\": \"fix: plugin-arbitrage \",\n      \"prNumber\": 2905,\n      \"type\": \"bugfix\",\n      \"body\": \"## Partially fixed. It will need a refactoring. Lot of the code is placeholder. \"\n    },\n    {\n      \"title\": \"Update LICENSE\",\n      \"prNumber\": 2903,\n      \"type\": \"other\",\n      \"body\": \"Updated the copyright year from 2024 to 2025 in the LICENSE file.\\r\\n\"\n    },\n    {\n      \"title\": \"fix: plugin-omniflix\",\n      \"prNumber\": 2902,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing and also the reassign. Leaved 4 reassign because i could not understand the logic\"\n    },\n    {\n      \"title\": \"fix(patch): pnpm/@solana-developers to fix @coral-xyz 'BN' export\",\n      \"prNumber\": 2901,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: plugin-opacity\",\n      \"prNumber\": 2900,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing errors.\"\n    },\n    {\n      \"title\": \"fix: plugin-open-weather\",\n      \"prNumber\": 2899,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed the state reassignment\"\n    },\n    {\n      \"title\": \"fix: plugin-openai\",\n      \"prNumber\": 2898,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing, most of the actions was incomplete and had mising call to methods of action.ts. \"\n    },\n    {\n      \"title\": \"fix: plugin-primus\",\n      \"prNumber\": 2893,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing errors.\"\n    },\n    {\n      \"title\": \"fix: plugin-quai \",\n      \"prNumber\": 2892,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the logical and typing issues.\"\n    },\n    {\n      \"title\": \"fix: plugin-quick-intel\",\n      \"prNumber\": 2890,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing errors and ommissio. leaved the memories variable (unused) maybe Ninja want to use it later.\"\n    },\n    {\n      \"title\": \"Update pnpm to v9.15.0 [SECURITY]\",\n      \"prNumber\": 2888,\n      \"type\": \"other\",\n      \"body\": \"This PR contains the following updates:\\n\\n| Package | Change | Age | Adoption | Passing | Confidence |\\n|---|---|---|---|---|---|\\n| [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.12.3+sha512.cce\"\n    },\n    {\n      \"title\": \"Update dependency systeminformation to v5.23.8 [SECURITY]\",\n      \"prNumber\": 2887,\n      \"type\": \"other\",\n      \"body\": \"This PR contains the following updates:\\n\\n| Package | Change | Age | Adoption | Passing | Confidence |\\n|---|---|---|---|---|---|\\n| [systeminformation](https://systeminformation.io) ([source](https://redirect.github.com/sebhildebrandt/systemi\"\n    },\n    {\n      \"title\": \"fix: client server port\",\n      \"prNumber\": 2886,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2726\"\n    },\n    {\n      \"title\": \"fix: plugin-router-nitro\",\n      \"prNumber\": 2884,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the log errors and added the typing. \\r\\nI also saved 2 backup copy of the origina files just in case becasue the changes was very invasive. \"\n    },\n    {\n      \"title\": \"chore: bump version to 0.1.9\",\n      \"prNumber\": 2883,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: fix abstract package.json\",\n      \"prNumber\": 2882,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nremoves build warning\\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 work?\\r\\n\\r\\nSick of\"\n    },\n    {\n      \"title\": \"fix: LOG_JSON_FORMAT env var setting\",\n      \"prNumber\": 2881,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nFix json output when it's set to \\\"false\\\"\\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# Documentation changes needed?\\r\\n\\r\\nMy chang\"\n    },\n    {\n      \"title\": \"fix: default character openai => llamalocal\",\n      \"prNumber\": 2880,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nChange default character model provider back to the original default\\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 doin\"\n    },\n    {\n      \"title\": \"fet: use axios to fetch price and support two types private key\",\n      \"prNumber\": 2879,\n      \"type\": \"other\",\n      \"body\": \"1. Use axios replace fetch method to get price, cause axios support auto proxy setgings.\\r\\n2. Now support both suiprivatekeyxxxxx  string and seed words.\\r\\n\"\n    },\n    {\n      \"title\": \"fix: null check\",\n      \"prNumber\": 2878,\n      \"type\": \"bugfix\",\n      \"body\": \"just adding null check so that it wont get error \\r\\n`parsedResponse?.title`\"\n    },\n    {\n      \"title\": \"fix: plugin-sei\",\n      \"prNumber\": 2877,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed al typing issues but i had to solve some pretty big errors not related to that. \\r\\nAfter merge will be good to test it. \"\n    },\n    {\n      \"title\": \"fix: fix merge conflict\",\n      \"prNumber\": 2873,\n      \"type\": \"bugfix\",\n      \"body\": \"We have an unwrapped and duplicated function in the code it might be due to a merge conflict.\\r\\nthis pr just removed this function \\r\\n\\r\\n![image](https://github.com/user-attachments/assets/a09be9c2-77c1-43e5-a8ff-005df367e185)\\r\\n\"\n    },\n    {\n      \"title\": \"fix: plugin-sgx\",\n      \"prNumber\": 2872,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed all the typing issues.\"\n    },\n    {\n      \"title\": \"fix: plugin-spheron\",\n      \"prNumber\": 2870,\n      \"type\": \"bugfix\",\n      \"body\": \"Improved type safety but need way more work. \\r\\nIf we sanitize the typings completely we wil have also to work on the methods. \"\n    },\n    {\n      \"title\": \"feat(arbitrage): improve gas price optimization and volume calculation\",\n      \"prNumber\": 2869,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nPR #2784 - This is an update to the previously merged arbitrage plugin\\r\\n\\r\\n# Risks\\r\\nLow - This is an optimization update to existing arbitrage functionality, affecting only the gas price calculations, volume optimization logic,\"\n    },\n    {\n      \"title\": \"fix: plugin-squid-router\",\n      \"prNumber\": 2868,\n      \"type\": \"bugfix\",\n      \"body\": \"Code Quality Improvements: Fix Biome Linting Issues/Errors\\r\\nChanges:\\r\\nThis PR addresses several Biome linting issues across the codebase, focusing on improving code quality and maintainability. The changes include:\\r\\n1. Removed unnecessary e\"\n    },\n    {\n      \"title\": \"fix: plugin-starknet\",\n      \"prNumber\": 2866,\n      \"type\": \"bugfix\",\n      \"body\": \"Changes:\\r\\nThis PR addresses several Biome linting issues across the codebase, focusing on improving code quality and maintainability. The changes include:\\r\\n1. Removed unnecessary else clauses where early returns made them redundant, simplif\"\n    },\n    {\n      \"title\": \"chore(add-tests): plugin-asterai -> test coverage and config\",\n      \"prNumber\": 2860,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2859\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat(plugin-di): add `Dependency Injection` support for services and clients, and di plugin samples to _examples as new folder\",\n      \"prNumber\": 2855,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/pull/2115\\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\\nIn the previous submission, since the sampleService was missing, DI support was not added to services and clients. I\"\n    },\n    {\n      \"title\": \"chore(add-tests): plugin anyone: test config and test coverage\",\n      \"prNumber\": 2854,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2853\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"chore(add-tests): plugin 3d generation: test config and test coverage\",\n      \"prNumber\": 2850,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2849\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix(deps): update bs58 version to resolve integration test dependency issues\",\n      \"prNumber\": 2848,\n      \"type\": \"bugfix\",\n      \"body\": \"tries to fix integrationTest failure, removed btcfun plugin\\n\"\n    },\n    {\n      \"title\": \"refactor: simplify and fix exports in Imgflip meme generation plugin.\",\n      \"prNumber\": 2846,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nImprovements on a plugin I am working on. See [this pull request ](https://github.com/elizaOS/eliza/pull/2711)\\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\\nThis pull request adds fixes and some refactorin\"\n    },\n    {\n      \"title\": \"fix: plugin-story\",\n      \"prNumber\": 2844,\n      \"type\": \"bugfix\",\n      \"body\": \"Code Quality Improvements for Story Plugin\\r\\nThis PR addresses linter warnings across multiple files in the Story plugin:\\r\\n1. Replaced any with unknown or Record<string, unknown> for better type safety\\r\\n2. Removed unnecessary else clauses wh\"\n    },\n    {\n      \"title\": \"fix: plugin-sui\",\n      \"prNumber\": 2843,\n      \"type\": \"bugfix\",\n      \"body\": \"Code Quality Improvements for SUI Plugin\\nThis PR addresses several code quality improvements in the SUI plugin:\\n- Introduced `currentState` variable to avoid parameter reassignment\\n- Replaced `Math.pow` with the exponentiation operator (`**\"\n    },\n    {\n      \"title\": \"feat(new-plugin): A plugin for the Zilliqa blockchain\",\n      \"prNumber\": 2842,\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\\nNo issue yet; can file an issue if you'd like?\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks s\"\n    },\n    {\n      \"title\": \"fix: plugin-suno\",\n      \"prNumber\": 2840,\n      \"type\": \"bugfix\",\n      \"body\": \"Type Safety Improvements for Suno Provider\\r\\nThis PR addresses type issues in the Suno provider implementation:\\r\\n1. Fixed any type usage by replacing it with proper return types\\r\\n2. Added type safety to the get method return value\\r\\n3. Mainta\"\n    },\n    {\n      \"title\": \"feat: client for Telegram account\",\n      \"prNumber\": 2839,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nAdding a client to work with a Telegram account. Uses the popular GramJS library.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. It does not affect existing systems or workflows.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nThis PR introduces a new c\"\n    },\n    {\n      \"title\": \"fix: akash splash bis\",\n      \"prNumber\": 2838,\n      \"type\": \"bugfix\",\n      \"body\": \"## Added CLI dependencies to plugin-akash\\n\\nAdded chalk, cli-table3, and ora packages to support command line interface features.\"\n    },\n    {\n      \"title\": \"fix: plugin-tee-marlin\",\n      \"prNumber\": 2837,\n      \"type\": \"bugfix\",\n      \"body\": \"## Fixed minor typing issues in remote attestation action\\n\\nReplaced `any` type with `Record<string, unknown>` and marked unused parameters with underscore prefix.\"\n    },\n    {\n      \"title\": \"fix: plugin-tee-veriafiable-log\",\n      \"prNumber\": 2836,\n      \"type\": \"bugfix\",\n      \"body\": \"Type Safety and Code Quality Improvements\\r\\nThis PR addresses several issues in the SQLite Verifiable DAO implementation:\\r\\n1. Added type assertion for SQL query results to fix TypeScript error\\r\\n2. Replaced any type with specific types for qu\"\n    },\n    {\n      \"title\": \"fix(deps): update dependency cookie to v0.7.0 [security]\",\n      \"prNumber\": 2834,\n      \"type\": \"bugfix\",\n      \"body\": \"This PR contains the following updates:\\n\\n| Package | Change | Age | Adoption | Passing | Confidence |\\n|---|---|---|---|---|---|\\n| [cookie](https://redirect.github.com/jshttp/cookie) | [`0.6.0` -> `0.7.0`](https://renovatebot.com/diffs/npm/c\"\n    },\n    {\n      \"title\": \"fix: plugin-thirdweb\",\n      \"prNumber\": 2833,\n      \"type\": \"bugfix\",\n      \"body\": \"Type Fix for Blockchain Chat Handler\\r\\nThis PR addresses type issues in the blockchain chat handler:\\r\\n1. Fixed any type usage by replacing it with Record<string, unknown>\\r\\n2. Added union type to support both Record<string, unknown> and Reada\"\n    },\n    {\n      \"title\": \"fix: plugin-ton\",\n      \"prNumber\": 2832,\n      \"type\": \"bugfix\",\n      \"body\": \"This PR addresses several linter warnings in the wallet provider implementation without altering the core functionality. Key changes include:\\r\\n1. Updated Node.js builtin module import to use the node: protocol\\r\\n2. Replaced Math.pow with the\"\n    },\n    {\n      \"title\": \"fix: still run Farcaster client loop if error\",\n      \"prNumber\": 2830,\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\\nNone\\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\"\n    },\n    {\n      \"title\": \"fix: plugin-tts \",\n      \"prNumber\": 2829,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed non-critical issues highlighted by strict biome linting:\\n- Updated imports to use `node:` prefix\\n- Changed bracket notation to dot notation for object access\\n- Added explicit type for `target_voice`\\n- Simplified environment variable a\"\n    },\n    {\n      \"title\": \"feat: add new readmes, move some others for consistency\",\n      \"prNumber\": 2828,\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-twitter\",\n      \"prNumber\": 2827,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix Control Flow and Type Safety in Twitter Plugin\\n\\n## Changes\\n- Simplified tweet posting logic by removing redundant `else` clauses\\n- Renamed unused parameters with underscore prefix\\n- Changed type annotation from `any` to `unknown` in `\"\n    },\n    {\n      \"title\": \"fix: plugin-udio \",\n      \"prNumber\": 2824,\n      \"type\": \"bugfix\",\n      \"body\": \"# Non critical Fixes for Plugin-Udio\\r\\n\\r\\n## Changes\\r\\n- Fixed template literal usage in `extend.ts` where string interpolation wasn't needed\\r\\n- Updated imports to use `import type` syntax in `udio.ts`\\r\\n- Replaced `any` types with more specifi\"\n    },\n    {\n      \"title\": \"fix: plugin-video-generation Fixed multiple non criticla issues.\",\n      \"prNumber\": 2823,\n      \"type\": \"bugfix\",\n      \"body\": \"## Type Safety Improvements\\r\\n- Changed `any` type to `Record<string, unknown>` for options parameter in handler\\r\\n- Added proper type definitions for ZerionProvider interface\\r\\n- Removed `any` type usage in provider implementation\\r\\n\\r\\n## Code \"\n    },\n    {\n      \"title\": \"fix: plugin-zerion \",\n      \"prNumber\": 2822,\n      \"type\": \"bugfix\",\n      \"body\": \"# fix: plugin-zerion \\r\\n\\r\\n- Added proper type definitions for ZerionProvider interface\\r\\n- Removed 'any' type usage in provider implementation\\r\\n- Added type guard for PortfolioData vs PositionData differentiation\\r\\n- Improved type safety in da\"\n    },\n    {\n      \"title\": \"docs: update embedding function\",\n      \"prNumber\": 2821,\n      \"type\": \"docs\",\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\\nNone\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow, its documentation \\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nUpdates the d\"\n    },\n    {\n      \"title\": \"fix: plugin-zksync-era multiple errors and issues as documented\",\n      \"prNumber\": 2819,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix plugin-zksync-era\\r\\n\\r\\n- Replace non-null assertion with fallback in useGetAccount\\r\\n- Avoid parameter reassignment in transferAction handler\\r\\n- Add explicit typing for hash variable\\r\\n- Convert string concatenations to template literals\\r\"\n    },\n    {\n      \"title\": \"fix: nvidia nim environment\",\n      \"prNumber\": 2817,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix: NVIDIA NIM Plugin Environment Variables Typo\\r\\n\\r\\n## Changes\\r\\n- Fixed typo in environment variable names in `actionGetTopic.ts`:\\r\\n  - `NVIDIA_OFFTOPIC_SYSTEM`\\r\\n  - `NVIDIA_OFFTOPIC_USER`\\r\\n\\r\\n## Technical Details\\r\\n- Modified: `packages/p\"\n    },\n    {\n      \"title\": \"fix: akash splash \",\n      \"prNumber\": 2816,\n      \"type\": \"bugfix\",\n      \"body\": \"# Akash Plugin UI Enhancement\\r\\n\\r\\n## Changes\\r\\n- Updated splash screen design for Akash plugin\\r\\n- Enhanced visual presentation of the interface\\r\\n- Improved user experience with better layout\\r\\n\\r\\n## Technical Details\\r\\n- Modified: `packages/plug\"\n    },\n    {\n      \"title\": \"docs: Update client-telegram README.md\",\n      \"prNumber\": 2814,\n      \"type\": \"docs\",\n      \"body\": \"Just corrected some formatting issues, and added details about configuration of advanced features via character.json files.\\r\\n\\r\\n<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments.\"\n    },\n    {\n      \"title\": \"fix: adding exclusion for extra folder for faster future rebase\",\n      \"prNumber\": 2813,\n      \"type\": \"bugfix\",\n      \"body\": \"# Update .gitignore for Faster Rebases\\r\\n\\r\\n## Changes\\r\\n- Added `extra` folder to .gitignore to prevent conflicts during rebases\\r\\n- This helps maintain a cleaner git history when working with local development folders\\r\\n\\r\\n## Why\\r\\nWhen rebasing\"\n    },\n    {\n      \"title\": \"docs: Create client-discord readme.md\",\n      \"prNumber\": 2812,\n      \"type\": \"docs\",\n      \"body\": \"Adding basic instructions. Will look to expand this with some common issues and solutions as I come across them.\\r\\n\\r\\n<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# R\"\n    },\n    {\n      \"title\": \"feat: Add Access Token Management to MultiversX Plugin\",\n      \"prNumber\": 2810,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nmultiversx-plugin\\r\\n\\r\\n# Risks\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- Add the possibility to limit token management to one user or all user\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nImprovements\\r\\n\\r\\n# Documentation change\"\n    },\n    {\n      \"title\": \"test: plugin-0x test configuration and coverage\",\n      \"prNumber\": 2807,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2806\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"chore: plugin-0g test configuration and test coverage\",\n      \"prNumber\": 2805,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2804\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: single quote handle bug at parseJsonArray\",\n      \"prNumber\": 2802,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\nNo specific issue or ticket referenced.\\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\\nLow \u2014 this PR primarily refines the parsing function\"\n    },\n    {\n      \"title\": \"feat(new-plugin): create gelato plugin relay\",\n      \"prNumber\": 2799,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- Link to the issue or ticket this PR addresses -->\\r\\nNo linked issue. This PR introduces a Gelato Relay plugin with support for both `sponsoredCall` and `sponsoredCallERC2771` functionalities.\\r\\n\\r\\n# Risks\\r\\n\\r\\n<!--\\r\\nLow, med\"\n    },\n    {\n      \"title\": \"btcfun Plugin for Eliza\",\n      \"prNumber\": 2797,\n      \"type\": \"other\",\n      \"body\": \"# BTC.Fun Plugin for Eliza\\n\\n## Description\\nBTC.Fun enables users to effortlessly launch and trade Runes/BRC20 tokens on the Bitcoin network in a permissionless environment. Through the platform, anyone can create their own Runes/BRC20 token\"\n    },\n    {\n      \"title\": \"feat(new-plugin): support apro plugin\",\n      \"prNumber\": 2794,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n#2793\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This change only merge the new plugin from APRO.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nJust merge the new plugin: plugin-apro\\r\\nThis PR adds support for Eliza to interact with apro, enabling us\"\n    },\n    {\n      \"title\": \"feat: XMTP Client\",\n      \"prNumber\": 2786,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n\\r\\n#### Why XMTP?\\r\\n\\r\\n- **End-to-end & compliant**: Data is encrypted in transit and at rest, meeting strict security and regulatory standards.\\r\\n- **Open-source & trustless**: Built on top of the [MLS](https://messaginglayersecurity.rocks/)\"\n    },\n    {\n      \"title\": \"feat(new-plugin): add arbitrage plugin with example character\",\n      \"prNumber\": 2784,\n      \"type\": \"feature\",\n      \"body\": \"# Arbitrage Plugin for Eliza\\r\\n\\r\\nThis PR adds a new plugin that enables Eliza to perform cryptocurrency arbitrage trading across decentralized exchanges (DEXs).\\r\\n\\r\\n## Features\\r\\n- Real-time market monitoring via WebSocket connections\\r\\n- Autom\"\n    },\n    {\n      \"title\": \"feat: improve message parsing\",\n      \"prNumber\": 2772,\n      \"type\": \"feature\",\n      \"body\": \"Noticed that many parts of the code were calling `parseJsonArrayFromText` and simply returning `null` if JSON parsing failed. In this PR, I've enhanced the `extractAttributes` function to allow it to fetch all attributes from an object. Thi\"\n    },\n    {\n      \"title\": \"feat(new-plugin): trikon plugin for eliza\",\n      \"prNumber\": 2653,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\nInitial implementation of Trikon token transfer plugin\\n\\n# Risks\\nLow - This is a POC implementation with simulated token transfers. No actual blockchain transactions are performed.\\n\\n# Background\\n\\n## What does this PR do?\\nIntrodu\"\n    },\n    {\n      \"title\": \"Add more data when scrapping tweets\",\n      \"prNumber\": 2644,\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# Dependency\\r\\n\u2757 \u2757 **Must be merged with : https://github.com/elizaOS/agent-twitter-client/pull/57**\\r\\n\\r\\n# Risks\\r\\nLow\\r\\n\\r\\n\"\n    },\n    {\n      \"title\": \"chore(update-plugin-initialization): btcfun & trikon plugin\",\n      \"prNumber\": 2643,\n      \"type\": \"other\",\n      \"body\": \"# btcfun Plugin for Eliza\\r\\n\\r\\n## Description\\r\\nBTC.Fun enables users to effortlessly launch and trade Runes/BRC20 tokens on the Bitcoin network in a permissionless environment. Through the platform, anyone can create their own Runes/BRC20 tok\"\n    },\n    {\n      \"title\": \"feat(client-alexa): Basic Alexa skill notification\",\n      \"prNumber\": 2564,\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\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nMedium\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- Integrate communication with \"\n    },\n    {\n      \"title\": \"docs: Add \\\"What Did You Get Done This Week? #10\\\" notes\",\n      \"prNumber\": 2558,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation updates for community streams\\r\\n\\r\\n# Risks\\r\\nLow - This is a documentation-only change adding a new community stream summary.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nAdds the summary and transcript for \\\"What Di\"\n    },\n    {\n      \"title\": \"feat(new-plugin): quick intel plugin for token security analysis\",\n      \"prNumber\": 2391,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - This plugin is isolated and:\\r\\n\\r\\n- Uses established API endpoints\\r\\n- Has proper error handling\\r\\n- Follows existing plugin patterns\\r\\n- No database changes required\\r\\n- No deployment risks\\r\\n\\r\\n# Background\\r\\n\"\n    },\n    {\n      \"title\": \"feat(new-plugin): 0x plugin to swap on evms\",\n      \"prNumber\": 2329,\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\\nhttps://github.com/elizaOS/eliza/issues/2230\\r\\nCreated a plugin for 0x protocol, a feature request from \"\n    },\n    {\n      \"title\": \"feat: custom s3 endpoint url for 'plugin-node'\",\n      \"prNumber\": 2176,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/issues/2174, and builds upon https://github.com/elizaOS/eliza/pull/2379\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This affects only the `plugin-node`, and it changes logic in a way that is backward compatible. \\r\\n\\r\\n\"\n    },\n    {\n      \"title\": \"feat: Separate Knowledge system + Multi-Agent RAG Optimization\",\n      \"prNumber\": 1620,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow Risk, as the new RAG system is completely separate, and must be enabled by the user to use as of now.\\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\\nImprovements (misc. ch\"\n    },\n    {\n      \"title\": \"feat(new-plugin): deva client integration\",\n      \"prNumber\": 1238,\n      \"type\": \"feature\",\n      \"body\": \"# Pull Request: Integrate Deva into Eliza\\r\\n\\r\\n## Relates to\\r\\n\\r\\nThis PR adds a new [Deva](https://www.deva.me/) client integration for the Eliza AI agent, enabling posting and scheduling posts to the [Deva](https://www.deva.me/) feed.\\r\\n\\r\\n## R\"\n    },\n    {\n      \"title\": \"feat: Add Extra Multimedia Support for Telegram Client \",\n      \"prNumber\": 2510,\n      \"type\": \"feature\",\n      \"body\": \"This PR is based on https://github.com/elizaOS/eliza/pull/1837\\r\\nI\u2019ve remade this PR because maintainer edit access was not enabled, making it difficult to make necessary changes directly.\\n\\n<!-- This is an auto-generated comment: release not\"\n    },\n    {\n      \"title\": \"Update ElizaOS Documentation link\",\n      \"prNumber\": 2495,\n      \"type\": \"docs\",\n      \"body\": \"Update ElizaOS Documentation link\\r\\n\\r\\nChanges:\\r\\n- Updated documentation link from https://docs.elizaos.com to https://elizaos.github.io/eliza/\\r\\n\\r\\n\\n\\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\\n\\n## Summary by Cod\"\n    },\n    {\n      \"title\": \"chore: update createToken.ts\",\n      \"prNumber\": 2493,\n      \"type\": \"other\",\n      \"body\": \"\\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\\ncreat -> create\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\n\\r\\nImprovements (misc. changes to existing features)\\r\\n\\r\"\n    },\n    {\n      \"title\": \"chore: corrected the link to the banner\",\n      \"prNumber\": 2491,\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: corrected the link to the banner\",\n      \"prNumber\": 2490,\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: corrected the link to the banner\",\n      \"prNumber\": 2489,\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: handle test cases in version.sh file\",\n      \"prNumber\": 2485,\n      \"type\": \"tests\",\n      \"body\": \"## What does this PR do?\\r\\n- Add additional permission check for src/lib directory in version.sh\\r\\n- Enhance error handling for missing lerna.json file\\r\\n- Add proper exit codes for error cases\\r\\n\\r\\n## What kind of change is this?\\r\\nImprovements \"\n    },\n    {\n      \"title\": \"chore: edited the link to the banner\",\n      \"prNumber\": 2483,\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: adding test configuration and test coverage for binance plugin \",\n      \"prNumber\": 2482,\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\\nhttps://github.com/elizaOS/eliza/issues/2481\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: Sui supports the secp256k1/secp256r1 algorithms\",\n      \"prNumber\": 2476,\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\": \"feat: Load multiple characters from a single remote url\",\n      \"prNumber\": 2475,\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[Issue #2252](https://github.com/elizaOS/eliza/issues/2252)\\r\\n[Expands on #2328](https://github.com/eliz\"\n    },\n    {\n      \"title\": \"fix: linting errors\",\n      \"prNumber\": 2474,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: add openai env to smokeTests\",\n      \"prNumber\": 2472,\n      \"type\": \"feature\",\n      \"body\": \"Reverts elizaOS/eliza#2459\"\n    },\n    {\n      \"title\": \"test: adding test configuration and tests for redis adapter\",\n      \"prNumber\": 2470,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2469\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: tests for supabase and sqlite db adapters\",\n      \"prNumber\": 2468,\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\\nhttps://github.com/elizaOS/eliza/issues/2467\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: OPENAI provider being overwritten by LLAMA_LOCAL on pnpm start\",\n      \"prNumber\": 2465,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2450\"\n    },\n    {\n      \"title\": \"Typo fix in read.me\",\n      \"prNumber\": 2464,\n      \"type\": \"bugfix\",\n      \"body\": \"# Pull Request: Fix Typo in `README.md` (\\\"beteen\\\" \u2192 \\\"between\\\")\\r\\n\\r\\n\\r\\n\\r\\nThis pull request corrects a typo in the `README.md` file for the `@elizaos/squid-router` package. The word \\\"beteen\\\" was updated to \\\"between\\\" to enhance readability and a\"\n    },\n    {\n      \"title\": \"fix: resolve type error for children in animated.div component\",\n      \"prNumber\": 2462,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\nThis pull request relates to resolving the issue where `animated.div` from `@react-spring/web` was not accepting the `children` prop in TypeScript, causing type errors.\\r\\n\\r\\n# Risks\\r\\n\\r\\n**Low**\"\n    },\n    {\n      \"title\": \"chore: set openai as default character's provider\",\n      \"prNumber\": 2460,\n      \"type\": \"other\",\n      \"body\": \"chore: set openai as default character's provider\"\n    },\n    {\n      \"title\": \"revert: \\\"refactor: dockerize smoke tests\\\"\",\n      \"prNumber\": 2459,\n      \"type\": \"refactor\",\n      \"body\": \"Reverts elizaOS/eliza#2420\"\n    },\n    {\n      \"title\": \"feat: Add features to the Solana Agent Kit \",\n      \"prNumber\": 2458,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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\\nhttps://github.com/elizaOS/eliza/issues/1619\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"Fix spelling error\",\n      \"prNumber\": 2456,\n      \"type\": \"bugfix\",\n      \"body\": \"\\r\\n- Fixed the typo \\\"dimentional\\\" to \\\"dimensional\\\" in `boredom.ts`.\\r\\n- Corrected the misspelling of \\\"SERCH_ALL\\\" to \\\"SEARCH_ALL\\\" in `search.ts`.\\r\\n- Updated \\\"Formated\\\" to \\\"Formatted\\\" in `index.ts` and `webSearchService.ts`.\\r\\n- Fixed multiple s\"\n    },\n    {\n      \"title\": \"feat: adding tests for instagram client\",\n      \"prNumber\": 2454,\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\\nhttps://github.com/elizaOS/eliza/issues/2453\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"Fix typos in docs\",\n      \"prNumber\": 2449,\n      \"type\": \"bugfix\",\n      \"body\": \"# PR Title\\r\\nFix typos in docs\\r\\n\\r\\n# Relates to\\r\\nNo related issues\\r\\n\\r\\n# Risks\\r\\nLow - documentation changes only\\r\\n\\r\\n# Background\\r\\n## What does this PR do?\\r\\n- Fix \\\"initalData\\\" to \\\"initialData\\\" in MemoryCacheAdapter\\r\\n- Unify \\\"DegenSpartanAI\\\" nam\"\n    },\n    {\n      \"title\": \"fix: spell/grammar errors in characters \",\n      \"prNumber\": 2447,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixed the following spelling errors:\\r\\n\\r\\nIn characters/cosmosHelper.character.json:\\r\\n\\\"i being\\\" \u2192 \\\"is being\\\"\\r\\n\\\"should he call\\\" \u2192 \\\"should he called\\\"\\r\\n\\r\\nIn characters/eternalai.character.json:\\r\\n\\\"gettig\\\" \u2192 \\\"getting\\\"\\r\\n\\r\\nIn client/src/components/u\"\n    },\n    {\n      \"title\": \"fix: Update error message and remove duplicate version field\",\n      \"prNumber\": 2445,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes two issues:\\r\\n\\r\\n1. Package.json:\\r\\n- Removes duplicate \\\"version\\\": \\\"0.1.9-alpha.1\\\" field\\r\\n- Keeps single correct version definition\\r\\n\\r\\n2. Src/index.ts:\\r\\n- Improves TEE_MODE error message by adding article \\\"A\\\" for \\r\\n  better grammatical c\"\n    },\n    {\n      \"title\": \"fix: missing import \",\n      \"prNumber\": 2444,\n      \"type\": \"bugfix\",\n      \"body\": \"fixes missing import\"\n    },\n    {\n      \"title\": \"fix: update zero Gravity (0G) link\",\n      \"prNumber\": 2441,\n      \"type\": \"bugfix\",\n      \"body\": \"Update Zero Gravity (0G) link in README.md\\r\\n\\r\\nChanges:\\r\\n- Updated Zero Gravity link in packages/plugin-0g/README.md from https://0g.xyz to https://0g.ai\\r\\n\\r\\nWhy:\\r\\nThis update fixes the broken link to Zero Gravity's website by pointing to the\"\n    },\n    {\n      \"title\": \"chore: remove eslint, prettier, tslint and replace with biome\",\n      \"prNumber\": 2439,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\nMigrating from ESLint/Prettier to Biome\\r\\n\\r\\n# Risks\\r\\nLow - Code style and linting changes only. No functional changes.\\r\\nLow - The lint fixes will be progressive i have turned off a lot of default errors existing in biome but no\"\n    },\n    {\n      \"title\": \"Update documentation links \",\n      \"prNumber\": 2438,\n      \"type\": \"docs\",\n      \"body\": \"Update documentation links in README.md\\r\\n\\r\\nChanges:\\r\\n- Updated documentation link in packages/plugin-obsidian/README.md from https://docs.elizaos.com to https://elizaos.github.io/eliza/\\r\\n\\r\\nWhy:\\r\\nThis update redirects users to the correct do\"\n    },\n    {\n      \"title\": \"fix: quickstart.md conflicts\",\n      \"prNumber\": 2437,\n      \"type\": \"bugfix\",\n      \"body\": \"remove merge conflict\"\n    },\n    {\n      \"title\": \"fix: typos in supabase seed file\",\n      \"prNumber\": 2435,\n      \"type\": \"bugfix\",\n      \"body\": \"This pull request contains changes to improve clarity, correctness and structure.\\r\\n\\r\\n**Description correction:**\\r\\nCorrected `last_messsage_read` to `last_message_read`\\r\\n\\r\\nPlease review the changes and let me know if any additional changes a\"\n    },\n    {\n      \"title\": \"feat: Pyth Data Plugin \",\n      \"prNumber\": 2434,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n![Pyth](https://github.com/user-attachments/assets/c3e08f8d-1581-4620-8ac4-f7262903ea6a)\\r\\n\\r\\n\\r\\n# Pyth Data Plugin for ElizaOS\\r\\n\\r\\n## Overview\\r\\nThis PR introduces the Pyth Data Plugin, focusing on stability, efficiency, and code organization\"\n    },\n    {\n      \"title\": \"fix: if VITE_SERVER_PORT is not defined, use default 3000\",\n      \"prNumber\": 2433,\n      \"type\": \"bugfix\",\n      \"body\": \"does what the title says.\"\n    },\n    {\n      \"title\": \"feat:update heurist env var examples\",\n      \"prNumber\": 2428,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n- Update Heurist model configurations and add embedding support\\r\\n\\r\\n# Risks\\r\\nLow - Configuration updates for Heurist models and embedding support\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n- Updates LARGE_HEURIST_MODEL from l\"\n    },\n    {\n      \"title\": \"docs: Add notes for weekly contributor meeting on 2025-01-14\",\n      \"prNumber\": 2426,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation update for weekly contributor meeting notes\\r\\n\\r\\n# Risks\\r\\nLow - This is a documentation-only change adding meeting notes.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nAdds the weekly contributor meeting notes for J\"\n    },\n    {\n      \"title\": \"chore: remove tate character\",\n      \"prNumber\": 2425,\n      \"type\": \"other\",\n      \"body\": \"removes tate character\"\n    },\n    {\n      \"title\": \"refactor: dockerize smoke tests\",\n      \"prNumber\": 2420,\n      \"type\": \"refactor\",\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 workflow to block minified JS\",\n      \"prNumber\": 2417,\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 TEE Log plugin errors at agent startup\",\n      \"prNumber\": 2415,\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#2405 \\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\\r\\n# Risks\\r\"\n    },\n    {\n      \"title\": \"fix: conditional use of useQuery in AgentRoute component to prevent runtime errors.\",\n      \"prNumber\": 2413,\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\\nGeneral improvement; no specific issue linked.\\r\\n\\r\\n<!-- This risks sec\"\n    },\n    {\n      \"title\": \"feat: adding tests for github client\",\n      \"prNumber\": 2407,\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\\nhttps://github.com/elizaOS/eliza/issues/2406\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: adding tests for slack client. Moving existing tests to new __tests__ directory.\",\n      \"prNumber\": 2404,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n<!-- 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\\nhttps://github.com/elizaOS/eliza/issues/2403\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks secti\"\n    },\n    {\n      \"title\": \"fix: lint errors\",\n      \"prNumber\": 2400,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"chore: invoke exit code 0 after positive cleanup\",\n      \"prNumber\": 2398,\n      \"type\": \"refactor\",\n      \"body\": \"# Relates to\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\nLow - This is a script improvement that adds proper exit code handling to prevent hanging. Impact is limited to cleanup script execution.\\r\\n\\r\\n# Background\\r\\n## What does this PR do?\\r\\nAdds missing exit code handli\"\n    },\n    {\n      \"title\": \"feat: improvement to logger\",\n      \"prNumber\": 2396,\n      \"type\": \"feature\",\n      \"body\": \"The current implementation of the elizaLogger is very chaotic and messy.\\r\\n\\r\\nThis is a better and more visible way of displaying logs:\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/d5e51536-926e-444c-8c12-886d7ea63432)\\r\\n\\r\\nWith the a\"\n    },\n    {\n      \"title\": \"chore: improve descriptions \",\n      \"prNumber\": 2394,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: set default Squid Router plugin throttle to 1000\",\n      \"prNumber\": 2386,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/pull/1482\\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\\nSet a better default throttle interval for Squid Router\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nImprovement\\r\\n\"\n    },\n    {\n      \"title\": \"Fix typo\",\n      \"prNumber\": 2385,\n      \"type\": \"bugfix\",\n      \"body\": \"Fix two typos. Thank you very much.\"\n    },\n    {\n      \"title\": \"fix: Prevent app crash when REMOTE_CHARACTER_URLS is undefined\",\n      \"prNumber\": 2384,\n      \"type\": \"bugfix\",\n      \"body\": \"right now if the REMOTE_CHARACTER_URLS environment variable is not defined, the app would crash\\r\\n\\r\\nThe issue causing the app to crash when the REMOTE_CHARACTER_URLS environment variable is not defined originated from changes introduced in P\"\n    },\n    {\n      \"title\": \"fix: check whether REMOTE_CHARACTER_URLS env is defined in starting agent\",\n      \"prNumber\": 2382,\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: better S3 flexibility\",\n      \"prNumber\": 2379,\n      \"type\": \"feature\",\n      \"body\": \"Added the option to configure S3 in a more flexible way allowing other providers such as DigitalOcean Spaces or Cloudflare R2 to be used.\\r\\n\\r\\nreferred to in: https://github.com/elizaOS/eliza/issues/2190\\r\\n\\r\\n![image](https://github.com/user-at\"\n    },\n    {\n      \"title\": \"Startup Error: ENV misconfig\",\n      \"prNumber\": 2378,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\nNo specific issue ticket.\\r\\n\\r\\n# Risks\\r\\nLow - This is a minor validation improvement that makes the URL check more robust.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nCharacter start fails due to lack of a env\\r\\nImproves the URL\"\n    },\n    {\n      \"title\": \"fix: #2373 Fix image description\",\n      \"prNumber\": 2375,\n      \"type\": \"bugfix\",\n      \"body\": \"Closes #2373 \\r\\n\\r\\n# Risks\\r\\n\\r\\nProbably medium.\\r\\n\\r\\nAdds changes to `node-plugin` which is fairly common functionality. Only changes image description service and describe image action.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nSee #2373\\r\\n\"\n    },\n    {\n      \"title\": \"feat: Code In Plugin, load characters from blockchain\",\n      \"prNumber\": 2371,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nRe-made due to environmental conflict\\r\\n\\r\\n# Risks\\r\\n\\r\\n.env file is already exist, please check it once and remove the .env\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nconnect to IQ on-chain standard \\\"code-in\\\"  \\r\\n## What kind \"\n    },\n    {\n      \"title\": \"fix: Fix typo in import statement for Solana AgentKit plugin Update i\u2026\",\n      \"prNumber\": 2370,\n      \"type\": \"bugfix\",\n      \"body\": \"Typo in the import statement for the Solana AgentKit plugin.\\r\\nThe word \\\"plguin\\\" was misspelled and corrected to \\\"**plugin**\\\".\"\n    },\n    {\n      \"title\": \"chore: lint\",\n      \"prNumber\": 2368,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: Implement character loading from multiple paths and enhance API\u2026\",\n      \"prNumber\": 2365,\n      \"type\": \"feature\",\n      \"body\": \"- Added `loadCharacterTryPath` function to attempt loading characters from various resolved paths.\\r\\n- Updated `loadCharacters` to utilize the new path resolution method.\\r\\n- Enhanced API router to support starting agents with character JSON \"\n    },\n    {\n      \"title\": \"chore: Prep 0.1.9-alpha.1\",\n      \"prNumber\": 2359,\n      \"type\": \"other\",\n      \"body\": \"bump version\"\n    },\n    {\n      \"title\": \"feat: ibc transfer on cosmos blockchains\",\n      \"prNumber\": 2358,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n## What does this PR do?\\r\\nAdd new action to plugin-cosmos package that allows users to transfer tokens between cosmos chains\\r\\n## What kind of change is this?\\r\\nFeatures (non-breaking change which adds functionality)\\r\\n\\r\\n## Why are we doing \"\n    },\n    {\n      \"title\": \"docs: Update README_FR.md\",\n      \"prNumber\": 2356,\n      \"type\": \"docs\",\n      \"body\": \"Finishing the translation and fixing a few typos\"\n    },\n    {\n      \"title\": \"fix: esure RA Action reply does not hallucinate\",\n      \"prNumber\": 2355,\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\\nFix the Remote Attestation Action to prevent hallucination in Twitter and Discord clients when publishing\"\n    },\n    {\n      \"title\": \"feat: add safe_mode (& cfg_scale) for venice image generation\",\n      \"prNumber\": 2354,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nVery low\\r\\n\\r\\n# Background\\r\\n\\r\\nVenice has uncensored image generation which may create issues for agents running on platforms with strict terms of service related to nudity or graphic content.\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nVenice r\"\n    },\n    {\n      \"title\": \"fix: align base url in client if api runs on a different port\",\n      \"prNumber\": 2353,\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: (ragKnowledge) Enhance RAG knowledge handling\",\n      \"prNumber\": 2351,\n      \"type\": \"feature\",\n      \"body\": \"- Added support for double-byte characters (e.g., Chinese) to ensure proper processing.\\r\\n- Implemented cleanup of deleted knowledge files to maintain data integrity.\\r\\n- Enabled loading knowledge from directories, simplifying configuration a\"\n    },\n    {\n      \"title\": \"sequel to pr/2275\",\n      \"prNumber\": 2350,\n      \"type\": \"other\",\n      \"body\": \"Relates to\\r\\n\\r\\n#2275\\r\\n\\r\\nRisks\\r\\n\\r\\nLow: this PR including only update for tests and examples\\r\\n\\r\\nBackground\\r\\n\\r\\nWhat does this PR do?\\r\\n\\r\\nUpdate the package name\\r\\nImprove the prompt template\\r\\nUpdate the examples\\r\\nUpdate README\\r\\nWhat kind of chang\"\n    },\n    {\n      \"title\": \"fix: docker images+compose and broken documentation\",\n      \"prNumber\": 2347,\n      \"type\": \"bugfix\",\n      \"body\": \"- Resolved issues with the Dockerfile related to https://github.com/elizaOS/eliza/issues/2203 as the entire Docker image was not even able to build\\r\\n- Added client to Dockerfile so it can be compiled\\r\\n- Renamed Dockerfile from tee to eliza\\r\"\n    },\n    {\n      \"title\": \"Fix github client README.md\",\n      \"prNumber\": 2346,\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: adding tests for plugin-solana\",\n      \"prNumber\": 2345,\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\\nhttps://github.com/elizaOS/eliza/issues/2344\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feat: groq image vision provider\",\n      \"prNumber\": 2342,\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\\nAction: DESCRIBE_IMAGE\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled ou\"\n    },\n    {\n      \"title\": \"feat: Solana plugin improvement for flawless transfers\",\n      \"prNumber\": 2340,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\n<!--\\r\\nLow, medium, large. List what kind of risks and what could be affected.\\r\\n-->\\r\\n\\r\\nLow risks, the only risk is that someone hooks up this plugin with their Solana wallet and because it is so easy to use spends more tokens than\"\n    },\n    {\n      \"title\": \"feat: Telegram autonomous agent enhancement\",\n      \"prNumber\": 2338,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n[PR 2335](https://github.com/elizaOS/eliza/pull/2335)\\r\\n# Risks\\r\\n\\r\\nLow risk, minimal changes to Discord client\\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\\nFeatures (non-breaking change wh\"\n    },\n    {\n      \"title\": \"fix: formatting in Browser section of README.md\",\n      \"prNumber\": 2336,\n      \"type\": \"bugfix\",\n      \"body\": \"Hey all! I saw strange formatting in the README.md and figured it was an extra three backticks ```\\r\\n\\r\\nSure enough, deleting those made the section render as intended. I also reworded one of the sentences that had three \\\"and\\\"s to make it a l\"\n    },\n    {\n      \"title\": \"feat: Discord autonomous agent enhancement\",\n      \"prNumber\": 2335,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow risk, minimal changes to Discord client\\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\\nFeatures (non-breaking change which adds functionality)\\r\\n\\r\\nThis feature add the \"\n    },\n    {\n      \"title\": \"Update README_TR.md\",\n      \"prNumber\": 2334,\n      \"type\": \"other\",\n      \"body\": \"Added WSL 2 link\"\n    },\n    {\n      \"title\": \"fix: SwapAction in evm-plugin\",\n      \"prNumber\": 2332,\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\\nfix bugs & improvements in plugin-evm\\r\\n\\r\\n# Risks\\r\\n\\r\\nMedium\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\"\n    },\n    {\n      \"title\": \"feat: Enable Multiple remote character urls\",\n      \"prNumber\": 2328,\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[Issue #2252](https://github.com/elizaOS/eliza/issues/2252)\\r\\n[Expands on PR #2281](https://github.com/e\"\n    },\n    {\n      \"title\": \"feat: dexscreener trending\",\n      \"prNumber\": 2325,\n      \"type\": \"feature\",\n      \"body\": \"Adding code from https://github.com/elizaOS/eliza/pull/1584\\r\\nto DS plugin for fetching trending, boosted and latest tokens added to dexscreener\"\n    },\n    {\n      \"title\": \"fix: correct OPENROUTER_API_KEY env in config\",\n      \"prNumber\": 2324,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\n# Risks\\r\\nLOW\\r\\n\\r\\n# Background\\r\\nset private runtime envs for each character, eg:  \\r\\n```\\r\\ncharacter.settings.secrets = {...privateEnvs};\\r\\n```\\r\\nuse openrouter as ModelProvider and set OPENROUTER_API_KEY as agent runtime secrects\"\n    },\n    {\n      \"title\": \"feat: Onchain Agent Transformer - transform any Eliza agents into unstoppable Solidity smart contracts deployed on 10+ blockchains\",\n      \"prNumber\": 2319,\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\\nTransform any Eliza agents into unstoppable Solidity smart contracts deployed on 10+ blockchains\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nMore flexible than with env and support for\"\n    },\n    {\n      \"title\": \"docs: Update README.md\",\n      \"prNumber\": 2309,\n      \"type\": \"docs\",\n      \"body\": \"Remove duplicate in the readme\"\n    },\n    {\n      \"title\": \"fix: farcaster memory\",\n      \"prNumber\": 2307,\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\": \"fix: fix derive key and update remote attestation\",\n      \"prNumber\": 2303,\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\\nRe-implements #2039 and updates Remote Attestations to have more content to ensure older generated RA Quo\"\n    },\n    {\n      \"title\": \"fix: Update package.json of core package\",\n      \"prNumber\": 2301,\n      \"type\": \"bugfix\",\n      \"body\": \"these packages are being used in prod build and generate errors if you decide to just use this package in a project.\\r\\n\\r\\n# Background\\r\\n\\r\\nThese packages are being used under src/ folder and needs to be part of the dependencies not dev depende\"\n    },\n    {\n      \"title\": \"feat: coinbase agentkit plugin for eliza\",\n      \"prNumber\": 2298,\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\\nAdding AgentKit EVM support to Eliza\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section mus\"\n    },\n    {\n      \"title\": \"feat: Gitcoin passport\",\n      \"prNumber\": 2296,\n      \"type\": \"feature\",\n      \"body\": \"Include gitcoin passport integration so AI Agents can check the score of Ethereum addresses and their credibility.\\r\\nIt should help in making some kind of decisions and trust\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/b0b849e8-9a\"\n    },\n    {\n      \"title\": \"feat: add getMemoryByIds to database adapters\",\n      \"prNumber\": 2293,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n#1186 - Add getMemoriesByIds\\r\\n\\r\\n# Risks\\r\\nLow - Added new feature and tested (non-breaking change which adds functionality)\\r\\n\\r\\n# Background\\r\\n## What does this PR do?\\r\\nAdds `getMemoriesByIds` method to all database adapters (pgl\"\n    },\n    {\n      \"title\": \"fix: export b2Plugin\",\n      \"prNumber\": 2291,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"Revert \\\"feat: Add support for VoyageAI embeddings API\\\"\",\n      \"prNumber\": 2290,\n      \"type\": \"feature\",\n      \"body\": \"Reverts elizaOS/eliza#1442\\r\\n\\r\\nFixes embedding errors - will resolve the errors much later.\"\n    },\n    {\n      \"title\": \"docs: Add weekly contributor meeting notes\",\n      \"prNumber\": 2285,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation updates for weekly contributor meetings\\r\\n\\r\\n# Risks\\r\\nLow - This PR only adds documentation files with meeting notes.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nAdds meeting notes for three weekly contributor mee\"\n    },\n    {\n      \"title\": \"feat: support load character from  character_url\",\n      \"prNumber\": 2281,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n\\r\\n\\r\\n# Risks\\r\\n\\r\\nOnly changed the agent/sc/index.ts , if you mind the security risk, you can remove this feature  in your custom agent.\\r\\n\\r\\n# Background\\r\\n\\r\\nLet eliza support load character from url. \\r\\nSometimes we put eliza in \"\n    },\n    {\n      \"title\": \"chore: Update README.md\",\n      \"prNumber\": 2280,\n      \"type\": \"other\",\n      \"body\": \"moves starting client instruction; should reduce confusing issues around starter repo\"\n    },\n    {\n      \"title\": \"fix: missing @elizaos/plugin-b2\",\n      \"prNumber\": 2268,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: Direct Client API - Add Delete Agent functionality\",\n      \"prNumber\": 2267,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\nFor my use case, I'm building a web app that can start and stop agents with characters configured in a UI. For this application it's not practical to restart the Eliza Docker Service each time a new agent i\"\n    },\n    {\n      \"title\": \"fix: test/lint develop\",\n      \"prNumber\": 2266,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nall my fixes running through lint\\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 work\"\n    },\n    {\n      \"title\": \"fix: (db) add limit param to memory retrieval across adapters\",\n      \"prNumber\": 2264,\n      \"type\": \"feature\",\n      \"body\": \"- Add limit parameter to getMemoriesByRoomIds in SQLite adapter\\r\\n- Add limit parameter to getMemoriesByRoomIds in SQLjs adapter\\r\\n- Add limit parameter to getMemoriesByRoomIds in PGLite adapter\\r\\n- Add limit parameter to getMemoriesByRoomIds \"\n    },\n    {\n      \"title\": \"feat: CoinGecko - add price per address functionality\",\n      \"prNumber\": 2262,\n      \"type\": \"feature\",\n      \"body\": \"This adds the possibility to question AI bots for price of currency with pasting address and chain on it\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/58e22980-8be5-4c65-960a-0edba0beb532)\\r\\n \"\n    },\n    {\n      \"title\": \"docs: Add Farsi (Persian )readme\",\n      \"prNumber\": 2260,\n      \"type\": \"feature\",\n      \"body\": \"This file provides an explanation of the Eliza project in Persian. Also, because \u201cFR\u201d was previously used, I named it \u201cFarsi.\u201d\"\n    },\n    {\n      \"title\": \"docs: Typo fix README.md\",\n      \"prNumber\": 2256,\n      \"type\": \"bugfix\",\n      \"body\": \"# Typo Fix in README.md\\r\\n\\r\\n## Description\\r\\nCorrected a typo:\\r\\n- Replaced `publically` with `publicly` in the README file.\\r\\n\\r\\n---\\r\\n\\r\\nThis PR is ready for review. \ud83d\ude80\\r\\n\"\n    },\n    {\n      \"title\": \"Minor typo in CHANGELOG.md\",\n      \"prNumber\": 2255,\n      \"type\": \"other\",\n      \"body\": \"# Pull Request Title\\r\\nFix Minor Typo in `CHANGELOG.md`\\r\\n\\r\\n## Description\\r\\nThis pull request fixes a minor typo in the `CHANGELOG.md` file, ensuring better readability and accuracy.\\r\\n\\r\\n### Original Text\\r\\n> Abstracts Eliza into a Package to *\"\n    },\n    {\n      \"title\": \"feat: Add an example service\",\n      \"prNumber\": 2249,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nAdding sample service implementation\\r\\n\\r\\n# Risks\\r\\nLow - This PR adds example code that:\\r\\n- Implements a basic service pattern\\r\\n- Has no direct impact on production systems\\r\\n- Contains isolated example code\\r\\n\\r\\n# Background\\r\\n## W\"\n    },\n    {\n      \"title\": \"feat: (echochambers) add dead room detection and conversation starter\",\n      \"prNumber\": 2248,\n      \"type\": \"feature\",\n      \"body\": \"feature: (echochambers) add dead room detection and conversation starter\\r\\n\\r\\n- Add multiple room support\\r\\n- Implement proactive conversation starter for inactive rooms\\r\\n- Add configurable quiet period and check intervals\\r\\n- Add debug logging\"\n    },\n    {\n      \"title\": \"docs: Add \\\"What Did You Get Done This Week? #9\\\" notes\",\n      \"prNumber\": 2243,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation organization and new content addition\\r\\n\\r\\n# Risks\\r\\nLow - This is a documentation-only change affecting sidebar positioning and adding new content.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n1. Changes the sideba\"\n    },\n    {\n      \"title\": \"fix: resolve Windows path issue in pnpm build client\",\n      \"prNumber\": 2240,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes #2223\\r\\n\\r\\n<!-- 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#2223 \\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. \"\n    },\n    {\n      \"title\": \"feat: Add character creation template function to start.sh\",\n      \"prNumber\": 2232,\n      \"type\": \"feature\",\n      \"body\": \"This commit introduces a new function, create_character_template, in the start.sh script. This function generates a JSON template for character creation, including fields for name, clients, model provider, settings, bio, lore, knowledge, me\"\n    },\n    {\n      \"title\": \"feat: Merge my Eliza Installer with the current start.sh script\",\n      \"prNumber\": 2229,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nNo specific issue or ticket is linked to this PR.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. The changes involve adding a new script and documentation files, which should not affect existing functionality.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do\"\n    },\n    {\n      \"title\": \"feat: add support for gravity chain in EVM plugin\",\n      \"prNumber\": 2228,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n# Relates to\\r\\n\\r\\nNo specific issue related.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This PR only adds gravity to templates and types.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- Updated `fromChain` and `toChain` types in `templates/index.ts` to include \\\"g\"\n    },\n    {\n      \"title\": \"fix: don't force root for install\",\n      \"prNumber\": 2221,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\nCurrently pnpm install on linux (and probably mac etc) is doing a ```npx playwright install-deps``` for the post postinstall script on plugin-node. This forces a super user login for root access which is a \"\n    },\n    {\n      \"title\": \"improvement: using strict types to avoid erorrs like issue 2164\",\n      \"prNumber\": 2220,\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\\nhttps://github.com/elizaOS/eliza/issues/2164\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"feature: adding tests for whatsapp plugin\",\n      \"prNumber\": 2213,\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\\nhttps://github.com/elizaOS/eliza/issues/2212\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"chore: rename ai16z -> elizaOS\",\n      \"prNumber\": 2211,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\n\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. This is a straightforward renaming change across the project. No core logic or functionality is altered. Risks are limited to potential missed references or inconsistencies in documentation or codebase\"\n    },\n    {\n      \"title\": \"feat: Add AGW support to the Abstract plugin\",\n      \"prNumber\": 2207,\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\\nGives eliza agents their own abstract global wallets so they can use Abstract similar to how real users\"\n    },\n    {\n      \"title\": \"docs: Add Greek translation for README_GR\",\n      \"prNumber\": 2199,\n      \"type\": \"feature\",\n      \"body\": \"Relates to\\r\\nThis pull request relates to issue https://github.com/elizaOS/eliza/issues/2197.\\r\\n\\r\\nRisks\\r\\nLow: This PR only adds a Greek translation for the README file and updates the main README to include a link to the new translation. No f\"\n    },\n    {\n      \"title\": \"fix(plugin-twitter): change prompt to ensure it returns json\",\n      \"prNumber\": 2196,\n      \"type\": \"bugfix\",\n      \"body\": \"per masterdai https://discord.com/channels/1253563208833433701/1300025221834739744/1327947002943770705\\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\\nPrompt improvement\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nBug fixes (non-\"\n    },\n    {\n      \"title\": \"refactor: websearch into a service\",\n      \"prNumber\": 2195,\n      \"type\": \"refactor\",\n      \"body\": \"# Relates to\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\nRemove Tavily from core https://github.com/elizaOS/eliza/issues/2123\\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\\nLow. While it touche\"\n    },\n    {\n      \"title\": \"chore: 0.1.8.build.1 (dev => main)\",\n      \"prNumber\": 2194,\n      \"type\": \"other\",\n      \"body\": \"Fixes docker build\\r\\nUnbotches version for npm publish/release\\r\\n\\r\\nChangelog\\r\\n- #2184\\r\\n- #2182\\r\\n- #2187\\r\\n- #2193\"\n    },\n    {\n      \"title\": \"chore: Prep 0.1.8.build.1\",\n      \"prNumber\": 2193,\n      \"type\": \"other\",\n      \"body\": \"- Bump version to 0.1.8.build.1\"\n    },\n    {\n      \"title\": \"fix postgres adapter migration extension creation which already exists at this point\",\n      \"prNumber\": 2188,\n      \"type\": \"bugfix\",\n      \"body\": \"\\r\\n<!-- 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 revie\"\n    },\n    {\n      \"title\": \"fix: Missing LETZAI model\",\n      \"prNumber\": 2187,\n      \"type\": \"bugfix\",\n      \"body\": \"## Pull Request: Add LETZAI to ModelProviderName enum\\r\\n## What does this PR do?\\r\\nAdds missing LETZAI enum value to ModelProviderName to fix type errors in agent/src/index.ts.\\r\\n## Changes needed:\\r\\nIn @elizaos/packages/core, add to ModelProvi\"\n    },\n    {\n      \"title\": \"fix: DeepSeek API bug:  missing api key setting\",\n      \"prNumber\": 2186,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix DeepSeek API Key Support\\r\\n\\r\\n## Relates to\\r\\nFix DeepSeek API integration\\r\\n\\r\\n## Risks\\r\\nLow - Adding missing API key handling for existing DeepSeek provider\\r\\n\\r\\n## Background\\r\\n\\r\\n### What does this PR do?\\r\\nAdds missing DeepSeek API key han\"\n    },\n    {\n      \"title\": \"fix(client-twitter): clean up mention deduplication\",\n      \"prNumber\": 2185,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow risk\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nCleans up mention de-duplication, with the previous functionality, sometimes it would not append the `@` character to the last mention.\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\"\n    },\n    {\n      \"title\": \"fix: release 0.1.8 fixes\",\n      \"prNumber\": 2184,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n- fix `pnpm docker` by fixing plugin-quai ts config\\r\\n- actually bump the version\\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## \"\n    },\n    {\n      \"title\": \"docs: Add Persian README File\",\n      \"prNumber\": 2182,\n      \"type\": \"feature\",\n      \"body\": \"Hi everyone,\\r\\n\\r\\nI have added a Persian version of the README file. I hope you find it useful.\\r\\n\\r\\nBest regards,\\r\\nAli\"\n    },\n    {\n      \"title\": \"chore: lint and fix pass on develop\",\n      \"prNumber\": 2180,\n      \"type\": \"bugfix\",\n      \"body\": \"bumped eslint on plugin-akash so it doesn't crash\"\n    },\n    {\n      \"title\": \"fix: deepseek support in getTokenForProvider\",\n      \"prNumber\": 2179,\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\\nhttps://github.com/elizaOS/eliza/pull/2067\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks secti\"\n    },\n    {\n      \"title\": \"fix(client-twitter): add mention deduplication utility\",\n      \"prNumber\": 2178,\n      \"type\": \"feature\",\n      \"body\": \"# 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\\nSuper low-risk, text mutation/scrub prior to sending Tweet.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does \"\n    },\n    {\n      \"title\": \"feat: \ud83c\udf88 perf(vscode): Set file nesting for md and DockerFile\",\n      \"prNumber\": 2177,\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\\nNone\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final\"\n    },\n    {\n      \"title\": \"fix: insert missing langdetect on plugin-tts package.json\",\n      \"prNumber\": 2175,\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\": \"Fix: replace invalid toghether ai medium model\",\n      \"prNumber\": 2173,\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\\nhttps://github.com/elizaOS/eliza/issues/2172\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks secti\"\n    },\n    {\n      \"title\": \"chore: Prep v0.1.8 (dev => main)\",\n      \"prNumber\": 2171,\n      \"type\": \"other\",\n      \"body\": \"Changelog:\\r\\n- #1470\\r\\n- #2069\\r\\n- #2058\\r\\n- #2074\\r\\n- #2075\\r\\n- #2112\\r\\n- #2106\\r\\n- #2117\\r\\n- #2118\\r\\n- #2068\\r\\n- #2099\\r\\n- #1708\\r\\n- #2095\\r\\n- #2093\\r\\n- #2103\\r\\n- #2125\\r\\n- #2091\\r\\n- #2121 ?\\r\\n- #2131\\r\\n- #1767\\r\\n- #2129\\r\\n- #2128\\r\\n- #2111\\r\\n- #2101\\r\\n- #2138\\r\\n-\"\n    },\n    {\n      \"title\": \"feat: nft plugin\",\n      \"prNumber\": 2167,\n      \"type\": \"feature\",\n      \"body\": \"refactor https://github.com/elizaOS/eliza/pull/2163\\r\\n\\r\\nThis PR refactors the code to align with our codebase structure while ensuring that the core functionality remains unchanged.\\r\\n\\r\\nNote: It appears that some functions within the NFTServi\"\n    },\n    {\n      \"title\": \"feat: Integrate Livepeer LLM provider \",\n      \"prNumber\": 2154,\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: Koloxarto/fix ragknowledge for postgres\",\n      \"prNumber\": 2153,\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\\nhttps://github.com/elizaOS/eliza/pull/1620\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section m\"\n    },\n    {\n      \"title\": \"chore: Reorganizing README translations into a dedicated i18n directory structure\",\n      \"prNumber\": 2149,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\nhttps://github.com/elizaOS/eliza/issues/2210\\r\\n\\r\\nReorganizing README translations into a dedicated i18n directory structure\\r\\n\\r\\n# Risks\\r\\nLow - This is primarily a documentation organization change that:\\r\\n- Updates file paths for\"\n    },\n    {\n      \"title\": \"feat: plugin-hyperliquid\",\n      \"prNumber\": 2141,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nN/A - New plugin contribution\\r\\n\\r\\n# Risks\\r\\nLow\\r\\n- Only interacts with public Hyperliquid API endpoints\\r\\n- Includes price validation to prevent erroneous trades\\r\\n- Requires explicit private key configuration\\r\\n- Has clear error h\"\n    },\n    {\n      \"title\": \"feat: introduce Dependency Injection to enhance developer experience\",\n      \"prNumber\": 2115,\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\\nNo issue\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow.\\r\\n\\r\\nThis is a brand new feature.\\r\\nIt is only effective when using dependency\"\n    },\n    {\n      \"title\": \"refactor: farcaster client env configuration \",\n      \"prNumber\": 2087,\n      \"type\": \"refactor\",\n      \"body\": \"# Relates to\\r\\nRefactoring Farcaster Client Implementation\\r\\n\\r\\n# Risks\\r\\nLow - This is primarily a refactoring change that improves code organization and configuration management without changing core functionality.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What \"\n    },\n    {\n      \"title\": \"feat: atoma provider\",\n      \"prNumber\": 2082,\n      \"type\": \"feature\",\n      \"body\": \"# Background\\r\\n\\r\\nAtoma is a decentralized private and verifiable AI execution network. It provides the infrastructure for developers and enterprises to use open-source AI models and build AI applications with full privacy.\\r\\n\\r\\n## What does th\"\n    },\n    {\n      \"title\": \"feat: add external router path and new tweet generation\",\n      \"prNumber\": 2081,\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\": \"feat: Add DeepSeek AI provider support to Eliza\",\n      \"prNumber\": 2067,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nAdd DeepSeek AI provider support to Eliza\\r\\n\\r\\n# Risks\\r\\nLow - Adding a new model provider with OpenAI-compatible API format\\r\\n\\r\\n# Background\\r\\nDeepSeek is a leading AI model provider offering high-performance language models with \"\n    },\n    {\n      \"title\": \"fix: remove problematic redundant uuid conversion and add api input param validations to api server\",\n      \"prNumber\": 2051,\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\\nN/A - this is an issue and will be described below in the Backgroun\"\n    },\n    {\n      \"title\": \"feat: full overhaul of client\",\n      \"prNumber\": 2038,\n      \"type\": \"feature\",\n      \"body\": \"This PR replaces the entire `client` app with a refreshed look. From this base it's very easy to add additional features going forward.\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/43e847c9-5d02-43f0-a0c9-a857bc332a03)\\r\\n\\r\\n## Featu\"\n    },\n    {\n      \"title\": \"chore(ci): add pnpm lockfile consistency check workflow\",\n      \"prNumber\": 2015,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nN/A - Direct improvement to CI process\\r\\n\\r\\n# Risks\\r\\nLow - This is a new CI workflow that doesn't affect the production code.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nCurrently, on the main branch, `pnpm install` fails to ru\"\n    },\n    {\n      \"title\": \"feat: Adding plugin for B\u00b2 Network\",\n      \"prNumber\": 2010,\n      \"type\": \"feature\",\n      \"body\": \"B\u00b2 Network is a Bitcoin Layer2 network. Add this plugin to integrate with Eliza so that users can interact with B\u00b2 Network through Eliza agent.\\r\\n\\r\\n# Relates to\\r\\n\\r\\nAdd B\u00b2 Network plugin into Eliza system.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\nMain implementa\"\n    },\n    {\n      \"title\": \"feat: add instagram client\",\n      \"prNumber\": 1964,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow, is a new client, does't have any impact on old code.\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nImplements a new Instagram client for ElizaOS that:\\r\\n\\r\\n1. Handles Instagram authentication and session management\\r\\n2. Provides media posting\"\n    },\n    {\n      \"title\": \"chore(plugin-solana): replace console with elizaLogger\",\n      \"prNumber\": 1888,\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: add Dex Screener plugin with token price action, evaluators, an\u2026\",\n      \"prNumber\": 1865,\n      \"type\": \"feature\",\n      \"body\": \"\u2026d providers\\r\\n\\r\\n<!-- 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 t\"\n    },\n    {\n      \"title\": \"feat(security): Implement  file upload security (#1753)\",\n      \"prNumber\": 1806,\n      \"type\": \"feature\",\n      \"body\": \"# Security Enhancements for File Upload System solve https://github.com/elizaOS/eliza/issues/1753\\r\\n\\r\\n## Overview\\r\\nThis PR implements comprehensive security measures for the file upload system in `plugin-0g`. The changes focus on preventing \"\n    },\n    {\n      \"title\": \"feat: injective plugin\",\n      \"prNumber\": 1764,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nInteracting with Injective chain\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be fi\"\n    },\n    {\n      \"title\": \"Feature/plugin coingecko\",\n      \"prNumber\": 1761,\n      \"type\": \"feature\",\n      \"body\": \"![image](https://github.com/user-attachments/assets/6090f00c-80cb-4248-80ce-5c94596d0496)\\r\\n\\r\\n# Risks\\r\\nLow - This is an additive change that introduces a new plugin without modifying existing functionality. The main risks are:\\r\\n- Rate limiti\"\n    },\n    {\n      \"title\": \"feat(plugin-cronoszkevm): rm not used imports\",\n      \"prNumber\": 1744,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"feat: Plugin evm oz governance\",\n      \"prNumber\": 1710,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nInteracting with openzeppelin governance contracts.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow.  Optional plugin.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nAdds a functionality to the evm plugin to allow Eliza to interact with (propose, vote, qu\"\n    },\n    {\n      \"title\": \"feat: Add cross chain swaps through Squid Router\",\n      \"prNumber\": 1482,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nAdd cross-chain swaps to ElizaOS through Squid Router\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does t\"\n    },\n    {\n      \"title\": \"feat: Add support for VoyageAI embeddings API\",\n      \"prNumber\": 1442,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nA bug or change in behavior of embedding provider selection could cause an unexpected switch. This could cause pre-existing embeddings and new embeddings to be incompatible.\\r\\n\\r\\nI removed `isOllama` flag from the config. It seemed\"\n    },\n    {\n      \"title\": \"feat: add birdeye plugin\",\n      \"prNumber\": 1417,\n      \"type\": \"feature\",\n      \"body\": \"# Overview\\r\\n\\r\\n- This PR introduces a new plugin for the data provider [Birdeye](https://www.birdeye.so/). \\r\\n- The plugin includes API endpoints and related types for all [Birdeye API](https://docs.birdeye.so/) endpoints even though not all \"\n    },\n    {\n      \"title\": \"feat: improve GOAT integration by allowing tool calling when using generateText\",\n      \"prNumber\": 1403,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nhttps://x.com/sunosuporno/status/1870967395780792741\\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\\nTwo main things:\\r\\n1. Update `generateText` API to be able to pass through tool options to leverage the mo\"\n    },\n    {\n      \"title\": \"fix: postgres-adapter - remove nonsensical schema check\",\n      \"prNumber\": 1377,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nCloses: https://github.com/elizaOS/eliza/issues/1376\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks s\"\n    },\n    {\n      \"title\": \"feat: RP for plugin-tee-verifiable-log\",\n      \"prNumber\": 1369,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\n1. Run verifiable Eliza in the TEE.\\r\\n2. Verifiable log for Eliza in the TEE\\r\\n\\r\\nAdd a verifiable log plugin to enable Eliza to sign verifiable logs and provide an interactive query interface. So external parties can query th\"\n    },\n    {\n      \"title\": \"feat(edriziai): Add Edriziai Startup Mentor AI Assistant\",\n      \"prNumber\": 2687,\n      \"type\": \"feature\",\n      \"body\": \"# Edriziai Startup Mentor AI Assistant\\r\\n\\r\\n## Overview\\r\\nThis PR introduces Edriziai, an AI-powered startup mentor assistant integrated with Slack. The assistant provides guidance on startup fundamentals, financial planning, founder mental he\"\n    },\n    {\n      \"title\": \"docs: it is processAction instead of triggerAction\",\n      \"prNumber\": 1937,\n      \"type\": \"docs\",\n      \"body\": \"There is only processAction in runtime instance. Update them correctly.\\r\\n\\r\\n<!-- 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\"\n    },\n    {\n      \"title\": \"feat: add plugin-bnb to support BNB chain\",\n      \"prNumber\": 2278,\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\\nN/A (No specific issue or ticket linked)\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n- This change only adds support for BNB cha\"\n    },\n    {\n      \"title\": \"feat: Add devcontainer\",\n      \"prNumber\": 1807,\n      \"type\": \"feature\",\n      \"body\": \"Hello from Hunter ($drpxbt) Team\\r\\n\\r\\n# Relates to:\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow, no code is changed.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nEnables to open workspace in devcontainer (docker with vs code)\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nIm\"\n    },\n    {\n      \"title\": \"fix: fix the chat stuck in infinite loop\",\n      \"prNumber\": 1755,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\n\\r\\nthe chat stuck in infinite loop when using model_local https://github.com/elizaOS/eliza/issues/1213\\r\\n\\r\\n<!\"\n    },\n    {\n      \"title\": \"tests: coinbase plugin - adding tests for coinbase plugin\",\n      \"prNumber\": 2170,\n      \"type\": \"tests\",\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\\nhttps://github.com/elizaOS/eliza/issues/2169\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"test: moving uuid.tests to correct __tests__ directory\",\n      \"prNumber\": 2168,\n      \"type\": \"tests\",\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: bump develop lockfile\",\n      \"prNumber\": 2166,\n      \"type\": \"other\",\n      \"body\": \"will squash\"\n    },\n    {\n      \"title\": \"fix: fix client-discord join voice action\",\n      \"prNumber\": 2160,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/2147\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/afc11430-8d3a-45f8-958c-7485cf55e86c\\r\\n\\r\\n\"\n    },\n    {\n      \"title\": \"inheritance of character from parent using extends key\",\n      \"prNumber\": 2159,\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<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\"\n    },\n    {\n      \"title\": \"add github to client enumerations\",\n      \"prNumber\": 2157,\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\\nAdding the github to the `Clients` enumeration due to error when trying to run. `Invalid enum value'\\r\\n\\r\\n<\"\n    },\n    {\n      \"title\": \"fix: correct SUI/USD price calculation\",\n      \"prNumber\": 2150,\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\": \"fix: eslint-fix-full-test-again\",\n      \"prNumber\": 2143,\n      \"type\": \"bugfix\",\n      \"body\": \"## ESLint Fixes for Akash Plugin\\r\\n\\r\\n### Changes Made\\r\\n- Fixed ESLint warnings in multiple action files by addressing unused parameters\\r\\n- Changed `options` to `_options` in affected files to satisfy ESLint rules\\r\\n- Updated `@ts-ignore` to `\"\n    },\n    {\n      \"title\": \"fix: lens export name and duplicate imports\",\n      \"prNumber\": 2142,\n      \"type\": \"bugfix\",\n      \"body\": \"wrong export name: https://github.com/elizaOS/eliza/blob/bcad0c4485d58b058553a813a9ab3fcd4993e01c/agent/src/index.ts#L66\\r\\n\\r\\nand fixed duplicated import\"\n    },\n    {\n      \"title\": \"Docs improvements\",\n      \"prNumber\": 2138,\n      \"type\": \"docs\",\n      \"body\": \"Hello!\\r\\nDuring reading the docs, my OCD observed some minor typos that I fixed.\\r\\nHope it help\\r\\nBr,\\r\\nTudor\"\n    },\n    {\n      \"title\": \"feat: Add Mistral AI as new model provider\",\n      \"prNumber\": 2137,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nN/A - New feature addition\\r\\n\\r\\n# Risks\\r\\nLow - Adding a new model provider with established SDK integration patterns.\\r\\n- Risk areas: Text generation integration\\r\\n- Mitigation: Following existing provider integration patterns and\"\n    },\n    {\n      \"title\": \"refactor: Optimize memory fetching by moving sorting and slicing to DB (PR #1531 remake)\",\n      \"prNumber\": 2135,\n      \"type\": \"refactor\",\n      \"body\": \"Resubmit #1531 by @nicky-ru to fix merge conflicts to get it to land\\r\\n\\r\\n# Relates to:\\r\\nNo\\r\\n\\r\\n---\\r\\n\\r\\n# Risks\\r\\n**Low**\\r\\n- Adjustments to database queries improve performance by moving sorting and limiting logic to the database side.\\r\\n- Even t\"\n    },\n    {\n      \"title\": \"fix: syntax issue on autonome plugin and lock file update\",\n      \"prNumber\": 2131,\n      \"type\": \"bugfix\",\n      \"body\": \"syntax issue on autonome plugin and lock file update\"\n    },\n    {\n      \"title\": \"fix: prevent repeated login by reusing client-twitter session\",\n      \"prNumber\": 2129,\n      \"type\": \"bugfix\",\n      \"body\": \"This PR is based on https://github.com/elizaOS/eliza/pull/1974 made by @mrsalitre (https://github.com/mrsalitre)\\r\\nI\u2019ve remade this PR because maintainer edit access was not enabled, making it difficult to make necessary changes directly.\\r\\n\\r\"\n    },\n    {\n      \"title\": \"fix: update lockfile and fix lint findings\",\n      \"prNumber\": 2128,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixing develop, bad PR was merged\"\n    },\n    {\n      \"title\": \"docs: Add Verified Inference docs\",\n      \"prNumber\": 2125,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nhttps://github.com/elizaOS/eliza/pull/2011\\r\\n\\r\\n# Risks\\r\\nLow - added docs explaining already existing functionality, no functional changes\\r\\n\\r\\n# Background\\r\\n## What does this PR do?\\r\\nAdd a docs which explain Verifiable Inference \"\n    },\n    {\n      \"title\": \"feat: support autonome platform\",\n      \"prNumber\": 2121,\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: Apply model settings for images and remove duplicate files\",\n      \"prNumber\": 2118,\n      \"type\": \"bugfix\",\n      \"body\": \"Convert to draft for now: I found that duplicate files were uploaded in this PR: https://github.com/elizaOS/eliza/pull/1860.\\r\\n\\r\\nI\u2019ll need to move the Infera-related code to the correct files\"\n    },\n    {\n      \"title\": \"Add name and description to SttTtsPlugin \",\n      \"prNumber\": 2117,\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 Eliza client-twitter/plugin/SttTtsSpacesPlugin\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!--\\r\\nLow, medium, l\"\n    },\n    {\n      \"title\": \"fix: rm unused imports\",\n      \"prNumber\": 2112,\n      \"type\": \"bugfix\",\n      \"body\": \"Nothings, just an unused imports in \\\"plugin-twitter/src/post\\\"\\r\\n\"\n    },\n    {\n      \"title\": \"feat: Add Akash Network plugin with autonomous deployment capabilities\",\n      \"prNumber\": 2111,\n      \"type\": \"feature\",\n      \"body\": \"# Akash Network Plugin for Eliza Framework\\r\\n\\r\\n![akash](https://github.com/user-attachments/assets/3dc0b654-4c18-46c6-845e-65ebadacccb7)\\r\\n\\r\\n\\r\\n\\r\\n## Overview\\r\\n\\r\\nThis plugin enables the Eliza Framework to autonomously interact with the Akash Ne\"\n    },\n    {\n      \"title\": \"feat: TTS(Text2Speech) with over 15 languages support!\",\n      \"prNumber\": 2110,\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\\nAI function enhancement, similar with #1446, @odilitime \\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- Th\"\n    },\n    {\n      \"title\": \"chore: revert #1808 + add missing import for coin gecko plugin\",\n      \"prNumber\": 2106,\n      \"type\": \"feature\",\n      \"body\": \"reverts #1808 due to conflicting env vars and similar func + adds  missing import for coingecko plugin\"\n    },\n    {\n      \"title\": \"fix: clientConfig.telegram.isPartOfTeam misstype\",\n      \"prNumber\": 2103,\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\\nbug fix typo\\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\": \"feat: Lens Network Plugin\",\n      \"prNumber\": 2101,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nN/A (No specific issue or ticket linked)\\r\\n\\r\\n---\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow  \\r\\n- This change only adds support for the Lens Testnet network to enable transfers of Grass tokens between users.  \\r\\n- Other features and functionalities of \"\n    },\n    {\n      \"title\": \"Fix: Supabase updates\",\n      \"prNumber\": 2100,\n      \"type\": \"bugfix\",\n      \"body\": \"Fixes an issue where missing rooms in the Supabase database caused errors when fetching them using `.single()`. Additionally, ensures that the database seed values contain valid timestamps and required non-null fields. Also fixes an issue w\"\n    },\n    {\n      \"title\": \"Add gemini to image vision\",\n      \"prNumber\": 2099,\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: Fix plugin loading from a character.json file\",\n      \"prNumber\": 2095,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nNo specific ticket or issue linked.\\r\\n\\r\\n# Risks\\r\\n\\r\\n## Medium:\\r\\n\\t\u2022\\tPlugin loading behavior could fail on some model/plugin combos.  If the plugin isn't listed in the list OR the api key isn't included (i.e. Together for Image \"\n    },\n    {\n      \"title\": \"feat: add Heurist embedding model\",\n      \"prNumber\": 2093,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n<!-- Add relevant issue/ticket link -->\\r\\n\\r\\n# Risks\\r\\nLow - This PR adds a new embedding model provider (Heurist) with BAAI/bge-large-en-v1.5 as the default model. Changes are additive and follow existing patterns.\\r\\n\\r\\n# Backgro\"\n    },\n    {\n      \"title\": \"fix: Update clients.md to fix package name\",\n      \"prNumber\": 2091,\n      \"type\": \"bugfix\",\n      \"body\": \"@eliza needs to be @elizaos in order for successful installation and imports\\r\\n\\r\\n<!-- 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 T\"\n    },\n    {\n      \"title\": \"docs: add readme portuguese version in docs\",\n      \"prNumber\": 2088,\n      \"type\": \"feature\",\n      \"body\": \"<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\\r\\n# Risks\\r\\n\\r\\nThere is no risk because only documentation is added.\\r\\n\\r\\n<!--\\r\\nLow, medium, large. List what kind of risks and what could be affected.\\r\\n\\r\\nThere \"\n    },\n    {\n      \"title\": \"feat: Primus zkTLS plugin to fully verify agent activities\",\n      \"prNumber\": 2086,\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<!-- This risks section must be filled out before the final review and merge. -->\\r\\n\\r\\n# Risks\\r\\nLow\\r\\n<!--\\r\\nLow, medium, l\"\n    },\n    {\n      \"title\": \"feat: add Quai integration\",\n      \"prNumber\": 2083,\n      \"type\": \"feature\",\n      \"body\": \"Based on the code and files provided, I'll fill out the PR template for the Quai plugin integration:\\r\\n\\r\\n# Relates to\\r\\nIntegration of Quai Network functionality into Eliza OS plugins ecosystem\\r\\n\\r\\n# Risks\\r\\nLow:\\r\\n- Only implements basic token \"\n    },\n    {\n      \"title\": \"fix: Revert \\\"feat: Proof of Pizza - Agentic Dominos Ordering\\\"\",\n      \"prNumber\": 2075,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"docs: Update README_KOR.md\",\n      \"prNumber\": 2074,\n      \"type\": \"docs\",\n      \"body\": \"Applied updates from the README.md to README_KOR.md\\r\\n\\r\\n<!-- 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- The Korean README file (`README_KOR.md`).\\r\\n\\r\\n# R\"\n    },\n    {\n      \"title\": \"Update README_CN to match latest English README\",\n      \"prNumber\": 2069,\n      \"type\": \"tests\",\n      \"body\": \"# Relates to\\r\\n\\r\\n- The Chinese README file (`README_CN.md`).\\r\\n\\r\\n# Risks\\r\\n\\r\\n- **Low**: This PR only updates documentation and does not affect code or functionality.\\r\\n- **Affected**: The Chinese README file (`README_CN.md`).\\r\\n\\r\\n# Background\\r\\n\\r\"\n    },\n    {\n      \"title\": \"feat: pro api support, trending coins api\",\n      \"prNumber\": 2068,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n- #1761\\r\\n\\r\\n# Risks\\r\\n\\r\\n**Low** - Adding new functionality and API support with proper error handling\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n1. Adds support for CoinGecko Pro API\\r\\n\\r\\n   - Configurable through environment \"\n    },\n    {\n      \"title\": \"fix: Bugfix in LetzAI Plugin -> missing named export and Plugin-type\",\n      \"prNumber\": 2062,\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\\n0002--feat-letzai-plugin tiny bugfix in the export of the module. Plugin was already merged to dev but \"\n    },\n    {\n      \"title\": \"Galadriel docs and .env.example update\",\n      \"prNumber\": 2061,\n      \"type\": \"other\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/pull/2011\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - no functional changes\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nAdd a tutorial on how to use the Galadriel provider.\\r\\nAlso update the `.env.example` to put \"\n    },\n    {\n      \"title\": \"revert: #2048\",\n      \"prNumber\": 2059,\n      \"type\": \"other\",\n      \"body\": \"Reverts elizaOS/Eliza#2048\\r\\n\\r\\n\\r\\nuntil further review\"\n    },\n    {\n      \"title\": \"Fix: case-sensitive column reference in knowledge table CHECK constraint\",\n      \"prNumber\": 2058,\n      \"type\": \"bugfix\",\n      \"body\": \"Resolves a SQL error (42703: column \\\"isshared\\\" does not exist) in the knowledge table's CHECK constraint. The issue was caused by an incorrect column reference due to PostgreSQL\u2019s case sensitivity when handling column names inside constrain\"\n    },\n    {\n      \"title\": \"feat: solana transaction more lenient\",\n      \"prNumber\": 2053,\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: Categorize & Format .env.example\",\n      \"prNumber\": 2052,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nVery low\\r\\n\\r\\n# Background\\r\\n\\r\\nThe .env.example file has become really hectic and this is my attempt to help organize this. We could add having your env variable in the appropriate section to the PR requirements and this should stay\"\n    },\n    {\n      \"title\": \"Revert \\\"fix: Update Key Derive in TEE\\\"\",\n      \"prNumber\": 2049,\n      \"type\": \"bugfix\",\n      \"body\": \"Reverts elizaOS/eliza#2039\"\n    },\n    {\n      \"title\": \"fix: update regex to allow Unicode characters in message processing\",\n      \"prNumber\": 2048,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\nOptimize regular expression filtering in message processing\\r\\n\\r\\n# Risks\\r\\nLow risk - Only modified message content filtering logic, no impact on core functionality\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nFixed duplicate and\"\n    },\n    {\n      \"title\": \"feat: Implement asterai plugin\",\n      \"prNumber\": 2045,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow risk. The user is in full control of the configuration, and it is opt-in.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nThis PR implements a plugin for interacting with [asterai](https://asterai.io) pl\"\n    },\n    {\n      \"title\": \"fix: update slack client readme manifest\",\n      \"prNumber\": 2044,\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: Proof of Pizza - Agentic Dominos Ordering\",\n      \"prNumber\": 2042,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to: PROOF OF PIZZA\\r\\n\\r\\n# Risks\\r\\nNeeding to use ozempic after a few days\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nModifies the pizza plugin made by Shaw and also provides an example of direct api integration in the Twitter clien\"\n    },\n    {\n      \"title\": \"fix: Update Key Derive in TEE\",\n      \"prNumber\": 2039,\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\\nFixes the Key Derive functionality, by using path for reliable key derivation. Subject is documented and \"\n    },\n    {\n      \"title\": \"chore: add conditionals for supabase to agent directory\",\n      \"prNumber\": 2032,\n      \"type\": \"feature\",\n      \"body\": \"Added Condional for Supabase to the initializeDatabase function to allow for ease of use for Supabase as well as keeping the postgres and sqlite functionality.  In conjunction with https://github.com/elizaOS/eliza/pull/2031\\r\\n\\r\\n# Relates to\\r\"\n    },\n    {\n      \"title\": \"Update .env.example\",\n      \"prNumber\": 2031,\n      \"type\": \"other\",\n      \"body\": \"Added Supabase variables. In conjunction with https://github.com/elizaOS/eliza/pull/2032\\r\\n\\r\\n# Relates to\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do? \\r\\nAdds Supabase variables to the .env\\r\\n\\r\\n## What kind of change is t\"\n    },\n    {\n      \"title\": \"fix: include schema.sql and seed.sql in package files\",\n      \"prNumber\": 2030,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nFixes #2009  - @elizaos/adapter-postgres package does not bundle together schema.sql\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - Adding missing SQL files to package bundling. Only affects package distribution, not functionality.\\r\\n\\r\\n# Background\\r\\n\\r\\n\"\n    },\n    {\n      \"title\": \"Fix: fix starknet plugin by replacing walletProvider with portfolio provider\",\n      \"prNumber\": 2029,\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\\nhttps://github.com/elizaOS/eliza/issues/2028\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks secti\"\n    },\n    {\n      \"title\": \"fix: remove defillama plugin & improve rabbi trader\",\n      \"prNumber\": 2027,\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\": \"Update README_RU.md\",\n      \"prNumber\": 2026,\n      \"type\": \"other\",\n      \"body\": \"typo fix\\r\\n\\r\\n<!-- Use this template by filling in information and copying and pasting relevant items out of the HTML comments. -->\\r\\n\\r\\n# Relates\\r\\nto readme.md rus\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled o\"\n    },\n    {\n      \"title\": \"feat: added nineteen.ai llm & image support\",\n      \"prNumber\": 2022,\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\\nEliza currently supports various AI providers but lacks native integration with **nineteen.ai**, which \"\n    },\n    {\n      \"title\": \"fix: letzAi build issues\",\n      \"prNumber\": 2021,\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\": \"Fix: more specific rpc urls\",\n      \"prNumber\": 2018,\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\": \"fix: fix multiversx-plugin\",\n      \"prNumber\": 2017,\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\\nmultiversx-plugin\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out befor\"\n    },\n    {\n      \"title\": \"fix: remove near-solana slippage env conflict\",\n      \"prNumber\": 2016,\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 telegram api root config in env\",\n      \"prNumber\": 2014,\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\": \"feat: Update the Galadriel LLM integration to reflect their product updates\",\n      \"prNumber\": 2011,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow - This updates the Galadriel API integration logic, that would need to get updated anyways with their new product offering\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nUpdates the Galadriel LLM API integrati\"\n    },\n    {\n      \"title\": \"fix: packages/adapter-postgres/schema.sql isShared needs double quote\",\n      \"prNumber\": 2008,\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- Minor bug fixed.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out be\"\n    },\n    {\n      \"title\": \"fix: Auto Client bug\",\n      \"prNumber\": 2007,\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\\nAuto Client not working.\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out \"\n    },\n    {\n      \"title\": \"update: Readme and Comments\",\n      \"prNumber\": 2006,\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# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n-Add client-telegram README.me file\\r\\n-Update comments to \"\n    },\n    {\n      \"title\": \"feat: implement getKnowledge, searchKnowledge, createKnowledge, removeKnowledge and clearKnowledge methods\",\n      \"prNumber\": 2005,\n      \"type\": \"feature\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"Update plugins.md -- Allora README Fix\",\n      \"prNumber\": 2003,\n      \"type\": \"bugfix\",\n      \"body\": \"- Fixed a comment-uncomment typo at the end of the Allora Documentation.\\r\\n- Added a link to more comprehensive documentation + examples at the bottom\\r\\n\\r\\n<!-- Use this template by filling in information and copying and pasting relevant items\"\n    },\n    {\n      \"title\": \"fix: remove legacy variables (XAI_MODEL,  XAI_API_KEY & IMAGE_GEN)\",\n      \"prNumber\": 2001,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nThis is a continuation of https://github.com/elizaOS/eliza/pull/1930. These variables (XAI_MODEL,  XAI_API_KEY & IMAGE_GEN) are relics from legacy code that is no longer used. The only variable that was actually used is XAI_\"\n    },\n    {\n      \"title\": \"fix: fix .env.sample defaults\",\n      \"prNumber\": 1999,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nImprove deployer experience\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nUpdates (new versions of included code)\\r\\n\\r\\n## Why are we doing this? Any context or related work?\\r\\n\\r\\nAdjust defa\"\n    },\n    {\n      \"title\": \"chore: update website url in lore.md\",\n      \"prNumber\": 1998,\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\\nNone\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before the final r\"\n    },\n    {\n      \"title\": \"fix: client twitter dryrun\",\n      \"prNumber\": 1997,\n      \"type\": \"bugfix\",\n      \"body\": \"related: https://github.com/elizaOS/eliza/issues/1962\\r\\n\\r\\nFix dry-run mode in tweet generation and action processing, and add dry-run logic to interactions.\"\n    },\n    {\n      \"title\": \"fix: resolve translation type issue\",\n      \"prNumber\": 1996,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nMedium, untested, not sure if this causes issues with transcription\\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\\nBug fixes (non-breaking change which fixes an issue)\\r\\n\\r\\n## Why are we doing thi\"\n    },\n    {\n      \"title\": \"fix: build on plugin spheron\",\n      \"prNumber\": 1995,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"docs: Optimizes Technical Docs for LLMs & Vectorization\",\n      \"prNumber\": 1993,\n      \"type\": \"docs\",\n      \"body\": \"# Relates to\\r\\n- https://github.com/elizaOS/eliza/issues/1200\\r\\n- Improves https://github.com/elizaOS/eliza/pull/1675\\r\\n- https://docs.kapa.ai/blog/optimizing-technical-documentation-for-llms#3-include-troubleshooting-faqs\\r\\n\\r\\n# Risks\\r\\n- Minima\"\n    },\n    {\n      \"title\": \"fix: \ud83d\ude9a \ud83d\udcda move plugin-web-search readme to root dir\",\n      \"prNumber\": 1992,\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* None, just a chore\\r\\n\\r\\n# Risks\\r\\n\\r\\n* None\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\n* Moves README\"\n    },\n    {\n      \"title\": \"test: changing test structure for core package. Fixing failling outdated tests\",\n      \"prNumber\": 1989,\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\\nhttps://github.com/elizaOS/eliza/issues/1988\\r\\n<!-- This risks section\"\n    },\n    {\n      \"title\": \"fix: SQLITE ERROR, zero-lenght vectors not supported\",\n      \"prNumber\": 1984,\n      \"type\": \"bugfix\",\n      \"body\": \"Prevents the sqlite database from getting corrupted.\\r\\n\\r\\nTried to just NULL as a solution first, but it would error as well.\\r\\nSeems the best solution is to just store an empty array with the defined default length of 384.\"\n    },\n    {\n      \"title\": \"fix: many fixes to the Telegram templates\",\n      \"prNumber\": 1982,\n      \"type\": \"bugfix\",\n      \"body\": \"# Relates to\\r\\n\\r\\nhttps://github.com/elizaOS/eliza/issues/1972\\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\\nSolves Telegram context, as explained with an example in issue #1972.\\r\\n\\r\\n- change {{agent}} to {{agentName}} for c\"\n    },\n    {\n      \"title\": \"chore: Enable all EVM chains by default\",\n      \"prNumber\": 1981,\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# Risks\\r\\nLow. Manually tested successfully. Purely additive in nature.\\r\\n\\r\\n# Background\\r\\nThe EVM plugin only had mainnet\"\n    },\n    {\n      \"title\": \"chore: add debug logging for context\",\n      \"prNumber\": 1980,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nWhile playing with Eliza and using multiple clients, I noticed that the contexts are often assembled in a mess with many bugs. I want to solve these in my future pull requests, but first, I want to add Eliza, the simple modi\"\n    },\n    {\n      \"title\": \"test: adding tests for twitter plugin\",\n      \"prNumber\": 1976,\n      \"type\": \"tests\",\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\\nChanging project structure, adding tests for twitter plugin in __tests__ directory.\\r\\n# Risks\\r\\nLow: adding\"\n    },\n    {\n      \"title\": \"chore: Cleaner logs on agent startup\",\n      \"prNumber\": 1973,\n      \"type\": \"refactor\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow. Cleans up the logs shown during agent startup.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nCleaning up the logs so that instead of:\\r\\n\\r\\n```\\r\\nSUCCESS\\r\\nSUCCESS\\r\\nCreating runtime for character Eliza\\r\\n```\\r\\n\\r\\nit shows\\r\\n\\r\\n```\\r\\n[\"\n    },\n    {\n      \"title\": \"fix: Fix db init race condition affecting builds\",\n      \"prNumber\": 1968,\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\\nhttps://github.com/elizaOS/eliza/issues/1914#\\r\\n\\r\\n<!-- This risks section must be filled out before the \"\n    },\n    {\n      \"title\": \"feat: add new plugin - spheron\",\n      \"prNumber\": 1966,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nNo specific issue or ticket.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow \u2013 The changes are isolated to a new plugin addition and do not affect existing functionality.\\r\\n\\r\\n# Background\\r\\n\\r\\nSpheron is the largest GPU supercompute network, designed to dep\"\n    },\n    {\n      \"title\": \"fix: abstract readme\",\n      \"prNumber\": 1963,\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\\nCorrects the info from the auto generated readme for the Abstract plugin\\r\\n\\r\\n# Risks\\r\\n\\r\\n<!--\\r\\nLow, mediu\"\n    },\n    {\n      \"title\": \"feat: anyone plugin to privatise network requests \",\n      \"prNumber\": 1960,\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\\nIntegration of the Anyone Network within the Eliza repository\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!\"\n    },\n    {\n      \"title\": \"test: adding tests for twitter-client\",\n      \"prNumber\": 1959,\n      \"type\": \"tests\",\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\\nNot tied to particular issue. Adding tests for twitter client, since \"\n    },\n    {\n      \"title\": \"feat: Add Allora plugin\",\n      \"prNumber\": 1955,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nN/A\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n[Allora Network](https://allora.network/) is an AI-powered inference platform that delivers real-time, self-improving predictions and insights for various use cases. By aggregating a\"\n    },\n    {\n      \"title\": \"feat: Add fraxtal chain to evm\",\n      \"prNumber\": 1954,\n      \"type\": \"feature\",\n      \"body\": \"add fraxtal to chains\"\n    },\n    {\n      \"title\": \"fix: fixed error in C3PO and improved error handling feedback\",\n      \"prNumber\": 1951,\n      \"type\": \"bugfix\",\n      \"body\": \"- Resolved an array in the c3po character file where the messageExamples were an object rather an 2D array.\\r\\n- Character validation handling has been improved\\r\\n\\r\\nBefore:\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/2a7fa7c8-d903-4\"\n    },\n    {\n      \"title\": \"fix: Added Local Embedding Manager to reuse Local embed model - Fixes High Ram Issues\",\n      \"prNumber\": 1950,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fixes\\r\\n#1942 #866 #1623\\r\\n\\r\\n# Relates to\\r\\nMemory optimization for character file knowledge processing\\r\\n\\r\\n# Risks\\r\\nLow - This change optimizes the embedding model initialization without changing core functionality.\\r\\n\\r\\n# Background\\r\\n## What \"\n    },\n    {\n      \"title\": \"feat: support for eternalai provider can write request/response log info\",\n      \"prNumber\": 1948,\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\\nConfig eternalai logging from env, change name in env for consistent format\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nMore flexible than with env\\r\\n\\r\\n## Why are we doing this? Any con\"\n    },\n    {\n      \"title\": \"feat: improve twitter paragraph splitting if containing url\",\n      \"prNumber\": 1947,\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\": \"chore: more specific rpc urls\",\n      \"prNumber\": 1945,\n      \"type\": \"other\",\n      \"body\": \"There are multiple `RPC_URL` in the environment.\\r\\n\\r\\nRenaming to the specific chain, ie. `SOLANA_RPC_URL` and `NEAR_RPC_URL` follows the existing pattern of `TON_RPC_URL`, `ABSTRACT_RPC_URL`, `STARKNET_RPC_URL`, etc.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# B\"\n    },\n    {\n      \"title\": \"chore: add embedding tests\",\n      \"prNumber\": 1944,\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\\nThis PR adds a comprehensive test suite for the embedding.ts module. It covers local vs. remote embeddings, cached embeddings, error scenarios, and fallback logic.\\r\\n\\r\\n## What kin\"\n    },\n    {\n      \"title\": \"chore(plugin-conflux): remove unused imports\",\n      \"prNumber\": 1941,\n      \"type\": \"other\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"feat: support for eternalai provider can make request with chain_id extra data in body\",\n      \"prNumber\": 1938,\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\\nConfig eternalai can extra request body with chain_id from env, this PR will replace for PR #1903\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nMore flexible than with env\\r\\n\\r\\n## Why are \"\n    },\n    {\n      \"title\": \"feat: improvements for plugin-cosmos\",\n      \"prNumber\": 1934,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nNA\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled out before final review a\"\n    },\n    {\n      \"title\": \"fix: Limit the number of timelines fetched\",\n      \"prNumber\": 1931,\n      \"type\": \"bugfix\",\n      \"body\": \"Related Issue\\r\\nhttps://github.com/elizaOS/agent-twitter-client/issues/43\\r\\n\\r\\nProblem\\r\\nThe count parameter is currently not functioning. Based on testing, it appears to be ignored on the server side. This is problematic, as the default behavi\"\n    },\n    {\n      \"title\": \"fix: rm unused variable X_SERVER_URL\",\n      \"prNumber\": 1930,\n      \"type\": \"bugfix\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nRemoves the unused X_SERVER_URL that appears to be a relic of legacy code.\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nImprovement\\r\\n\\r\\n## Why are we doing this? Any context or related w\"\n    },\n    {\n      \"title\": \"test: adding tests for discord-client\",\n      \"prNumber\": 1927,\n      \"type\": \"tests\",\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\\nNot related to specific issue. Since we are improving packages struct\"\n    },\n    {\n      \"title\": \"API route update\",\n      \"prNumber\": 1923,\n      \"type\": \"other\",\n      \"body\": \"Update to the API route\"\n    },\n    {\n      \"title\": \"Fix typo Update CHANGELOG.md\",\n      \"prNumber\": 1922,\n      \"type\": \"bugfix\",\n      \"body\": \"# Fix Typo in CHANGELOG.md\\r\\n\\r\\n## Description:\\r\\n\\r\\nThis pull request fixes a typographical error in the `CHANGELOG.md` file. The word \\\"initital\\\" was corrected to \\\"initial.\\\"\\r\\n\\r\\n## Changes:\\r\\n- Corrected \\\"initital\\\" to \\\"initial\\\" in the `CHANGELOG\"\n    },\n    {\n      \"title\": \"fix: handle empty input text to avoid memory content empty error\",\n      \"prNumber\": 1919,\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\": \"fix(core): check evaluators for null\",\n      \"prNumber\": 1918,\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\": \"fix: resolved a bunch of type related errors and ensure project compiles\",\n      \"prNumber\": 1917,\n      \"type\": \"bugfix\",\n      \"body\": \"resolves heaps of type related errors and warnings and ensures develop actually compiles\"\n    },\n    {\n      \"title\": \"chore(client-discord): fix SUMMARIZE prompt \",\n      \"prNumber\": 1916,\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\": \"Add Dutch (Nederlands) translation\",\n      \"prNumber\": 1909,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nTranslation initiative - Adding Dutch (Nederlands) translation\\r\\n\\r\\n# Risks\\r\\nLow - This PR only adds a new translation file and updates the main README with a link.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n- Adds complete Du\"\n    },\n    {\n      \"title\": \"fix: add callback to the evaluators for client-telegram\",\n      \"prNumber\": 1908,\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- #1906 \\r\\n\\r\\n<!-- This risks section must be filled out before the f\"\n    },\n    {\n      \"title\": \"feats: diagram update\",\n      \"prNumber\": 1907,\n      \"type\": \"feature\",\n      \"body\": \"diagram update\"\n    },\n    {\n      \"title\": \"fix: twitter result obj undefined properties\",\n      \"prNumber\": 1905,\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\": \"chore: Make `generateNewTweet` public\",\n      \"prNumber\": 1902,\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\\ncloses https://github.com/elizaOS/eliza/issues/1901\\r\\n\\r\\n<!-- This risk\"\n    },\n    {\n      \"title\": \"feat: add GoPlus Security Plugin to enhance security for agent\",\n      \"prNumber\": 1898,\n      \"type\": \"feature\",\n      \"body\": \"## Relates to\\r\\nIntegration of GoPlus Security plugin into ElizaOS core module\\r\\n\\r\\n## Risks\\r\\nLow - This plugin adds security capabilities without modifying existing core functionalities.\\r\\n\\r\\n## Background\\r\\n### What does this PR do?\\r\\nThis PR in\"\n    },\n    {\n      \"title\": \"feat: hyperfy support\",\n      \"prNumber\": 1896,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nAdd an hyperfi endpoint to client-direct\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nFeatures (non-breaking change which adds functionality)\\r\\n\\r\\n# Documentation changes needed?\\r\\n\\r\\nMy \"\n    },\n    {\n      \"title\": \"feat: make the birdeye api req optional\",\n      \"prNumber\": 1895,\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 #1448 \\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before t\"\n    },\n    {\n      \"title\": \"docs: Add \\\"What Did You Get Done This Week? #8\\\" notes\",\n      \"prNumber\": 1894,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nDocumentation updates for community streams and events\\r\\n\\r\\n# Risks\\r\\nLow - Documentation only changes to fix timestamp links and formatting\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nThis PR:\\r\\n1. Adds notes for \\\"What Did You G\"\n    },\n    {\n      \"title\": \"chore: fix integrations and smoke tests\",\n      \"prNumber\": 1893,\n      \"type\": \"bugfix\",\n      \"body\": \"\"\n    },\n    {\n      \"title\": \"fix: remove case sensitive path\",\n      \"prNumber\": 1892,\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 remote attestation action\",\n      \"prNumber\": 1885,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to:\\r\\nClosing #1796 in favor of this to avoid conflicts.\\r\\nTEE Plugin and Adding Remote Attestations to be uploade\"\n    },\n    {\n      \"title\": \"Feat: Support wildcard in TWITTER_TARGET_USERS 1883\",\n      \"prNumber\": 1884,\n      \"type\": \"feature\",\n      \"body\": \"# Support wildcard in TWITTER_TARGET_USERS\\r\\n\\r\\nFixes enhancement request #1883 \\r\\n## Summary\\r\\nAdded support for wildcard `*` in `TWITTER_TARGET_USERS` configuration to allow monitoring all users. This change enables broader interaction patter\"\n    },\n    {\n      \"title\": \"feat: Use recommended settings in jupiter swap\",\n      \"prNumber\": 1882,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n# Relates to\\r\\n\\r\\nNo issue\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow risk to introduce regression in jupiter swaps\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nUse similar api call as jup.ag to perform swaps with dynamic slippage and dynamic priority fee\\r\\n\\r\\n## W\"\n    },\n    {\n      \"title\": \"Fixed broken API Documentation URL\",\n      \"prNumber\": 1881,\n      \"type\": \"bugfix\",\n      \"body\": \"fixed broken API Documentation in local-development.md\\r\\n\\r\\nit's not a lot, but it's honest work.\"\n    },\n    {\n      \"title\": \"feat: add OpenWeather plugin\",\n      \"prNumber\": 1880,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow - This is an additive change that introduces a new plugin without modifying existing functionality. The main risks are:\\r\\n\\r\\n- Rate limiting from OpenWeather API (1000 free API calls per day)\\r\\n- Potential timeout issues when th\"\n    },\n    {\n      \"title\": \"test: adding test setup for telegram client\",\n      \"prNumber\": 1879,\n      \"type\": \"tests\",\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\\nNot related to specific issue. Since we are improving project and fol\"\n    },\n    {\n      \"title\": \"chore(core): enable strict null checks\",\n      \"prNumber\": 1878,\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\\nType safety\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section must be filled out before th\"\n    },\n    {\n      \"title\": \"feat: Add approval mechanism for Twitter posts via Discord bot\",\n      \"prNumber\": 1876,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow Risk- Works only If enabled\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nThis PR introduces a new feature in the Twitter client that implements an approval workflow before publishing tweets on Twitter. This \"\n    },\n    {\n      \"title\": \"feat: init DePIN plugin\",\n      \"prNumber\": 1874,\n      \"type\": \"feature\",\n      \"body\": \"# About\\r\\n\\r\\nIntroducing the **`@elizaos/plugin-depin`** plugin, a new addition to the Eliza Agent Framework that provides Perception and Action capabilities via DePINs.\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow.\\r\\n- This is a new plugin and does not interfere with e\"\n    },\n    {\n      \"title\": \"feat: Giphy plugin - Add animated gif to conversations\",\n      \"prNumber\": 1873,\n      \"type\": \"feature\",\n      \"body\": \"# Giphy Plugin Integration and Telegram Package Update\\r\\n\\r\\nhttps://github.com/user-attachments/assets/15648daf-8e15-4645-9651-bb2dbdf11cd6\\r\\n\\r\\n## Overview\\r\\nThis pull request enhances our messaging platform with GIF support through two major c\"\n    },\n    {\n      \"title\": \"feat: new plugin LetzAI\",\n      \"prNumber\": 1868,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\n\\r\\nn/a - new plugin\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow, it's a new plugin.\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nThis plugin adds Image Generation capabilities from (LetzAI)[https://www.letz.ai]\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nFeat\"\n    },\n    {\n      \"title\": \"feat: Optimize Agent Action Processing by Prioritizing Timelines and Limiting Actions Per Cycle\",\n      \"prNumber\": 1824,\n      \"type\": \"feature\",\n      \"body\": \"related: \\r\\nhttps://github.com/elizaOS/eliza/issues/1813#issuecomment-2571312080\\r\\nhttps://github.com/elizaOS/eliza/issues/1813#issuecomment-2571386727\\r\\nhttps://github.com/elizaOS/eliza/issues/1813#issuecomment-2571347811\\r\\n\\r\\nProblem:\\r\\nMany us\"\n    },\n    {\n      \"title\": \"feat: improve zkstack based plugins\",\n      \"prNumber\": 1821,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\nN/A (Improving zkstack plugin architecture and consistency)\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. The changes involve refactoring and updating multiple plugins (plugin-abstract, plugin-zksync-era, plugin-cronoszkevm) to use viem for consisten\"\n    },\n    {\n      \"title\": \"feat: new plugin Arthera Chain\",\n      \"prNumber\": 1818,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to\\r\\nn/a\\r\\n\\r\\n# Risks\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nThis PR integrates a plugin intended for the Arthera Chain which includes an onchain action:\\r\\n- Transfer native token (AA)\\r\\n- More actions coming (next release)\\r\"\n    },\n    {\n      \"title\": \"Feature/add binance plugin\",\n      \"prNumber\": 1812,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\nLow - New plugin introducing trading capabilities on Binance\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\nAdds a new plugin that enables Eliza to interact with Binance exchange for:\\r\\n- Cryptocurrency price checks\\r\\n- Spot trading (m\"\n    },\n    {\n      \"title\": \"feat: add pglite db adapter\",\n      \"prNumber\": 1810,\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\\nIssue: #1809\\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\": \"feat: add coin price plugin (CoinMarketCap, CoinGecko & CoinCap)\",\n      \"prNumber\": 1808,\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#1773 & #1382\\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: broken ci docs missed frozen pnpm file out-of-sync\",\n      \"prNumber\": 1798,\n      \"type\": \"bugfix\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# \u25c0\ufe0f Relates to:\\r\\n\\r\\nFixes the build related to the pnpm-lock not being in sync from the `docs/` dir\\r\\n\\r\\n# \u26a0\ufe0f Risks\\r\\n\\r\\n* low\"\n    },\n    {\n      \"title\": \"feat: plugin new RabbiTrader\",\n      \"prNumber\": 1785,\n      \"type\": \"feature\",\n      \"body\": \"# Rabbi Trader Plugin\\r\\n\\r\\nAn automated cryptocurrency trading plugin for Solana tokens with integrated trust scoring, market analysis, and Twitter notifications. Built on top of Goat, used actively with: https://x.com/rabbischlomo_ai\\r\\n\\r\\n## F\"\n    },\n    {\n      \"title\": \"feat: Image descriptions into interaction.ts\",\n      \"prNumber\": 1775,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"Feature/add coinmarketcap plugin\",\n      \"prNumber\": 1773,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n![image](https://github.com/user-attachments/assets/bc61632d-90f4-4576-9817-6e693ce2b6c4)\\r\\n\\r\\n# CoinMarketCap Plugin for Eliza\\r\\n\\r\\n## Risks\\r\\n\\r\\nLow - This is an additive change that introduces a new plugin without modifying existing function\"\n    },\n    {\n      \"title\": \"test: Integration Tests Enhancement and Coinbase Commerce Integration\",\n      \"prNumber\": 1767,\n      \"type\": \"tests\",\n      \"body\": \"# Integration Tests Enhancement and Coinbase Commerce Integration\\r\\n\\r\\n## Changes\\r\\n\\r\\n### Integration Tests Framework\\r\\n- Enhanced test runner to support test descriptions and conditional test skipping\\r\\n- Added proper test output formatting wit\"\n    },\n    {\n      \"title\": \"feat: plugin-nft-generation support evm chain\",\n      \"prNumber\": 1763,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"fix: PGVector_embedding_validation (#1687) \",\n      \"prNumber\": 1750,\n      \"type\": \"bugfix\",\n      \"body\": \"# PR: PostgreSQL Vector Embedding Validation (#1687)\\r\\n\\r\\n## Problem Statement\\r\\nThe PostgreSQL adapter was missing critical vector embedding validation:\\r\\n\\r\\n1. **Vector Embedding Issues**:\\r\\n   - Missing validation for vector dimensions (should\"\n    },\n    {\n      \"title\": \"feat: Add Irys plugin\",\n      \"prNumber\": 1708,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to: Irys Plugin\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\\r\\n\\r\\n<!-- This risks section is to be filled out before final \"\n    },\n    {\n      \"title\": \"Update git command for checking latest release\",\n      \"prNumber\": 1705,\n      \"type\": \"tests\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n<!-- This risks section is to be filled out before final review and merge. -->\\r\\n\\r\\n# Risks\\r\\n\\r\\nLow. README update.\\r\\n\\r\\n\\r\\n# Ba\"\n    },\n    {\n      \"title\": \"Opacity Verifiable Interference zkTLS Plugin\",\n      \"prNumber\": 1673,\n      \"type\": \"other\",\n      \"body\": \"Co-authored @Hmac512  @RonTuretzky @Gajesh2007 \\r\\n## Background\\r\\nA few weeks ago, issues with aixbt were observed, where users mistakenly believed the moderation was performed by humans. This misconception caused a public relations disaster \"\n    },\n    {\n      \"title\": \"Add support for Movement Network\",\n      \"prNumber\": 1621,\n      \"type\": \"feature\",\n      \"body\": \"# Relates to:\\r\\n\\r\\n\\r\\n# Risks\\r\\nLow - non-breaking changes made to the Aptos Plugin\\r\\n\\r\\n# Background\\r\\n\\r\\n## What does this PR do?\\r\\n\\r\\nAdds support for transacting on Movement Network Testnet and Mainnet\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nNew Pl\"\n    },\n    {\n      \"title\": \"feat: add massa-plugin\",\n      \"prNumber\": 1582,\n      \"type\": \"feature\",\n      \"body\": \"\\r\\n## What does this PR do?\\r\\n\\r\\nAdd Massa plugin with Transfer action\\r\\n\\r\\n## What kind of change is this?\\r\\n\\r\\nFeatures (non-breaking change which adds functionality)\\r\\n\\r\\n## Screenshots\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/bcb1f\"\n    },\n    {\n      \"title\": \"feat: added new plugin - zktls - reclaim\",\n      \"prNumber\": 1558,\n      \"type\": \"feature\",\n      \"body\": \"# Risks\\r\\n\\r\\nLow\\r\\n\\r\\n# Background\\r\\n\\r\\nA few weeks ago, we observed issues with aixbt, where users mistakenly believed the moderation was performed by humans. This misconception caused a public relations disaster and raised concerns about the AI\"\n    },\n    {\n      \"title\": \"feat: support TEE logging and support running eliza in Intel SGX\",\n      \"prNumber\": 1470,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy and pasting relevant items out of the html comments. -->\\r\\n\\r\\n# Relates to: \\r\\nKeywords: TEE, Intel SGX, Logging, Attestation, Verification, Gramine.\\r\\n\\r\\n<!-- LINK TO ISSUE OR TICKET -->\"\n    },\n    {\n      \"title\": \"feat: Make templates in composeContext dynamic\",\n      \"prNumber\": 1467,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"add thirdweb plugin\",\n      \"prNumber\": 1418,\n      \"type\": \"feature\",\n      \"body\": \"Adding a new plugin for thirdweb's nebula API. We have one action that interacts with our natural language interface to read data from 2000+ blockchains.\\r\\n\\r\\nAdded, Readme, .env config and integration to default agent if key is set.\\r\\n\\r\\nHere'\"\n    },\n    {\n      \"title\": \"feat: solana token deploy using solana agent kit\",\n      \"prNumber\": 1373,\n      \"type\": \"feature\",\n      \"body\": \"<!-- Use this template by filling in information and copy 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 is to be filled out before final review and m\"\n    },\n    {\n      \"title\": \"chore: Add UUID tests and fix version 5 bits\",\n      \"prNumber\": 1362,\n      \"type\": \"feature\",\n      \"body\": \"### What this PR does\\r\\n\\r\\n1. **Adds comprehensive test coverage** for our `stringToUuid` function:\\r\\n    - Checks UUID format (length, hyphen placement, regex matching).\\r\\n    - Verifies version and variant bits (RFC 4122 compliance).\\r\\n    - T\"\n    },\n    {\n      \"title\": \"feat: Add Cloudflare AI Gateway support\",\n      \"prNumber\": 821,\n      \"type\": \"feature\",\n      \"body\": \"# Cloudflare AI Gateway Integration\\r\\n\\r\\n## Relates to\\r\\nEnhances model provider integration by adding support for Cloudflare AI Gateway\\r\\n\\r\\n![image](https://github.com/user-attachments/assets/838a899b-a252-496e-8f29-c2fc70900665)\\r\\n\\r\\n\\r\\n## Risks\"\n    },\n    {\n      \"title\": \"feat: twitter post media\",\n      \"prNumber\": 2818,\n      \"type\": \"feature\",\n      \"body\": \"Adds support for media attachments in tweets and refactors tweet posting logic\\n\\n- Introduces `MediaData` type for handling media attachments\\n- Extracts media handling logic into separate `fetchMediaData` utility function\\n- Renames variables\"\n    },\n    {\n      \"title\": \"feat: plugin Solana web3.js V2 & automated LPing on Orca\",\n      \"prNumber\": 2136,\n      \"type\": \"feature\",\n      \"body\": \"# Background\\r\\n\\r\\n## What does this PR do?\\r\\n1. Adds `plugin-solana-v2`, leveraging the latest features of `@solana/web3.js` v2\\r\\n  - This plugin can be used alongside existing plugins that use `@solana/web3.js` v1.\\r\\n  - Other protocols can use\"\n    }\n  ],\n  \"topContributors\": [\n    {\n      \"username\": \"wtfsayo\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/82053242?u=98209a1f10456f42d4d2fa71db4d5bf4a672cbc3&v=4\",\n      \"totalScore\": 2666.7761605047945,\n      \"prScore\": 1106.7021605047944,\n      \"issueScore\": 40.3,\n      \"reviewScore\": 1509.5,\n      \"commentScore\": 10.274\n    },\n    {\n      \"username\": \"AIFlowML\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/154863472?u=99689ad0f9ec0be78ba3b726c1ef10df796fbe7d&v=4\",\n      \"totalScore\": 2251.1497981820926,\n      \"prScore\": 2195.1877981820926,\n      \"issueScore\": 0,\n      \"reviewScore\": 50,\n      \"commentScore\": 5.962\n    },\n    {\n      \"username\": \"ai16z-demirix\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/188117230?u=424cd5b834584b3799da288712b3c4158c8032a1&v=4\",\n      \"totalScore\": 2000.7562703688957,\n      \"prScore\": 1819.0602703688958,\n      \"issueScore\": 124.2,\n      \"reviewScore\": 54,\n      \"commentScore\": 3.496\n    },\n    {\n      \"username\": \"odilitime\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/16395496?u=c9bac48e632aae594a0d85aaf9e9c9c69b674d8b&v=4\",\n      \"totalScore\": 1958.3657155484573,\n      \"prScore\": 1154.6557155484572,\n      \"issueScore\": 0,\n      \"reviewScore\": 799.5,\n      \"commentScore\": 4.21\n    },\n    {\n      \"username\": \"tcm390\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/60634884?u=c6c41679b8322eaa0c81f72e0b4ed95e80f0ac16&v=4\",\n      \"totalScore\": 1805.4725682199673,\n      \"prScore\": 1326.3505682199673,\n      \"issueScore\": 0,\n      \"reviewScore\": 468.5,\n      \"commentScore\": 10.621999999999998\n    },\n    {\n      \"username\": \"shakkernerd\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/165377636?u=5560dd9f2d310e1ba61dbba864006a951391a582&v=4\",\n      \"totalScore\": 1339.9203057692923,\n      \"prScore\": 709.2143057692922,\n      \"issueScore\": 0,\n      \"reviewScore\": 624,\n      \"commentScore\": 6.7059999999999995\n    },\n    {\n      \"username\": \"monilpat\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/15067321?v=4\",\n      \"totalScore\": 776.8608488104481,\n      \"prScore\": 238.80684881044812,\n      \"issueScore\": 176.5,\n      \"reviewScore\": 359.5,\n      \"commentScore\": 2.054\n    },\n    {\n      \"username\": \"HashWarlock\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/64296537?u=1d8228a93c06c603e08d438677b3f736d6b1ab22&v=4\",\n      \"totalScore\": 418.2033002282001,\n      \"prScore\": 301.4893002282001,\n      \"issueScore\": 4.2,\n      \"reviewScore\": 108.5,\n      \"commentScore\": 4.013999999999999\n    },\n    {\n      \"username\": \"Freytes\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/4147278?u=89aa9570e6f8b4a8e9e41e8f908c16fb69c5a43f&v=4\",\n      \"totalScore\": 400.03506002192427,\n      \"prScore\": 393.4570600219243,\n      \"issueScore\": 0,\n      \"reviewScore\": 5,\n      \"commentScore\": 1.5779999999999998\n    },\n    {\n      \"username\": \"augchan42\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/20424105?u=d1a74732b07564927928798346f07cd50935c529&v=4\",\n      \"totalScore\": 392.5925624455532,\n      \"prScore\": 358.00056244555316,\n      \"issueScore\": 32.3,\n      \"reviewScore\": 0,\n      \"commentScore\": 2.292\n    },\n    {\n      \"username\": \"devin-ai-integration\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/in/811515?v=4\",\n      \"totalScore\": 356.43248524964304,\n      \"prScore\": 355.356485249643,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 1.0759999999999998\n    },\n    {\n      \"username\": \"JoeyKhd\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/23193015?u=e038aa9d9822787a7651f1c7bec9301f2d3004b1&v=4\",\n      \"totalScore\": 355.24933277089474,\n      \"prScore\": 339.65933277089476,\n      \"issueScore\": 4,\n      \"reviewScore\": 9,\n      \"commentScore\": 2.59\n    },\n    {\n      \"username\": \"0xSero\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/69639595?u=1a820d7074a01e232eb363b4bc1f885ef614594f&v=4\",\n      \"totalScore\": 349.9877792619627,\n      \"prScore\": 322.9477792619627,\n      \"issueScore\": 0,\n      \"reviewScore\": 26.5,\n      \"commentScore\": 0.54\n    },\n    {\n      \"username\": \"Lukapetro\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/14802278?u=d4714a088b53cf9f4cabf45593508444589459bc&v=4\",\n      \"totalScore\": 300.6829913061184,\n      \"prScore\": 290.5429913061184,\n      \"issueScore\": 0,\n      \"reviewScore\": 9,\n      \"commentScore\": 1.1400000000000001\n    },\n    {\n      \"username\": \"jmikedupont2\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/16427113?u=2bdad12714de646188f98a07736a54f765ad5e3b&v=4\",\n      \"totalScore\": 274.3322507759238,\n      \"prScore\": 254.30025077592376,\n      \"issueScore\": 8.2,\n      \"reviewScore\": 9,\n      \"commentScore\": 2.832\n    },\n    {\n      \"username\": \"proteanx\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/29043582?u=d2261c451984df04b46d6fca1261eb8d245de59b&v=4\",\n      \"totalScore\": 226.93345821878887,\n      \"prScore\": 226.53345821878887,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.4\n    },\n    {\n      \"username\": \"lalalune\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/18633264?u=e2e906c3712c2506ebfa98df01c2cfdc50050b30&v=4\",\n      \"totalScore\": 219.8178061724152,\n      \"prScore\": 190.9798061724152,\n      \"issueScore\": 28,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.838\n    },\n    {\n      \"username\": \"YoungPhlo\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/90307961?u=2e7b36c41a4576a4720529da97a57280df102b28&v=4\",\n      \"totalScore\": 218.78448076335286,\n      \"prScore\": 214.08448076335287,\n      \"issueScore\": 0,\n      \"reviewScore\": 4.5,\n      \"commentScore\": 0.2\n    },\n    {\n      \"username\": \"tomguluson92\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/19585240?u=b529e06ee943092032b624cb7afcc1ee97353c26&v=4\",\n      \"totalScore\": 211.32641258455968,\n      \"prScore\": 211.12641258455966,\n      \"issueScore\": 0,\n      \"reviewScore\": 0,\n      \"commentScore\": 0.2\n    },\n    {\n      \"username\": \"antman1p\",\n      \"avatarUrl\": \"https://avatars.githubusercontent.com/u/6889529?u=a2b1f4903392a7578f553e20e56f8648d20f3f0f&v=4\",\n      \"totalScore\": 208.79441578270706,\n      \"prScore\": 170.93841578270707,\n      \"issueScore\": 4.2,\n      \"reviewScore\": 31.5,\n      \"commentScore\": 2.1559999999999997\n    }\n  ],\n  \"newPRs\": 1039,\n  \"mergedPRs\": 735,\n  \"newIssues\": 401,\n  \"closedIssues\": 326,\n  \"activeContributors\": 694\n}",
  "github_extracted_data_user_summaries_text_last_7_days_for_2025-01-21": "[\"0xkowloon_week_2025-01-19\", \"0xkowloon\", \"week\", \"2025-01-19\", \"0xkowloon: Provided one code review with comments this week, but had no other activity.\", \"2025-05-13T22:03:42.816Z\"]\n[\"0xbbjoker_week_2025-01-19\", \"0xbbjoker\", \"week\", \"2025-01-19\", \"0xbbjoker: Opened PR #2731 to port TrustDB from SQLite to PostgreSQL, building on previously created issues #2634 and #2601 (both now closed). No merged PRs or code changes during this period.\", \"2025-05-13T22:03:42.920Z\"]\n[\"0xmarf_week_2025-01-19\", \"0xmarf\", \"week\", \"2025-01-19\", \"0xmarf: Made a single substantial commit this week, adding 2,120 lines across 19 files with no deletions. Activity was limited to just one day during the period, with no PRs, issues, or reviews.\", \"2025-05-13T22:03:42.952Z\"]\n[\"0xCardinalError_week_2025-01-19\", \"0xCardinalError\", \"week\", \"2025-01-19\", \"0xCardinalError: Merged a significant feature PR #2568 \\\"feat(plugin-coingecko): coingecko trending advanced\\\" that added CoinGecko trending functionality with substantial code changes (+1185/-284 lines across 15 files). Made 5 commits over 2 days, focusing entirely on feature development with a mix of code (83%) and configuration (17%) changes.\", \"2025-05-13T22:03:43.735Z\"]\n[\"ALGOREX-PH_week_2025-01-19\", \"ALGOREX-PH\", \"week\", \"2025-01-19\", \"ALGOREX-PH: Created issue #2617 \\\"How to mention certain users using the twitter client?\\\" which has since been closed. No other activity was observed during this period.\", \"2025-05-13T22:03:44.788Z\"]\n[\"1Eskor_week_2025-01-19\", \"1Eskor\", \"week\", \"2025-01-19\", \"1Eskor: Created issue #2746 requesting help and commented on one issue, with no code contributions or PR activity this week.\", \"2025-05-13T22:03:44.869Z\"]\n[\"Aave-Khan_week_2025-01-19\", \"Aave-Khan\", \"week\", \"2025-01-19\", \"Aave-Khan: Created issue #2513 regarding installation problems with \\\"@elizaos/plugin-0g\\\" which was subsequently closed, and added one comment on an issue. No code contributions or pull requests during this period.\", \"2025-05-13T22:03:45.684Z\"]\n[\"AIFlowML_week_2025-01-19\", \"AIFlowML\", \"week\", \"2025-01-19\", \"AIFlowML: Merged 5 substantial PRs this week, including major feature additions like NVIDIA inference support for ElizaOS (#2512, +92k lines), Ankr plugin (#2773), biome automation (#2733), and Hyperbolic plugin (#2701), totaling over +114k/-10k lines across 1402 files. Maintained consistent activity across 5 days while actively engaging in discussions with 33 issue comments and providing 5 review comments on other PRs.\", \"2025-05-13T22:03:46.352Z\"]\n[\"Alirun_week_2025-01-19\", \"Alirun\", \"week\", \"2025-01-19\", \"Alirun: Fixed a goal updating bug in the goal evaluator's handler (PR #2725) with modest code changes (+7/-23 lines). This single bugfix contribution was their only activity this week.\", \"2025-05-13T22:03:46.908Z\"]\n[\"AdventureSeeker987_week_2025-01-19\", \"AdventureSeeker987\", \"week\", \"2025-01-19\", \"AdventureSeeker987: Made a minor update to the Coinbase plugin with PR #2781, changing one line in the tokenContract.ts file. This was their only contribution during the period, representing a small maintenance change.\", \"2025-05-13T22:03:47.173Z\"]\n[\"0xnogo_week_2025-01-19\", \"0xnogo\", \"week\", \"2025-01-19\", \"0xnogo: Made a single substantial commit that modified 1,341 files with significant code additions (+93,120 lines) and removals (-9,560 lines). This appears to be a major code change or possibly a large-scale refactoring effort, though without PR or issue context, the specific nature of these changes is unclear.\", \"2025-05-13T22:03:48.573Z\"]\n[\"AmriteshTrikon_week_2025-01-19\", \"AmriteshTrikon\", \"week\", \"2025-01-19\", \"AmriteshTrikon: Merged a significant PR #2653 \\\"feat(new-plugin): trikon plugin for eliza\\\" with substantial code changes (+131,653/-8,186 lines). Currently has an open PR #2570 \\\"POC:plugin-trikon\\\" in progress. Contributed consistently across 3 days this week, focusing primarily on bugfix work (60%) with modifications to 22 files (+1,311/-306 lines) across 5 commits.\", \"2025-05-13T22:03:48.663Z\"]\n[\"BitWonka_week_2025-01-19\", \"BitWonka\", \"week\", \"2025-01-19\", \"BitWonka: Merged a significant feature PR #2524 adding Anthropic image provider for vision capabilities (+3317/-1040 lines) and provided one code review with comments. Active on 2 days this week with 2 commits modifying 2 files (+65/-5 lines).\", \"2025-05-13T22:03:49.081Z\"]\n[\"Cooops_week_2025-01-19\", \"Cooops\", \"week\", \"2025-01-19\", \"Cooops: Merged a significant PR (#2709) adding intelligent email evaluation and automation functionality (+24,769/-4,103 lines), while maintaining two related open PRs (#2681, #2676). Modified 125 files across 5 commits with a focus on code (51%) and tests (25%), demonstrating concentrated work on a major feature implementation over 2 active days.\", \"2025-05-13T22:03:50.127Z\"]\n[\"DaveSimoes_week_2025-01-19\", \"DaveSimoes\", \"week\", \"2025-01-19\", \"DaveSimoes: Created issue #2787 \\\"Add-Gui-feature - \\\" which was subsequently closed. No other activity was observed during this period.\", \"2025-05-13T22:03:50.239Z\"]\n[\"DrDregyo_week_2025-01-19\", \"DrDregyo\", \"week\", \"2025-01-19\", \"DrDregyo: Created issue #2745 asking about Twitter API requirements and commented on one issue, with no code contributions or PR activity this period.\", \"2025-05-13T22:03:50.895Z\"]\n[\"HubertIGL_week_2025-01-19\", \"HubertIGL\", \"week\", \"2025-01-19\", \"HubertIGL: Opened one pull request (#2529) to update chat.tsx, making a small code change that removed 4 lines. Activity was limited to a single day this week.\", \"2025-05-13T22:03:53.138Z\"]\n[\"HashWarlock_week_2025-01-19\", \"HashWarlock\", \"week\", \"2025-01-19\", \"HashWarlock: Made a targeted bugfix contribution by merging PR #2774 \\\"fix: make template message footer more explicit\\\" (+8/-5 lines). Actively participated in code review processes with 9 reviews (including 1 approval and 1 change request) and 4 PR comments. Demonstrated focused engagement on a single day during this period, primarily addressing bug-related improvements.\", \"2025-05-13T22:03:53.192Z\"]\n[\"Freytes_week_2025-01-19\", \"Freytes\", \"week\", \"2025-01-19\", \"Freytes: Merged 4 significant plugin-related PRs this week (#2679, #2678, #2660, #2656) with massive code additions totaling over 729,000 lines, primarily focused on music generation capabilities with Suno and Udio integrations for Eliza. Has 2 open PRs in progress (#2538, #2537) for Reddit client and Truth Social plugin development, showing a concentrated effort on expanding platform integrations. Active on just 2 days but made substantial contributions, with most changes (71%) focused on other work rather than direct feature development.\", \"2025-05-13T22:03:53.710Z\"]\n[\"BlockEater96_week_2025-01-19\", \"BlockEater96\", \"week\", \"2025-01-19\", \"BlockEater96: Successfully merged the Eliza OmniFlix Plugin (PR #2693) with substantial code changes (+20,418/-2,926 lines) while having three related PRs still open. Contributed across 438 files with 13 commits, primarily focused on code (75%) and configuration (15%) changes, showing moderate consistency with activity on 3 days of the week.\", \"2025-05-13T22:03:54.683Z\"]\n[\"Imdavyking_week_2025-01-19\", \"Imdavyking\", \"week\", \"2025-01-19\", \"Imdavyking: Created issue #2578 \\\"Fix error\\\" which was subsequently closed. No other activity was observed during this period.\", \"2025-05-13T22:03:54.791Z\"]\n[\"IvanOvchynnikov_week_2025-01-19\", \"IvanOvchynnikov\", \"week\", \"2025-01-19\", \"IvanOvchynnikov: Created issue #2695 regarding plugins field usability in character.json, which has since been closed. No other activity this week.\", \"2025-05-13T22:03:54.933Z\"]\n[\"Izreallyelvira_week_2025-01-19\", \"Izreallyelvira\", \"week\", \"2025-01-19\", \"Izreallyelvira: Provided one code review with approval this week. Activity was minimal with no PRs created or merged, no issues opened or commented on, and no code changes made.\", \"2025-05-13T22:03:56.077Z\"]\n[\"Evan-zkLinkLabs_week_2025-01-19\", \"Evan-zkLinkLabs\", \"week\", \"2025-01-19\", \"Evan-zkLinkLabs: Improved the GitBook Provider Output functionality by merging PR #2659 which added context to queries (+63,154/-2,812 lines). Created and closed issue #2657 addressing how LLMs were overlooking GitBook Provider output due to lack of context. Activity was concentrated on a single day with a focused effort on enhancing the provider's functionality to make output more visible and useful to language models.\", \"2025-05-13T22:03:57.011Z\"]\n[\"JulioMCruz_week_2025-01-19\", \"JulioMCruz\", \"week\", \"2025-01-19\", \"JulioMCruz: Created issue #2588 regarding a client app loading error, which was subsequently closed. Contributed to discussions by commenting on 3 different issues. Activity was sporadic with no code changes or pull requests during this period.\", \"2025-05-13T22:03:57.242Z\"]\n[\"JhChoy_week_2025-01-19\", \"JhChoy\", \"week\", \"2025-01-19\", \"JhChoy: Fixed two bugs this week, merging PRs #2789 addressing a Twitter client homeTimeline name parsing issue (+1/-1 lines) and #2788 resolving a topics formatting bug in composeState (+4/-4 lines). All activity occurred on a single day, with both PRs being relatively small and focused exclusively on bug fixes.\", \"2025-05-13T22:03:57.672Z\"]\n[\"JoeyKhd_week_2025-01-19\", \"JoeyKhd\", \"week\", \"2025-01-19\", \"JoeyKhd: Created issue #2756 reporting that the echochambers plugin doesn't exist on the npm registry, which has since been closed. Contributed to discussions by commenting on 4 different issues. No code changes or pull requests during this period.\", \"2025-05-13T22:03:58.209Z\"]\n[\"KacperKoza343_week_2025-01-19\", \"KacperKoza343\", \"week\", \"2025-01-19\", \"KacperKoza343: Made significant code changes across 59 files (+876/-391 lines) through 8 commits, with work split between refactoring (38%) and feature development (25%). Active on 2 days this week, focusing on implementation without opening or commenting on issues or PRs.\", \"2025-05-13T22:03:58.517Z\"]\n[\"LeapAI-tech_week_2025-01-19\", \"LeapAI-tech\", \"week\", \"2025-01-19\", \"LeapAI-tech: Opened one pull request (#2571) focused on removing characters, with a single commit that deleted 349 lines from a configuration file. Activity was limited to just one day this week.\", \"2025-05-13T22:03:59.430Z\"]\n[\"Liao1_week_2025-01-19\", \"Liao1\", \"week\", \"2025-01-19\", \"Liao1: Merged a significant PR #2638 \\\"feat: Add plugin-dcap\\\" that added over 35k lines and removed 3.6k lines of code. Contributed 2 reviews with comments on other PRs. Activity was limited to a single day during this period.\", \"2025-05-13T22:04:00.092Z\"]\n[\"KanishkKhurana_week_2025-01-19\", \"KanishkKhurana\", \"week\", \"2025-01-19\", \"KanishkKhurana: Merged a significant documentation PR #2631 \\\"docs: add one click deployment to docs\\\" that added over 109,000 lines while removing about 6,500 lines. Made 3 commits across 3 documentation files with modest changes (+15/-4 lines), showing sporadic activity with contributions on only one day this week.\", \"2025-05-13T22:04:00.955Z\"]\n[\"LouisVannobel_week_2025-01-19\", \"LouisVannobel\", \"week\", \"2025-01-19\", \"LouisVannobel: Fixed path issues across the documentation with a single merged PR (#2763) that modified 20 files with balanced changes (+21/-21 lines). This focused bugfix effort was completed in a single day, with the PR being merged after 7 hours.\", \"2025-05-13T22:04:01.226Z\"]\n[\"Mettulus_week_2025-01-19\", \"Mettulus\", \"week\", \"2025-01-19\", \"Mettulus: Made a single substantial commit modifying 23 files with 944 additions and 924 deletions, focused entirely on feature work. Activity was limited to just one day during this period, showing a sporadic contribution pattern.\", \"2025-05-13T22:04:01.456Z\"]\n[\"LinuxIsCool_week_2025-01-19\", \"LinuxIsCool\", \"week\", \"2025-01-19\", \"LinuxIsCool: Made significant code changes across 144 files (+394,930/-12,071 lines) with 33 commits, while merging two PRs: documentation for configuring secrets in multi-agent workflows (#2632) and enabling fact fetching in the facts provider (#2635). Currently has an open PR (#2630) to fix post example selection, with activity spread across 3 days this week focusing primarily on other work (58%) and feature development (36%).\", \"2025-05-13T22:04:01.796Z\"]\n[\"Nevermore-Ray_week_2025-01-19\", \"Nevermore-Ray\", \"week\", \"2025-01-19\", \"Nevermore-Ray: Merged a substantial PR #2643 updating plugin initialization for btcfun and trikon plugins, which involved significant code changes (+124,255/-8,248 lines) across 45 files. Activity was concentrated on configuration (60%) and documentation (20%) work, with contributions on just 2 days this week.\", \"2025-05-13T22:04:02.691Z\"]\n[\"Ocheretovich_week_2025-01-19\", \"Ocheretovich\", \"week\", \"2025-01-19\", \"Ocheretovich: Opened one documentation-related PR (#2544) to fix the readme, making a minor change of +1/-1 lines. Activity was limited to a single day during this period, with all work focused on documentation improvements.\", \"2025-05-13T22:04:03.181Z\"]\n[\"PedroRosalba_week_2025-01-19\", \"PedroRosalba\", \"week\", \"2025-01-19\", \"PedroRosalba: Contributed one code review with comments this week. No other GitHub activity was recorded during this period.\", \"2025-05-13T22:04:03.346Z\"]\n[\"OleanjiKingCode_week_2025-01-19\", \"OleanjiKingCode\", \"week\", \"2025-01-19\", \"OleanjiKingCode: Opened one pull request (#2594 \\\"eliza\\\") with substantial code changes, modifying 48 files with +5,504/-830 lines in a single commit. The contribution was focused on code (63%) and configuration files (19%), with activity limited to just one day this period.\", \"2025-05-13T22:04:03.926Z\"]\n[\"RalphLavelle_week_2025-01-19\", \"RalphLavelle\", \"week\", \"2025-01-19\", \"RalphLavelle: Reported one issue (#2727) about a build failure, which has since been closed. Contributed to issue discussions with one comment. No code changes or pull requests during this period.\", \"2025-05-13T22:04:04.044Z\"]\n[\"S4L7_week_2025-01-19\", \"S4L7\", \"week\", \"2025-01-19\", \"S4L7: Reported a cloning error by creating issue #2593 (which has since been closed) and added one comment to an issue. No code contributions or PR activity this week.\", \"2025-05-13T22:04:05.198Z\"]\n[\"Sid31_week_2025-01-19\", \"Sid31\", \"week\", \"2025-01-19\", \"Sid31: Made a single commit this week that modified 2 files with minimal changes (+10/-10 lines). Activity was limited to just one day during this period.\", \"2025-05-13T22:04:05.747Z\"]\n[\"RaveenaBhasin_week_2025-01-19\", \"RaveenaBhasin\", \"week\", \"2025-01-19\", \"RaveenaBhasin: Made a significant contribution by merging PR #2590 \\\"feat: add router nitro plugin\\\" which added over 100k lines and removed nearly 11k lines across 1360 files. Created issue #2561 \\\"Add Router Nitro Agent\\\" which was subsequently closed. Active on only 2 days this week, with work split between feature development (43%) and other tasks (57%), primarily modifying code (50%) and configuration files (31%).\", \"2025-05-13T22:04:05.908Z\"]\n[\"ShreyGanatra_week_2025-01-19\", \"ShreyGanatra\", \"week\", \"2025-01-19\", \"ShreyGanatra: Created issue #2700 regarding an error in fetching tweets in the client-twitter component, which has since been closed. No other activity was observed during this period.\", \"2025-05-13T22:04:05.926Z\"]\n[\"Sleepyhead01_week_2025-01-19\", \"Sleepyhead01\", \"week\", \"2025-01-19\", \"Sleepyhead01: Created issue #2776 regarding a Twitter user tracker query, which has since been closed. No other activity was observed during this period.\", \"2025-05-13T22:04:06.729Z\"]\n[\"Swernado_week_2025-01-19\", \"Swernado\", \"week\", \"2025-01-19\", \"Swernado: Created issue #2680 regarding \\\"Potential for Unethical Use on Social Media Platforms,\\\" which has since been closed.\", \"2025-05-13T22:04:07.272Z\"]\n[\"VictorCyprien_week_2025-01-19\", \"VictorCyprien\", \"week\", \"2025-01-19\", \"VictorCyprien: Has one open pull request (#2708 \\\"Develop\\\") but no merged PRs or other activity this period.\", \"2025-05-13T22:04:08.382Z\"]\n[\"RatakondalaArun_week_2025-01-19\", \"RatakondalaArun\", \"week\", \"2025-01-19\", \"RatakondalaArun: Created issue #2603 requesting support for receiving Telegram messages, which has since been closed. No other activity this week.\", \"2025-05-13T22:04:09.112Z\"]\n[\"VolodymyrBg_week_2025-01-19\", \"VolodymyrBg\", \"week\", \"2025-01-19\", \"VolodymyrBg: Implemented a runProcess function in the test library through PR #2672, adding 30 lines and removing 3 lines of code. This was their only contribution during the period, focused entirely on test functionality.\", \"2025-05-13T22:04:09.694Z\"]\n[\"WNUMIK_week_2025-01-19\", \"WNUMIK\", \"week\", \"2025-01-19\", \"WNUMIK: Created issue #2606 \\\"Posts\\\" which has since been closed. No other activity this week.\", \"2025-05-13T22:04:09.863Z\"]\n[\"Xayaan_week_2025-01-19\", \"Xayaan\", \"week\", \"2025-01-19\", \"Xayaan: Created issue #2563 regarding a bot response problem, which has since been closed. No other development activity was observed during this period.\", \"2025-05-13T22:04:10.857Z\"]\n[\"Ywmet_week_2025-01-19\", \"Ywmet\", \"week\", \"2025-01-19\", \"Ywmet: Currently has two open pull requests related to Merlin functionality: #2583 \\\"Merlin plugin support\\\" and #2579 \\\"Merlin dev\\\", though neither has been merged yet. No other GitHub activity was recorded during this period.\", \"2025-05-13T22:04:11.873Z\"]\n[\"YoungPhlo_week_2025-01-19\", \"YoungPhlo\", \"week\", \"2025-01-19\", \"YoungPhlo: Contributed documentation this week by merging PR #2558 which added \\\"What Did You Get Done This Week? #10\\\" notes (+107/-0 lines). Also provided one code review with comments and made additional documentation changes across 3 files (+246/-32 lines total). Active on 2 days this week, with documentation work representing 100% of their contributions.\", \"2025-05-13T22:04:12.406Z\"]\n[\"Suryansh-23_week_2025-01-19\", \"Suryansh-23\", \"week\", \"2025-01-19\", \"Suryansh-23: Opened one PR (#2536 \\\"tmp\\\") that remains under review, making moderate code changes across 14 files (+1177/-1229 lines) with a balanced focus across feature work, bugfix work, and other tasks. Activity was limited to 2 days this week, with contributions primarily involving code (63%) and configuration files (31%).\", \"2025-05-13T22:04:12.891Z\"]\n[\"actions-user_week_2025-01-19\", \"actions-user\", \"week\", \"2025-01-19\", \"actions-user: Made substantial code changes with 18 commits modifying 1763 files (+111,671/-11,218 lines) in a single day of activity. No PRs, issues, or reviews were submitted during this period.\", \"2025-05-13T22:04:13.021Z\"]\n[\"TheRealShreyash_week_2025-01-19\", \"TheRealShreyash\", \"week\", \"2025-01-19\", \"TheRealShreyash: Created issue #2658 requesting support for DeepSeek API, which has since been closed. Contributed to discussions by commenting on 2 existing issues. No code changes or pull requests during this period.\", \"2025-05-13T22:04:13.101Z\"]\n[\"aiqubits_week_2025-01-19\", \"aiqubits\", \"week\", \"2025-01-19\", \"aiqubits: Created issue #2609 requesting a MINA plugin feature, which has since been closed.\", \"2025-05-13T22:04:14.318Z\"]\n[\"adventuresinai_week_2025-01-19\", \"adventuresinai\", \"week\", \"2025-01-19\", \"adventuresinai: Merged one PR (#2525) that fixed chunk and overlap functionality in the RAG system, with substantial code changes (+129,049/-7,335 lines). Also opened two related PRs (#2527, #2528) to update ragknowledge.ts, showing focused work on the RAG implementation. Activity was concentrated on a single day this week, with all contributions targeting code files.\", \"2025-05-13T22:04:14.884Z\"]\n[\"ajkraus04_week_2025-01-19\", \"ajkraus04\", \"week\", \"2025-01-19\", \"ajkraus04: Merged a single PR (#2755) focused on fixing the TON plugin, which involved substantial code changes (+7035/-1106 lines) across 7 files. The contribution pattern shows occasional activity, being active on 2 out of 7 days this week, with work primarily split between other tasks (50%), feature development (25%), and testing (25%).\", \"2025-05-13T22:04:15.884Z\"]\n[\"ai16z-demirix_week_2025-01-19\", \"ai16z-demirix\", \"week\", \"2025-01-19\", \"ai16z-demirix: Focused intensively on test infrastructure and coverage across multiple packages, merging 6 substantial PRs that added over 67,000 lines of test code while removing 12,000 lines. Notable contributions include massive test additions for plugin-abstract (#2621: +115,859/-8,935 lines) and client-eliza-home (#2719: +15,284/-3,251 lines), with all work stemming from 9 self-created issues that were systematically addressed and closed. Maintained consistent daily activity throughout the week, demonstrating a methodical approach to improving test coverage across the codebase.\", \"2025-05-13T22:04:16.179Z\"]\n[\"astinz_week_2025-01-19\", \"astinz\", \"week\", \"2025-01-19\", \"astinz: Made a single substantial commit modifying 1186 files with significant additions (+69,691 lines) and some deletions (-8,837 lines). This appears to be a major code change or possibly a large import/initialization, occurring on just one day during the period.\", \"2025-05-13T22:04:17.362Z\"]\n[\"antman1p_week_2025-01-19\", \"antman1p\", \"week\", \"2025-01-19\", \"antman1p: Merged a significant PR (#2714) that fixed version conflicts in the @ai-sdk/provider, modifying over 1,000 files with +19,424/-8,287 lines of code changes. Contributed across 3 days this week, primarily focusing on configuration files, with some additional engagement through comments on both PRs and issues.\", \"2025-05-13T22:04:17.404Z\"]\n[\"avaer_week_2025-01-19\", \"avaer\", \"week\", \"2025-01-19\", \"avaer: Made a single commit with moderate code changes (+303/-299 lines) on one day this week, suggesting a focused refactoring or update to existing code rather than new feature development.\", \"2025-05-13T22:04:18.700Z\"]\n[\"augchan42_week_2025-01-19\", \"augchan42\", \"week\", \"2025-01-19\", \"augchan42: Fixed three bugs this week, addressing issues with ragKnowledge's scoped ID checking (PR #2690, +58k/-2.3k lines) and debug logging functionality (PRs #2685 and #2670). Created three corresponding issues (#2689, #2684, #2667) that were subsequently closed through the merged PRs, showing a focused effort on resolving specific technical problems.\", \"2025-05-13T22:04:18.745Z\"]\n[\"awinya-ai_week_2025-01-19\", \"awinya-ai\", \"week\", \"2025-01-19\", \"awinya-ai: Created issue #2613 regarding an agent startup error, which has since been closed. No other activity this week.\", \"2025-05-13T22:04:19.054Z\"]\n[\"azep-ninja_week_2025-01-19\", \"azep-ninja\", \"week\", \"2025-01-19\", \"azep-ninja: Made code changes across 5 files (+492/-249 lines) through 4 commits, with a primary focus on bug fixes (75% of work). Maintained moderate consistency with activity on 3 days of the week.\", \"2025-05-13T22:04:19.646Z\"]\n[\"alex1092_week_2025-01-19\", \"alex1092\", \"week\", \"2025-01-19\", \"alex1092: Contributed to environment configuration by merging PR #2736 \\\"chore: adds hyperliquid env variables to env example\\\" (+4844/-120 lines) with one comment on the PR. Active on a single day this week with modest code changes (+5/-1 lines) focused on environment variable setup.\", \"2025-05-13T22:04:20.377Z\"]\n[\"baizele_week_2025-01-19\", \"baizele\", \"week\", \"2025-01-19\", \"baizele: Made one commit modifying 6 files with a net addition of 70 lines (72 added, 2 removed), focused entirely on feature work.\", \"2025-05-13T22:04:20.701Z\"]\n[\"batudo_week_2025-01-19\", \"batudo\", \"week\", \"2025-01-19\", \"batudo: Merged PR #2616 \\\"chore: allow custom TEE log path\\\" with modest code changes (+6/-2 lines) across 3 files. Made 2 PR comments and was active on 2 days this week, splitting focus evenly between bugfix work and other tasks.\", \"2025-05-13T22:04:21.386Z\"]\n[\"bealers_week_2025-01-19\", \"bealers\", \"week\", \"2025-01-19\", \"bealers: Made documentation improvements through PR #2698 (+128/-140 lines), focusing on aesthetic fixes for bullets and numbering. This single contribution represents a moderate-sized documentation update that was merged within an hour.\", \"2025-05-13T22:04:22.062Z\"]\n[\"bharathbabu-moralis_week_2025-01-19\", \"bharathbabu-moralis\", \"week\", \"2025-01-19\", \"bharathbabu-moralis: Merged a significant feature PR #2764 \\\"feat: add moralis plugin\\\" that added over 204k lines while removing nearly 18k lines, modifying 1422 files across 7 commits. The contribution was substantial in scale, focusing primarily on feature work (71%) with changes predominantly to code (65%) and configuration files (19%), completed over just 2 active days.\", \"2025-05-13T22:04:23.606Z\"]\n[\"bodhi-crypo_week_2025-01-19\", \"bodhi-crypo\", \"week\", \"2025-01-19\", \"bodhi-crypo: Made a small bugfix contribution by merging PR #2668 to fix the sentientAI description in the depin plugin, with minimal code changes (+1/-1 lines). Active on 2 days this week with 3 commits across 3 files, all focused on bugfix work.\", \"2025-05-13T22:04:24.032Z\"]\n[\"boohyunsik_week_2025-01-19\", \"boohyunsik\", \"week\", \"2025-01-19\", \"boohyunsik: Made a single substantial code contribution this week, modifying 14 files with 449 additions and 69 deletions. Activity was limited to just one day during this period, with all changes appearing to be feature-related work across various file types.\", \"2025-05-13T22:04:24.343Z\"]\n[\"baltermia_week_2025-01-19\", \"baltermia\", \"week\", \"2025-01-19\", \"baltermia: Reported issue #2624 about installation problems with the `@elizaos/agent` package, which has since been closed. Participated in discussions by commenting on 2 issues. Activity was sporadic with no code contributions during this period.\", \"2025-05-13T22:04:25.887Z\"]\n[\"byron-the-bulb_week_2025-01-19\", \"byron-the-bulb\", \"week\", \"2025-01-19\", \"byron-the-bulb: Reported one issue (#2623) about being unable to start the application due to problems downloading the fast-bge-small-en-v1.5 model, which has since been closed.\", \"2025-05-13T22:04:26.238Z\"]\n[\"brandon1525_week_2025-01-19\", \"brandon1525\", \"week\", \"2025-01-19\", \"brandon1525: Merged a significant PR #2564 implementing basic Alexa skill notification functionality, adding over 136k lines and removing 15k lines across 682 files. The contribution involved substantial configuration changes (38% of modifications) and code work (31%), with activity spread across 3 days this week.\", \"2025-05-13T22:04:26.276Z\"]\n[\"brkagithub_week_2025-01-19\", \"brkagithub\", \"week\", \"2025-01-19\", \"brkagithub: Made substantial code changes with 2 commits modifying 1129 files (+37968/-6594 lines) and added 2 PR comments. Activity was limited to a single day this week, with the changes spanning various file types.\", \"2025-05-13T22:04:26.742Z\"]\n[\"benliang99_week_2025-01-19\", \"benliang99\", \"week\", \"2025-01-19\", \"benliang99: Merged a significant PR #2682 introducing a new Bittensor Bitmind API for Eliza, adding over 109k lines of code. Made substantial code changes across 24 files (+2109/-1496 lines) with a primary focus on other work (83%) and refactoring (17%). Activity was sporadic, concentrated on a single day during this period.\", \"2025-05-13T22:04:27.998Z\"]\n[\"calintje_week_2025-01-19\", \"calintje\", \"week\", \"2025-01-19\", \"calintje: Made substantial code changes across 3267 files (+326940/-62233 lines) with 11 commits, primarily focused on other work (64%) and bug fixes (27%). Left one PR comment while being active on 2 days this week.\", \"2025-05-13T22:04:28.029Z\"]\n[\"caterpillarC15_week_2025-01-19\", \"caterpillarC15\", \"week\", \"2025-01-19\", \"caterpillarC15: Opened one PR (#2639 \\\"Feature/character switch script\\\") that remains under review, adding 59 lines across 2 files with a focus on configuration work. Created and closed issue #2592 regarding character switching functionality, which appears related to their PR work. Activity was limited to a single day this week, suggesting focused work on this specific feature implementation.\", \"2025-05-13T22:04:29.798Z\"]\n[\"ccross2_week_2025-01-19\", \"ccross2\", \"week\", \"2025-01-19\", \"ccross2: Merged a significant PR (#2687) that added the Edriziai Startup Mentor AI Assistant, contributing over 82,000 lines of code with substantial documentation changes (73% of modifications). The contribution modified 20 files in total, with activity concentrated on a single day this week.\", \"2025-05-13T22:04:30.581Z\"]\n[\"ccross22_week_2025-01-19\", \"ccross22\", \"week\", \"2025-01-19\", \"ccross22: Made significant code additions with 2 commits modifying 12 files (+1516/-1 lines) in a single day of activity. The work appears to be focused on feature development, with substantial new code being added across various file types.\", \"2025-05-13T22:04:31.255Z\"]\n[\"chuasonglin1995_week_2025-01-19\", \"chuasonglin1995\", \"week\", \"2025-01-19\", \"chuasonglin1995: Made substantial code changes across 994 files (+13,425/-6,191 lines) in 18 commits over 3 days this week. Provided 4 review comments on PRs, focusing primarily on other work (83% of activity). No PRs were opened or merged during this period.\", \"2025-05-13T22:04:33.067Z\"]\n[\"chzyer_week_2025-01-19\", \"chzyer\", \"week\", \"2025-01-19\", \"chzyer: Made a single commit this week, adding 22 lines across one file in a bug fix-related change. Activity was sporadic, with contributions on only one day during this period.\", \"2025-05-13T22:04:33.447Z\"]\n[\"carlos-cne_week_2025-01-19\", \"carlos-cne\", \"week\", \"2025-01-19\", \"carlos-cne: Working on a Roblox plugin with one open PR (#2539) that shows significant code changes (+2812/-917 lines across 55 files). Made 3 commits on a single day this week, with changes primarily focused on configuration (40%) and code files (30%).\", \"2025-05-13T22:04:33.490Z\"]\n[\"carlopimpdaddy_week_2025-01-19\", \"carlopimpdaddy\", \"week\", \"2025-01-19\", \"carlopimpdaddy: Made significant code changes across 16 files (+901/-1344 lines) in 15 commits, focusing on various file types. Activity was limited to a single day during this period.\", \"2025-05-13T22:04:33.601Z\"]\n[\"croal99_week_2025-01-19\", \"croal99\", \"week\", \"2025-01-19\", \"croal99: Opened one pull request (#2749) focused on supporting Chinese input, making minor code changes (+4/-4 lines) across a single file. Activity was limited to just one day this week.\", \"2025-05-13T22:04:35.379Z\"]\n[\"code-with-shahzad_week_2025-01-19\", \"code-with-shahzad\", \"week\", \"2025-01-19\", \"code-with-shahzad: Created two issues (#2738 and #2739) related to \\\"read ECONNRESET\\\" problems, both of which were subsequently closed. Contributed to discussions by commenting on three existing issues, showing sporadic activity focused on connection-related problems.\", \"2025-05-13T22:04:35.410Z\"]\n[\"conache_week_2025-01-19\", \"conache\", \"week\", \"2025-01-19\", \"conache: Updated the Allora Plugin by merging PR #2707 which integrated the latest allora-sdk version, modifying 23 files with +1240/-134 lines of code and configuration changes. This was their only contribution during the period, representing a focused effort to keep the plugin up-to-date with the latest SDK capabilities.\", \"2025-05-13T22:04:35.786Z\"]\n[\"cuongnguyenthai_week_2025-01-19\", \"cuongnguyenthai\", \"week\", \"2025-01-19\", \"cuongnguyenthai: Merged a significant feature PR #2596 adding the Holdstation swap plugin, contributing +1387/-101 lines across 20 files. Made 4 comments on PRs while focusing exclusively on feature development, with code and configuration files comprising the majority of changes.\", \"2025-05-13T22:04:36.144Z\"]\n[\"christopherpile_week_2025-01-19\", \"christopherpile\", \"week\", \"2025-01-19\", \"christopherpile: Made substantial code changes with 2 commits modifying 1,673 files (+164,814/-12,523 lines) across various file types. Active on 2 days this week with a focus on large-scale modifications, suggesting a major update, refactoring, or possibly an initial project setup.\", \"2025-05-13T22:04:37.034Z\"]\n[\"cuongnt-holdstation_week_2025-01-19\", \"cuongnt-holdstation\", \"week\", \"2025-01-19\", \"cuongnt-holdstation: Made significant code changes with 2 commits modifying 40 files (+1506/-1 lines) across various file types. Activity was limited to 2 days this week, with all contributions focused on feature work.\", \"2025-05-13T22:04:37.230Z\"]\n[\"dev-holdstation_week_2025-01-19\", \"dev-holdstation\", \"week\", \"2025-01-19\", \"dev-holdstation: Successfully merged PR #2741 \\\"feat(plugin-holdstation): add plugin holdstation swap\\\" with substantial code changes (+4829/-122 lines) across 21 files. Focused primarily on feature development work, with contributions concentrated on a single day this week.\", \"2025-05-13T22:04:37.813Z\"]\n[\"devin-ai-integration_week_2025-01-19\", \"devin-ai-integration\", \"week\", \"2025-01-19\", \"devin-ai-integration: Merged 6 PRs this week, with significant contributions including a client-agnostic Devin plugin implementation (#2549, +2210/-817 lines) and improved integration tests workflow with enhanced caching (#2589, +5708/-1635 lines). Currently has 5 open PRs in progress, including a TRON blockchain integration and documentation improvements, while maintaining active engagement through 13 PR comments.\", \"2025-05-13T22:04:38.486Z\"]\n[\"devin-ai-integration[bot]_week_2025-01-19\", \"devin-ai-integration[bot]\", \"week\", \"2025-01-19\", \"devin-ai-integration[bot]: Made substantial code changes across 135 files (+4243/-1687 lines) through 54 commits, with a primary focus on feature work (48%) and bugfixes (17%). Active on 3 days this week, demonstrating a moderately consistent work pattern while balancing feature development, bugfixes, and refactoring efforts.\", \"2025-05-13T22:04:38.873Z\"]\n[\"digitalsimboja_week_2025-01-19\", \"digitalsimboja\", \"week\", \"2025-01-19\", \"digitalsimboja: Has one open pull request (#2655 \\\"Agent\\\") but no merged PRs or other activity this week.\", \"2025-05-13T22:04:39.067Z\"]\n[\"dezcalimese_week_2025-01-19\", \"dezcalimese\", \"week\", \"2025-01-19\", \"dezcalimese: Merged a substantial PR #2703 adding a lit plugin (+99620/-8566 lines) and opened PR #2706 for a new shogun SDK plugin. Modified 82 files across 6 commits with a primary focus on other work (67%) and feature work (33%), showing moderately consistent activity on 4 days this week.\", \"2025-05-13T22:04:39.768Z\"]\n[\"dtbuchholz_week_2025-01-19\", \"dtbuchholz\", \"week\", \"2025-01-19\", \"dtbuchholz: Created and closed issue #2174 requesting support for custom S3 endpoints in the plugin-node component. Made a single commit modifying 2 files (+34/-15 lines) during one active day this week.\", \"2025-05-13T22:04:40.578Z\"]\n[\"dxganta_week_2025-01-19\", \"dxganta\", \"week\", \"2025-01-19\", \"dxganta: Reported and closed issue #2661 regarding an error in the EVM plugin's swap handler. Made modest code changes across 3 files (+232/-7 lines) in 2 commits, with activity concentrated on a single day this week.\", \"2025-05-13T22:04:41.220Z\"]\n[\"eltociear_week_2025-01-19\", \"eltociear\", \"week\", \"2025-01-19\", \"eltociear: Added Japanese documentation by creating and merging PR #2515 \\\"docs: add docs/README_JA.md\\\" (+5148/-1188 lines). This documentation contribution represents their only activity this week, focused entirely on improving project accessibility for Japanese users.\", \"2025-05-13T22:04:41.767Z\"]\n[\"fifahuihua_week_2025-01-19\", \"fifahuihua\", \"week\", \"2025-01-19\", \"fifahuihua: Made substantial code changes across 27 files (+1398/-312 lines) through 7 commits, with activity spread across 3 days this week. Work was primarily focused on feature development (57%) and bug fixes (29%), showing moderately consistent contribution patterns.\", \"2025-05-13T22:04:42.710Z\"]\n[\"fricoben_week_2025-01-19\", \"fricoben\", \"week\", \"2025-01-19\", \"fricoben: Created issue #2697 \\\"Create an hardcoded response in an action\\\" which has since been closed. No other activity this week.\", \"2025-05-13T22:04:42.922Z\"]\n[\"futreall_week_2025-01-19\", \"futreall\", \"week\", \"2025-01-19\", \"futreall: Opened one pull request (#2713) titled \\\"error 2025-01-07.md\\\" with minimal code changes (+1/-1 lines) to documentation files. Activity was limited to a single day during this period.\", \"2025-05-13T22:04:44.260Z\"]\n[\"gauthking_week_2025-01-19\", \"gauthking\", \"week\", \"2025-01-19\", \"gauthking: Reported issue #2557 about a non-responsive telegram client, which was subsequently closed. Participated in discussions by commenting on 3 different issues. No code contributions or pull requests during this period.\", \"2025-05-13T22:04:44.795Z\"]\n[\"docxology_week_2025-01-19\", \"docxology\", \"week\", \"2025-01-19\", \"docxology: Opened a significant pull request (#2625) to add an Active Inference module to ElizaOS, with substantial code changes across 47 files (+4477/-100 lines). Activity was limited to a single day this week, with the work primarily focused on code (42%) and configuration files (15%).\", \"2025-05-13T22:04:45.104Z\"]\n[\"georgesheth_week_2025-01-19\", \"georgesheth\", \"week\", \"2025-01-19\", \"georgesheth: Made a single commit this week, modifying one file with 20 additions and 15 deletions. Activity was limited to just one day during this period.\", \"2025-05-13T22:04:46.078Z\"]\n[\"ebaizel_week_2025-01-19\", \"ebaizel\", \"week\", \"2025-01-19\", \"ebaizel: Successfully added Amazon Bedrock as a new LLM provider through PR #2769 (+197784/-13207 lines), which was merged after being proposed in issue #2753. This significant contribution expands the platform's AI capabilities by integrating with Amazon's foundation model service.\", \"2025-05-13T22:04:46.469Z\"]\n[\"github-advanced-security_week_2025-01-19\", \"github-advanced-security\", \"week\", \"2025-01-19\", \"github-advanced-security: Provided 5 review comments on pull requests this week, with sporadic activity during the period. No other contributions were made, with no merged PRs, no code changes, and no issue activity.\", \"2025-05-13T22:04:47.107Z\"]\n[\"gluneau_week_2025-01-19\", \"gluneau\", \"week\", \"2025-01-19\", \"gluneau: Made a single substantial commit modifying 1005 files with significant code changes (+19470/-6564 lines). No PRs, issues, or reviews were created or participated in during this period.\", \"2025-05-13T22:04:47.489Z\"]\n[\"gregslag_week_2025-01-19\", \"gregslag\", \"week\", \"2025-01-19\", \"gregslag: Opened PR #2615 \\\"Feat/translation service\\\" with significant code changes (+804/-196 lines) across 12 files. Active on only one day this week, with contributions split between feature development (67%) and documentation work (33%).\", \"2025-05-13T22:04:48.191Z\"]\n[\"guspan-tanadi_week_2025-01-19\", \"guspan-tanadi\", \"week\", \"2025-01-19\", \"guspan-tanadi: Merged one PR (#2724) focused on documentation work, adding source example links to core evaluators with significant changes (+6818/-976 lines). Active on just one day this week with a single commit modifying documentation files.\", \"2025-05-13T22:04:48.882Z\"]\n[\"genialtechie_week_2025-01-19\", \"genialtechie\", \"week\", \"2025-01-19\", \"genialtechie: Created issue #2721 regarding incorrect workspace dependencies in the @elizaos/plugin-tee-log package, which has since been closed. No other activity was observed during this period.\", \"2025-05-13T22:04:49.529Z\"]\n[\"havardman6000_week_2025-01-19\", \"havardman6000\", \"week\", \"2025-01-19\", \"havardman6000: Created issue #2591 regarding installation problems with the Irys Plugin, which has since been closed. Added one comment on an issue during the period, showing sporadic activity.\", \"2025-05-13T22:04:49.565Z\"]\n[\"holiccoder_week_2025-01-19\", \"holiccoder\", \"week\", \"2025-01-19\", \"holiccoder: Created 3 issues (#2540, #2734, #2587) related to chat client connection problems and AI model configurations, all of which have been closed. Contributed to discussions by commenting on 4 issues, showing engagement with the project despite not making code changes. Activity was sporadic with no consistent daily pattern.\", \"2025-05-13T22:04:50.099Z\"]\n[\"humanagent_week_2025-01-19\", \"humanagent\", \"week\", \"2025-01-19\", \"humanagent: Merged a significant PR #2786 \\\"feat: XMTP Client\\\" that added over 228k lines and removed 13k lines of code. Modified 11 files (+477/-67 lines) with a focus on feature work, primarily touching configuration (40%) and code (30%) files.\", \"2025-05-13T22:04:50.571Z\"]\n[\"ileana-pr_week_2025-01-19\", \"ileana-pr\", \"week\", \"2025-01-19\", \"ileana-pr: Made substantial code changes across 1687 files (+190,212/-13,228 lines) in 3 commits, with activity on 2 days this week. Left 1 comment on a pull request during this period of focused development work.\", \"2025-05-13T22:04:51.366Z\"]\n[\"illink7_week_2025-01-19\", \"illink7\", \"week\", \"2025-01-19\", \"illink7: Created issue #2530 regarding a startup error with the ElizaOS agent package, which was subsequently closed. Engaged in discussions on 4 different issues, providing feedback or assistance. No code contributions or pull requests during this period.\", \"2025-05-13T22:04:51.843Z\"]\n[\"iteyelmp_week_2025-01-19\", \"iteyelmp\", \"week\", \"2025-01-19\", \"iteyelmp: Successfully merged PR #2737 \\\"feat: Add plugin-ethstorage\\\" (+851/-3 lines) after working on this feature across multiple PRs (#2692, #2647). Maintained consistent activity across 5 days, modifying 62 files with substantial code additions (+3344/-652 lines) focused primarily on new features (67%) and bug fixes (33%).\", \"2025-05-13T22:04:52.514Z\"]\n[\"jacobwaxman11_week_2025-01-19\", \"jacobwaxman11\", \"week\", \"2025-01-19\", \"jacobwaxman11: Opened one pull request (#2535 \\\"Templates\\\") with significant code changes (+418/-80 lines) across 4 files. The contribution was focused on code (58%) and configuration (22%) changes, with activity limited to a single day this week.\", \"2025-05-13T22:04:52.637Z\"]\n[\"jazzvaz_week_2025-01-19\", \"jazzvaz\", \"week\", \"2025-01-19\", \"jazzvaz: Merged a single PR (#2597) that added 'node-compile-cache' to '.gitignore', making substantial code changes across 70 files (+6244/-1620 lines). Activity was limited to a single day this week, with the work split between feature development (67%) and bug fixes (33%).\", \"2025-05-13T22:04:53.006Z\"]\n[\"jgarrettvml_week_2025-01-19\", \"jgarrettvml\", \"week\", \"2025-01-19\", \"jgarrettvml: Reported one issue (#2648) about network access problems, which has since been closed. Participated in discussions by commenting on three different issues. No code contributions or pull requests during this period.\", \"2025-05-13T22:04:53.386Z\"]\n[\"jimtracy1007_week_2025-01-19\", \"jimtracy1007\", \"week\", \"2025-01-19\", \"jimtracy1007: Made substantial code changes with 3 commits modifying 1,237 files (+90,704/-6,481 lines), primarily focused on other work (67%) and bug fixes (33%). Added 2 comments on pull requests during their single day of activity this period.\", \"2025-05-13T22:04:54.007Z\"]\n[\"jobyid_week_2025-01-19\", \"jobyid\", \"week\", \"2025-01-19\", \"jobyid: Provided 4 review comments while working on code changes across 10 files (+672/-131 lines). Made 3 commits over 2 days, with a primary focus on bugfix work (67%).\", \"2025-05-13T22:04:55.030Z\"]\n[\"jmikedupont2_week_2025-01-19\", \"jmikedupont2\", \"week\", \"2025-01-19\", \"jmikedupont2: Opened one PR (#2664) focused on ARM64 FastEmbed support, adding 72 lines across one file. Actively engaged in discussions by commenting on 11 issues and 3 PRs, showing focused participation on a single day this week.\", \"2025-05-13T22:04:55.181Z\"]\n[\"jinbangyi_week_2025-01-19\", \"jinbangyi\", \"week\", \"2025-01-19\", \"jinbangyi: Merged a significant PR #2744 that added debug scripts and fixed transfer functionality in the ton-plugin, contributing +82,143/-5,465 lines of code. Made 3 commits across 12 files with a primary focus on feature work (67%) and bugfix work (33%), modifying code, documentation, and configuration files. Contributed 2 comments on pull requests during their single day of activity this week.\", \"2025-05-13T22:04:55.510Z\"]\n[\"jonathangus_week_2025-01-19\", \"jonathangus\", \"week\", \"2025-01-19\", \"jonathangus: Merged a substantial PR #2531 \\\"Add more actions to Abstract Plugin\\\" that modified 131 files with +6565/-2892 lines of code. Active on just 2 days this week, focusing entirely on this feature enhancement which primarily involved code changes (80%) with some configuration updates (20%).\", \"2025-05-13T22:04:55.839Z\"]\n[\"jteso_week_2025-01-19\", \"jteso\", \"week\", \"2025-01-19\", \"jteso: Merged a substantial PR #2645 adding email-plugin functionality with significant code changes (+122366/-12110 lines across 1412 files). Currently has an open PR #2642 for adding EmailClient for Eliza, related to issue #2641 which they created and has since been closed. Activity was concentrated on a single day this week, primarily focused on feature development work (67%) with changes distributed across code (47%) and configuration files (31%).\", \"2025-05-13T22:04:57.015Z\"]\n[\"junkwarrior87_week_2025-01-19\", \"junkwarrior87\", \"week\", \"2025-01-19\", \"junkwarrior87: Made a single commit this week, modifying 11 files with 421 lines added and none removed. The contribution was focused entirely on bugfix work, with activity on just one day during this period.\", \"2025-05-13T22:04:57.483Z\"]\n[\"juanc07_week_2025-01-19\", \"juanc07\", \"week\", \"2025-01-19\", \"juanc07: Merged a significant bugfix PR #2782 addressing DTS error mismatches in the LanguageModelV1interface/Version (+227,319/-18,495 lines). Made substantial configuration changes across 4 files (+5,919/-3,653 lines) in a single commit. Active on only one day this week with a focused effort on resolving this specific bug.\", \"2025-05-13T22:04:57.954Z\"]\n[\"kenobijon_week_2025-01-19\", \"kenobijon\", \"week\", \"2025-01-19\", \"kenobijon: Provided one code review with comments this week. Made modest code changes across 2 files (+338/-341 lines) in 2 commits, with activity on just one day this period.\", \"2025-05-13T22:04:58.284Z\"]\n[\"lawlcakez_week_2025-01-19\", \"lawlcakez\", \"week\", \"2025-01-19\", \"lawlcakez: Created issue #2750 \\\"Twitter Proxy Issue\\\" which has since been closed.\", \"2025-05-13T22:04:59.982Z\"]\n[\"krustevalexander_week_2025-01-19\", \"krustevalexander\", \"week\", \"2025-01-19\", \"krustevalexander: Merged a significant PR #2711 adding a new Imgflip plugin for generating memes, contributing +1070/-445 lines across 18 files. The contribution primarily focused on configuration (38%) and code (31%) changes, with activity concentrated on just 2 days this week.\", \"2025-05-13T22:05:00.472Z\"]\n[\"lalalune_week_2025-01-19\", \"lalalune\", \"week\", \"2025-01-19\", \"lalalune: Merged one PR (#2604) that fixed an issue with quote escaping in JSON generation, modifying 2 files with +47/-41 lines of code. Activity was limited to a single day this week.\", \"2025-05-13T22:05:00.659Z\"]\n[\"leejw51crypto_week_2025-01-19\", \"leejw51crypto\", \"week\", \"2025-01-19\", \"leejw51crypto: Merged a significant feature PR #2585 \\\"Add Cronos Evm\\\" that added over 8,600 lines and removed 1,600 lines of code. Made 2 commits across 22 files (+2,008/-0 lines), with activity concentrated on 2 days of the week.\", \"2025-05-13T22:05:01.779Z\"]\n[\"lucasdutracoelho_week_2025-01-19\", \"lucasdutracoelho\", \"week\", \"2025-01-19\", \"lucasdutracoelho: Created issue #2652 regarding installation errors with @discordjs/opus binaries and commented on 4 issues. No code contributions or pull requests during this period.\", \"2025-05-13T22:05:02.679Z\"]\n[\"lispking_week_2025-01-19\", \"lispking\", \"week\", \"2025-01-19\", \"lispking: Merged a significant PR (#2702) adding support for Mina blockchain, with substantial code changes (+12550/-1875 lines) across 152 files. Active on 2 days this week, contributing 12 commits with a primary focus on other work (83%) and feature development (17%), modifying both code (50%) and configuration files (28%).\", \"2025-05-13T22:05:02.791Z\"]\n[\"klren0312_week_2025-01-19\", \"klren0312\", \"week\", \"2025-01-19\", \"klren0312: Fixed a critical issue by merging PR #2748 which removed problematic plugin-bootstrap messages that were causing errors, modifying 116 files with substantial changes (+10,339/-970 lines). Active on 2 days this week, focusing entirely on this significant bugfix effort.\", \"2025-05-13T22:05:02.951Z\"]\n[\"lincheoll_week_2025-01-19\", \"lincheoll\", \"week\", \"2025-01-19\", \"lincheoll: Merged 3 PRs this week, with significant contributions to Discord bot functionality in #2743 (+4836/-118 lines) and fixing critical bugs in the OpenAI plugin integration (#2650, #2560). Created and subsequently closed 4 issues related to their PR work, demonstrating a pattern of identifying problems and promptly implementing solutions, while maintaining moderate activity across 4 days of the week.\", \"2025-05-13T22:05:03.003Z\"]\n[\"lxcong_week_2025-01-19\", \"lxcong\", \"week\", \"2025-01-19\", \"lxcong: Opened a new feature PR (#2586) for a chainbase plugin for eliza, with substantial code changes across 1419 files (+93,585/-12,285 lines). Provided feedback on 3 PRs through review comments and added 1 additional PR comment. Active on 3 days this week, primarily working on code (45%) and configuration files (40%).\", \"2025-05-13T22:05:04.444Z\"]\n[\"medardm_week_2025-01-19\", \"medardm\", \"week\", \"2025-01-19\", \"medardm: Reported a bug in issue #2521 regarding the agent not replying to new target users' tweets. Engaged with the community by commenting on one issue.\", \"2025-05-13T22:05:04.733Z\"]\n[\"melynx_week_2025-01-19\", \"melynx\", \"week\", \"2025-01-19\", \"melynx: Provided one code review with comments this week, with no other activity observed.\", \"2025-05-13T22:05:04.756Z\"]\n[\"macnablocky_week_2025-01-19\", \"macnablocky\", \"week\", \"2025-01-19\", \"macnablocky: Opened one PR (#2605) focused on MongoDB adapter implementation, making substantial code changes with +2242/-628 lines across 11 files. The work involved significant new code development (52%) along with configuration changes (19%) and test implementation (16%), all concentrated on a single day of activity.\", \"2025-05-13T22:05:05.320Z\"]\n[\"metatxn_week_2025-01-19\", \"metatxn\", \"week\", \"2025-01-19\", \"metatxn: Created issue #2688 regarding duplicate API calls due to inefficient vector similarity searching, which has since been closed.\", \"2025-05-13T22:05:06.411Z\"]\n[\"metakai1_week_2025-01-19\", \"metakai1\", \"week\", \"2025-01-19\", \"metakai1: Created issue #2785 requesting INFO logging enhancement for successful RAG knowledge vector storage and retrieval. Engaged in discussions on two issues with comments, showing sporadic activity during this period.\", \"2025-05-13T22:05:06.572Z\"]\n[\"mihai169_week_2025-01-19\", \"mihai169\", \"week\", \"2025-01-19\", \"mihai169: Made 8 commits across 8 files (+188/-4 lines) on a single day this week, with 75% of effort focused on documentation work and 25% on feature development. No PRs, issues, or reviews were created during this period.\", \"2025-05-13T22:05:07.858Z\"]\n[\"mj850_week_2025-01-19\", \"mj850\", \"week\", \"2025-01-19\", \"mj850: Merged a significant PR #2720 adding the Sei Plugin (+132748/-66197 lines) after 20 hours of review time. Contributed 7 commits across 386 modified files, with a primary focus on other work (71%) and feature development (29%). Active on 3 days this week, working primarily with code (39%) and configuration files (33%).\", \"2025-05-13T22:05:09.128Z\"]\n[\"mateuszm-arianelabs_week_2025-01-19\", \"mateuszm-arianelabs\", \"week\", \"2025-01-19\", \"mateuszm-arianelabs: Made a single substantial code contribution this week, adding 260 lines and removing 2 lines across 2 files. Activity was limited to a single day during the period, with no PRs, issues, or reviews.\", \"2025-05-13T22:05:10.144Z\"]\n[\"mmarfinetz_week_2025-01-19\", \"mmarfinetz\", \"week\", \"2025-01-19\", \"mmarfinetz: Merged a significant PR (#2784) that added a new arbitrage plugin with example character, contributing over 121,000 lines of code while removing nearly 10,000 lines. This substantial contribution represents their only activity during this period.\", \"2025-05-13T22:05:11.401Z\"]\n[\"monilpat_week_2025-01-19\", \"monilpat\", \"week\", \"2025-01-19\", \"monilpat: Opened one PR (#2790) focused on commerce cleanup and plugin testing that remains under review. Created three issues (#1185, #1109, #1108) related to integration, examples, and refactoring, all of which have been closed. Provided two approving reviews of others' work.\", \"2025-05-13T22:05:11.564Z\"]\n[\"mosif16_week_2025-01-19\", \"mosif16\", \"week\", \"2025-01-19\", \"mosif16: Created issue #2565 \\\"Integrating searxng\\\" which was subsequently closed. No other activity this week.\", \"2025-05-13T22:05:11.792Z\"]\n[\"mgavrila_week_2025-01-19\", \"mgavrila\", \"week\", \"2025-01-19\", \"mgavrila: Merged a substantial PR #2651 adding swap functionality and improvements for the multiversx-plugin, which modified 729 files with over 101k lines added and nearly 7k lines removed. This significant contribution represents a major enhancement to the multiversx-plugin, with development spread across 4 days and resulting in 20 commits.\", \"2025-05-13T22:05:12.313Z\"]\n[\"mikirov_week_2025-01-19\", \"mikirov\", \"week\", \"2025-01-19\", \"mikirov: Created two issues this week (#2666 regarding conflicting headers in the speak endpoint and #2522 about Virtuals Terminal API integration), both of which are now closed. Commented on one issue but had no code contributions or PR activity during this period.\", \"2025-05-13T22:05:13.369Z\"]\n[\"nelohenriq_week_2025-01-19\", \"nelohenriq\", \"week\", \"2025-01-19\", \"nelohenriq: Reported two technical issues this week (#2633 regarding Vector Dimension errors with GAIANET and #2622 about connection problems with GROQ), both of which were subsequently closed. Participated in discussions by commenting on 3 issues, showing engagement with troubleshooting efforts despite no code contributions.\", \"2025-05-13T22:05:14.112Z\"]\n[\"netdragonx_week_2025-01-19\", \"netdragonx\", \"week\", \"2025-01-19\", \"netdragonx: Opened a significant PR (#2771) to add mail plugin functionality with IMAP and SMTP support, making substantial code changes across 1700 files (+196,553/-11,743 lines). Active on 3 days this week with 4 commits, primarily focusing on new feature development (75%) and bug fixes (25%).\", \"2025-05-13T22:05:14.227Z\"]\n[\"neuroscr_week_2025-01-19\", \"neuroscr\", \"week\", \"2025-01-19\", \"neuroscr: Made substantial code changes across 25 files (+8548/-5986 lines) over 25 commits, working on 2 days this week. Activity was primarily focused on other work (76%) with some feature development (16%), but no PRs were merged or opened.\", \"2025-05-13T22:05:15.059Z\"]\n[\"nnsW3_week_2025-01-19\", \"nnsW3\", \"week\", \"2025-01-19\", \"nnsW3: Made documentation improvements through PR #2669 \\\"chore(spelling-fixes): docs\\\" (+1159/-553 lines), which focused on spelling fixes across 4 documentation files. This was their only contribution during the period, representing a sporadic activity pattern with changes concentrated entirely on documentation.\", \"2025-05-13T22:05:16.526Z\"]\n[\"pgoos_week_2025-01-19\", \"pgoos\", \"week\", \"2025-01-19\", \"pgoos: Opened PR #2705 to fix hardcoded branch name when committing changes, with one comment on this PR.\", \"2025-05-13T22:05:18.181Z\"]\n[\"oxf71_week_2025-01-19\", \"oxf71\", \"week\", \"2025-01-19\", \"oxf71: Made substantial code changes across 1303 files (+57,643/-10,556 lines) through 7 commits, while also leaving 1 PR comment. Active on 3 days this week, with work primarily focused on other tasks (86%) and feature development (14%).\", \"2025-05-13T22:05:18.282Z\"]\n[\"odilitime_week_2025-01-19\", \"odilitime\", \"week\", \"2025-01-19\", \"odilitime: Completed a substantial code cleanup with PR #2580 \\\"chore: lint pass\\\" (+60851/-58797 lines) while maintaining consistent activity across 5 days. Performed 24 code reviews with 15 approvals, demonstrating significant review contributions alongside creating issue #1186 for database adapter functionality. Made extensive code modifications across 1613 files (+163k/-61k lines) with a primary focus on bug fixes (69% of work).\", \"2025-05-13T22:05:18.668Z\"]\n[\"neelkanani_week_2025-01-19\", \"neelkanani\", \"week\", \"2025-01-19\", \"neelkanani: Updated documentation by merging PR #2547 which enhanced the README file with prerequisites for telemetry enablement (+2185/-782 lines). Also provided one review with comments on another PR, focusing exclusively on documentation improvements during their single day of activity this week.\", \"2025-05-13T22:05:18.806Z\"]\n[\"pranav-singhal_week_2025-01-19\", \"pranav-singhal\", \"week\", \"2025-01-19\", \"pranav-singhal: Added the Zerion plugin through PR #2766 (+3233/-650 lines), which was merged after 6 hours of review. Modified 41 files across 2 commits, with the work primarily focused on feature development.\", \"2025-05-13T22:05:20.688Z\"]\n[\"prathamesh0_week_2025-01-19\", \"prathamesh0\", \"week\", \"2025-01-19\", \"prathamesh0: Opened PR #2640 to \\\"Add a Jack Sparrow character,\\\" modifying 3 files with 121 additions and 36 deletions. Activity was limited to a single day this week, with equal focus on feature work and tests.\", \"2025-05-13T22:05:20.708Z\"]\n[\"rattadan_week_2025-01-19\", \"rattadan\", \"week\", \"2025-01-19\", \"rattadan: Opened PR #2575 to add tag-teamed characters as education examples, modifying 12 files across documentation and configuration (+222/-115 lines). Active on 2 days this week, focusing on documentation and configuration changes.\", \"2025-05-13T22:05:21.048Z\"]\n[\"pythonberg1997_week_2025-01-19\", \"pythonberg1997\", \"week\", \"2025-01-19\", \"pythonberg1997: Made substantial code changes across 1294 files (+79955/-10098 lines) in 5 commits, while also providing 7 review comments on others' work. Active on 3 days this week, with efforts split between other work (60%) and bug fixes (40%).\", \"2025-05-13T22:05:21.597Z\"]\n[\"rferrari_week_2025-01-19\", \"rferrari\", \"week\", \"2025-01-19\", \"rferrari: Reported a vector dimension mismatch error when switching to gpt-4o-mini in issue #2577, which has since been closed. Engaged with the community by commenting on one issue.\", \"2025-05-13T22:05:22.658Z\"]\n[\"normand1_week_2025-01-19\", \"normand1\", \"week\", \"2025-01-19\", \"normand1: Focused on testing and CI improvements with 5 open PRs including test evaluation (#2637), investigating test failures (#2665), and Polkadot version overrides (#2671), contributing substantial code changes (+31,771/-6,768 lines) across 280 files. Actively reviewed 8 PRs (2 approvals, 1 change request) and identified integration test failures in CI (issue #2663), while maintaining a consistent work pattern across 3 days with primary focus on configuration (38%) and testing (37%).\", \"2025-05-13T22:05:22.841Z\"]\n[\"rezawr_week_2025-01-19\", \"rezawr\", \"week\", \"2025-01-19\", \"rezawr: Opened one pull request (#2541) titled \\\"feat: agent index code\\\" with modest code changes (+16/-10 lines) across a single file. Active on only one day this week with a single commit focused entirely on feature development.\", \"2025-05-13T22:05:23.021Z\"]\n[\"rogerjbos_week_2025-01-19\", \"rogerjbos\", \"week\", \"2025-01-19\", \"rogerjbos: Reported one issue (#2726) regarding chat window functionality on localhost, which has since been closed. No other activity this week.\", \"2025-05-13T22:05:23.111Z\"]\n[\"rrw-zilliqa_week_2025-01-19\", \"rrw-zilliqa\", \"week\", \"2025-01-19\", \"rrw-zilliqa: Provided one code review with comments this week, with no other activity observed.\", \"2025-05-13T22:05:23.290Z\"]\n[\"sicco-moonbeam_week_2025-01-19\", \"sicco-moonbeam\", \"week\", \"2025-01-19\", \"sicco-moonbeam: Created issue #2608 reporting a Windows WSL build error, which has since been closed. No other activity this week.\", \"2025-05-13T22:05:24.532Z\"]\n[\"shakkernerd_week_2025-01-19\", \"shakkernerd\", \"week\", \"2025-01-19\", \"shakkernerd: Made substantial code changes across 1984 files (+228,930/-17,639 lines) through 8 commits, with work distributed across feature development and bug fixes. Provided 11 code reviews (10 approvals) and added 4 PR comments, maintaining a consistent work pattern across 5 days this week.\", \"2025-05-13T22:05:25.301Z\"]\n[\"simsaidev_week_2025-01-19\", \"simsaidev\", \"week\", \"2025-01-19\", \"simsaidev: Merged a significant PR #2618 for the official SimsAI Release V1.0 (+19035/-4557 lines) while maintaining two open PRs related to the SimsAI release. Contributed 7 code reviews with comments and made substantial code changes across 75 files (+13584/-3307 lines), primarily focusing on new feature development (71%) and bug fixes (29%).\", \"2025-05-13T22:05:26.069Z\"]\n[\"skurzyp-arianelabs_week_2025-01-19\", \"skurzyp-arianelabs\", \"week\", \"2025-01-19\", \"skurzyp-arianelabs: Opened one PR (#2699) focused on \\\"CCS-14 provider\\\" implementation, making significant code changes across 16 files (+466/-24 lines) with configuration files representing nearly half of the modifications. Activity was limited to a single day this week, with the work primarily centered on feature development.\", \"2025-05-13T22:05:28.354Z\"]\n[\"sparkidea25_week_2025-01-19\", \"sparkidea25\", \"week\", \"2025-01-19\", \"sparkidea25: Reported one issue (#2729) regarding a missing npm package for \\\"@elizaos/plugin-rabbi-trader\\\", which has since been closed. No other activity was observed during this period.\", \"2025-05-13T22:05:28.410Z\"]\n[\"snobbee_week_2025-01-19\", \"snobbee\", \"week\", \"2025-01-19\", \"snobbee: Working on two open PRs: #2767 \\\"Feat/GitHub plugins unique rooms\\\" and #2752 \\\"Feat/GitHub client multi user support\\\", with significant code changes (+1115/-708 lines) across 3 files. Active on only one day this week, with contributions split between feature work and other tasks, including documentation (28%) and configuration (14%) changes.\", \"2025-05-13T22:05:29.248Z\"]\n[\"siphonelee_week_2025-01-19\", \"siphonelee\", \"week\", \"2025-01-19\", \"siphonelee: Merged PR #2654 fixing a typo bug in the conflux plugin, with modest code changes (+11505/-2116 lines).\", \"2025-05-13T22:05:29.673Z\"]\n[\"rubenmarcus_week_2025-01-19\", \"rubenmarcus\", \"week\", \"2025-01-19\", \"rubenmarcus: Opened PR #2532 to fix banner URLs in translation documentation, making changes across 36 documentation files (+39/-39 lines). Contributed 2 PR comments while working on this documentation bugfix, with activity concentrated on a single day this week.\", \"2025-05-13T22:05:29.875Z\"]\n[\"sudeepb02_week_2025-01-19\", \"sudeepb02\", \"week\", \"2025-01-19\", \"sudeepb02: Created issue #2747 requesting a feature for granular configuration of Twitter agent and commented on one issue. No code contributions or PR activity this week.\", \"2025-05-13T22:05:30.576Z\"]\n[\"stanislawkurzypBD_week_2025-01-19\", \"stanislawkurzypBD\", \"week\", \"2025-01-19\", \"stanislawkurzypBD: Merged a significant PR #2554 \\\"Cosmos Plugin - IBC swap action\\\" with massive code changes (+188121/-24749 lines) affecting 1471 files. Made 13 commits across 3 days, with work primarily focused on new features (62%) and bug fixes (31%), touching both code (64%) and test files (21%).\", \"2025-05-13T22:05:30.949Z\"]\n[\"suleigolden_week_2025-01-19\", \"suleigolden\", \"week\", \"2025-01-19\", \"suleigolden: Made substantial code changes with 3 commits modifying 1221 files (+121,890/-58,728 lines) across two active days this week. The contributions were primarily focused on feature work (67%) with some other work (33%), though no PRs were merged or opened during this period.\", \"2025-05-13T22:05:31.693Z\"]\n[\"tmarwen_week_2025-01-19\", \"tmarwen\", \"week\", \"2025-01-19\", \"tmarwen: Merged a significant feature PR #2728 \\\"feat(new-plugin): add Form chain plugin\\\" that added over 29,000 lines and removed 3,800+ lines across 34 files. This substantial contribution represents focused feature development work, primarily affecting code (70%) and configuration files (15%).\", \"2025-05-13T22:05:32.414Z\"]\n[\"tcm390_week_2025-01-19\", \"tcm390\", \"week\", \"2025-01-19\", \"tcm390: Extremely active contributor who merged 13 PRs this week, including a massive improvement to message parsing in #2772 (+29k/-1.7k lines) and significant work on Twitter parsing and X spaces functionality. Consistently active every day with 58 commits across 541 files, while also providing 11 code reviews and participating in 25 issue discussions. Demonstrated a balance between feature development and bug fixing, with particular focus on improving parsing functionality and fixing JSON-related issues.\", \"2025-05-13T22:05:33.076Z\"]\n[\"tomguluson92_week_2025-01-19\", \"tomguluson92\", \"week\", \"2025-01-19\", \"tomguluson92: Merged two significant PRs this week: #2562 adding three new languages to TTS (+2451/-284 lines) and #2517 adding the Eliza technical report/paper (+670/-55 lines). Contributed consistently across 4 days with 4 commits, evenly split between code and documentation work.\", \"2025-05-13T22:05:34.112Z\"]\n[\"twilwa_week_2025-01-19\", \"twilwa\", \"week\", \"2025-01-19\", \"twilwa: Merged two configuration-focused PRs this week: #2768 creating a Turbo config file (+3/-0 lines) and #2735 implementing a minimal workflow for ephemeral check resolution (+10/-0 lines). Additionally contributed one code review with approval, making targeted configuration changes across 17 files (+464/-2 lines) over 2 active days.\", \"2025-05-13T22:05:34.421Z\"]\n[\"veebull_week_2025-01-19\", \"veebull\", \"week\", \"2025-01-19\", \"veebull: Reported one issue (#2569) about incorrect OpenAI error messages on clean start, which has since been closed. Engaged in discussions on 7 different issues through comments. No code contributions or pull requests during this period.\", \"2025-05-13T22:05:34.595Z\"]\n[\"victoryanonymous_week_2025-01-19\", \"victoryanonymous\", \"week\", \"2025-01-19\", \"victoryanonymous: Made a single commit that removed 60,860 lines across one file, with activity on only one day this week.\", \"2025-05-13T22:05:35.465Z\"]\n[\"vinay-maggidi_week_2025-01-19\", \"vinay-maggidi\", \"week\", \"2025-01-19\", \"vinay-maggidi: Made substantial code changes with 4 commits modifying 41 files (+3700/-2 lines) across 2 days this week. No PRs, issues, or reviews were submitted during this period.\", \"2025-05-13T22:05:36.436Z\"]\n[\"visionpixel_week_2025-01-19\", \"visionpixel\", \"week\", \"2025-01-19\", \"visionpixel: Merged a single PR (#2518) that fixed the CoinGecko API configuration by updating the headerKey usage, with modest code changes (+193/-13 lines).\", \"2025-05-13T22:05:36.490Z\"]\n[\"vince0656_week_2025-01-19\", \"vince0656\", \"week\", \"2025-01-19\", \"vince0656: Created and closed issue #2674 for a Discourse plugin feature while making moderate code changes (+376/-24 lines) across 11 files. Contributed on 2 days this week with a mix of feature development (67%) and refactoring work (33%).\", \"2025-05-13T22:05:36.654Z\"]\n[\"tskoyo_week_2025-01-19\", \"tskoyo\", \"week\", \"2025-01-19\", \"tskoyo: Created issue #2722 requesting Deepseek support in the Eliza starter repository, which has since been closed.\", \"2025-05-13T22:05:37.477Z\"]\n[\"viv-cheung_week_2025-01-19\", \"viv-cheung\", \"week\", \"2025-01-19\", \"viv-cheung: Merged a significant PR #2644 \\\"Add more data when scrapping tweets\\\" that modified 21 files with +2591/-448 lines of code changes. Active on only one day this week, focusing on feature work and other improvements.\", \"2025-05-13T22:05:37.590Z\"]\n[\"weyj4_week_2025-01-19\", \"weyj4\", \"week\", \"2025-01-19\", \"weyj4: Reported a SQLite3 error on Macbook with M3 chip (issue #2636) which was subsequently closed. Added one comment on an issue during the period, with no other activity observed.\", \"2025-05-13T22:05:38.370Z\"]\n[\"worksgoodcompany_week_2025-01-19\", \"worksgoodcompany\", \"week\", \"2025-01-19\", \"worksgoodcompany: Merged a significant PR #2686 that improved handling of user IDs and memory storage in the Space component (+63175/-2370 lines). Identified and reported bug #2754 regarding image vision/description functionality in the Twitter client, which was subsequently closed. Contributed to ongoing discussions by commenting on 8 different issues, showing engagement with the project despite being active on only one day this week.\", \"2025-05-13T22:05:39.355Z\"]\n[\"wtfsayo_week_2025-01-19\", \"wtfsayo\", \"week\", \"2025-01-19\", \"wtfsayo: Extremely active contributor who merged 6 PRs addressing various fixes including ethers/viem issues in mind network plugin (#2783), ton plugin build issues (#2757), and development build/test improvements (#2646), while also providing an impressive 108 code reviews (87 approvals). Created 7 issues focused on adapters and deployment options, and demonstrated consistent daily activity with substantial code changes (+4M/-500K lines across 262 commits), primarily focusing on maintenance and bug fixes.\", \"2025-05-13T22:05:39.591Z\"]\n[\"xyd945_week_2025-01-19\", \"xyd945\", \"week\", \"2025-01-19\", \"xyd945: Opened one pull request (#2574) addressing package.json to fix multiple versions of React. No other activity this week.\", \"2025-05-13T22:05:39.631Z\"]\n[\"yongkangc_week_2025-01-19\", \"yongkangc\", \"week\", \"2025-01-19\", \"yongkangc: Opened PR #2514 \\\"first commit for liq module\\\" with substantial code changes (+2813/-397 lines) across 42 files. Made 7 commits in a single day of activity, with work primarily focused on other work (86%) and feature development (14%), evenly split between code and configuration files.\", \"2025-05-13T22:05:40.081Z\"]\n[\"yubing744_week_2025-01-19\", \"yubing744\", \"week\", \"2025-01-19\", \"yubing744: Made substantial code changes this week with 8 commits modifying 1234 files (+83131/-8643 lines), focusing primarily on feature work (88%) with some bugfix work (13%). Maintained a moderately consistent work pattern, being active on 4 out of 7 days.\", \"2025-05-13T22:05:40.722Z\"]\n[\"yueliao11_week_2025-01-19\", \"yueliao11\", \"week\", \"2025-01-19\", \"yueliao11: Made a single substantial commit that added 724 lines across 12 files with no deletions. Activity was limited to just one day this week with no PRs, issues, or reviews.\", \"2025-05-13T22:05:41.473Z\"]\n[\"zy-bc-ai_week_2025-01-19\", \"zy-bc-ai\", \"week\", \"2025-01-19\", \"zy-bc-ai: Provided 3 code reviews with comments and added 2 PR comments this week. Made significant code changes across 20 files (+676/-40 lines) in 2 commits, though with activity limited to just one day this period.\", \"2025-05-13T22:05:41.896Z\"]\n[\"zhiqiangxu_week_2025-01-19\", \"zhiqiangxu\", \"week\", \"2025-01-19\", \"zhiqiangxu: Opened PR #2770 to add `mise.toml` and made substantial code changes across 1686 files (+197173/-12602 lines), with half of the modifications focused on documentation. Activity was limited to a single day this week, with no merged PRs or issue activity.\", \"2025-05-13T22:05:42.039Z\"]",
  "_metadata": {
    "generated_at": "2026-01-01T02:17:55.695638Z",
    "target_date": "2025-01-21",
    "source_repo": {
      "full_name": "elizaOS/knowledge",
      "owner": "elizaOS",
      "repo": "knowledge"
    },
    "sources_successful": 10,
    "sources_failed": 0,
    "source_keys": [
      "ai_news_elizaos_discord_md_2025-01-20",
      "ai_news_elizaos_discord_md_2025-01-19",
      "ai_news_elizaos_discord_md_2025-01-18",
      "ai_news_elizaos_daily_json_2025-01-20",
      "ai_news_elizaos_daily_md_2025-01-20",
      "ai_news_elizaos_daily_discord_json_2025-01-20",
      "ai_news_elizaos_daily_discord_md_2025-01-20",
      "github_summaries_daily_2025-01-21",
      "github_summaries_week_latest_2025-12-21.md",
      "github_summaries_month_latest_2025-12-01.md"
    ],
    "failed_keys": [],
    "total_characters": 427742,
    "estimated_tokens": 106935,
    "file_size_bytes": 460971
  }
}