# ElizaOS GitHub Repository Updates

## Plugin System Overhaul
- Implemented dynamic plugin loading functionality
- Deleted all plugins from the main codebase and removed plugin imports from the agent
- Added capability for plugins to interact with the messengerManager for Telegram
- Fixed issues in the plugin-solana-v2 package.json

## Character and Configuration Improvements
- Fixed default character issues
- Moved default character to agent
- Fixed reading modelConfig from character files

## Infrastructure and Build Updates
- Replaced pnpm with Bun
- Fixed build in core to target node23
- Set package publish access to public
- Added missing version property to package.json
- Bumped version to 0.25.6-alpha.1
- Added adapter-sqlite to dependencies

## Provider Support and Improvements
- Added support for Anthropic provider
- Improved OpenAI-like provider endpoint resolution
- Fixed Google API key handling
- Implemented generic model loading for OpenAI compatible endpoints

## Bug Fixes
- Fixed Twitter logging bug
- Fixed models unit test
- Fixed parsing unit test failure
- Fixed JSON cleaning before normalization
- Fixed Docker and types issues

## Documentation and Cleanup
- Fixed typos in plugins.md
- Fixed typos and updated functions documentation
- Removed remnant files and folders
- Performed code cleanup

## Branch Management
- Merged develop into main multiple times
- Resolved merge conflicts

# Recent Issues and Pull Requests

## Recent Pull Requests
- Added a safe plugin
- Moved the default character to agent
- Added bounty board and bounty detail functionality
- Updated the deepseek component
- Added a trading view provider

## GitHub Activity Metrics
- From February 6-7, 2025: 39 new pull requests (24 merged), 10 new issues, and 105 active contributors
- From February 7-8, 2025: 16 new pull requests (7 merged), 8 new issues, and 65 active contributors