# elizaOS Development Discord - 2025-06-02

## Overall Discussion Highlights

### Twitter Plugin Issues & Updates
- Users reported problems with Cloudflare blocking Twitter access through the ElizaOS agent
- Developer **shaw** fixed the issue and released Twitter plugin v1.0.1
- The update addresses the Cloudflare blocker issue and is available on NPM
- Some users experienced compatibility issues between the new plugin and older ElizaOS versions
- A specific issue was reported regarding uploading images using the sendTweet function

### Technical Discussions
- Questions about installing plugins from GitHub versus NPM
- Discussion about retrieving text from reply messages in Discord agents
- Brief exploration of potential AI agent use cases in crypto trading
- Compatibility issues between ElizaOS v0.25.19 and newer plugin versions

## Key Questions & Answers

**Q: Will Twitter plugin v1.0.1 be installed if I use `npx elizaos plugins add @elizaos-plugins/plugin-twitter`?**  
A: Yes (answered by cjft)

**Q: Is this still the best way to install with the new version? `npm install -g @elizaos/cli`**  
A: Yes (answered by cjft)

**Q: Is there no way to install the Twitter plugin v1.0.1 on ElizaOS v0.25.19?**  
A: No, you need to update to v1.0.2 (answered by cjft)

## Community Help & Collaboration

1. **Twitter Plugin Fix**
   - Helper: shaw
   - Helpee: Benquik and other affected users
   - Context: Twitter plugin causing Cloudflare blocking issues
   - Resolution: Developed and released fixed plugin (v1.0.1)

2. **Version Compatibility Guidance**
   - Helper: cjft
   - Helpee: Benquik
   - Context: User trying to install Twitter plugin v1.0.1 on ElizaOS v0.25.19
   - Resolution: Informed user this won't work and recommended updating to v1.0.2

3. **Channel Access Support**
   - Helper: Odilitime
   - Helpee: Scooter
   - Context: User needed to retrieve previous conversation with Ruby from tech support
   - Resolution: Unarchived the channel to give access to the conversation

## Action Items

### Technical
- Update to Twitter plugin v1.0.1 to fix Cloudflare blocking issues (mentioned by shaw)
- Investigate issue with uploading images in Twitter sendTweet function (mentioned by dunoiww)
- Develop method to retrieve text from reply messages in Discord agent (mentioned by Tom)
- Update from ElizaOS v0.25.19 to v1.0.2 for compatibility with latest plugins (mentioned by cjft)

### Unanswered Questions Requiring Follow-up
- Where to find the TWITTER 2FA SECRET (asked by Benquik)
- How to install client/plugin directly from GitHub (asked by Benquik)
- Whether the Twitter agent is runnable long-term without proxies (asked by l)
- How to get text content from message.content.inReplyTo in action handlers (asked by Tom)