On Jun 1, 2025, ElizaOS made significant strides in framework enhancement, introducing a new CLI starter project and plugin specifications to the core. The team also focused on refining API endpoints, addressing documentation issues, and resolving numerous bugs, leading to a 100% success rate in test suites. Emerging challenges include plugin installation issues and compatibility problems with macOS.

## 🚨 Needs Attention
- **Urgent Discussions**:
    - [elizaos/eliza#4861](https://github.com/elizaos/eliza/issues/4861): Issues with installing plugins, specifically the giphy plugin, indicating errors during the installation process.
    - [elizaos/eliza#4872](https://github.com/elizaos/eliza/issues/4872): New plugin creation issue where unnecessary configurations for Telegram and Discord are required, despite not being installed.
    - [elizaos/eliza#4876](https://github.com/elizaos/eliza/issues/4876): Identified a compatibility issue with macOS when using bun for plugin installation, leading to installation failures.

## ✅ Completed Work
### Core Framework Enhancements
- Introduced a new CLI starter project with [elizaos/eliza#4830](https://github.com/elizaos/eliza/pull/4830).
- Added plugin specifications to the core, allowing for easier integration of future plugins with [elizaos/eliza#4851](https://github.com/elizaos/eliza/pull/4851).
- Removed an unused plugin-specification submodule to simplify project structure with [elizaos/eliza#4871](https://github.com/elizaos/eliza/pull/4871).

### API and Documentation Improvements
- Implemented a new API endpoint for retrieving agent rooms with [elizaos/eliza#4860](https://github.com/elizaos/eliza/pull/4860).
- Provided an example of prompt injection for future LLM trainings with [elizaos/eliza#4862](https://github.com/elizaos/eliza/pull/4862).
- Fixed errors in the README and CHANGELOG.md files, improving documentation accuracy with [elizaos/eliza#4877](https://github.com/elizaos/eliza/pull/4877) and [elizaos/eliza#4875](https://github.com/elizaos/eliza/pull/4875).

### Quality Assurance and Build Process
- Resolved linter formatting issues to ensure CI checks pass with [elizaos/eliza#4878](https://github.com/elizaos/eliza/pull/4878).
- Addressed issues with the elizaos start command for plugins with [elizaos/eliza#4873](https://github.com/elizaos/eliza/pull/4873).
- Achieved a 100% success rate in test suites by fixing multiple failing tests with [elizaos/eliza#4870](https://github.com/elizaos/eliza/pull/4870).
- Enhanced the core package's build process for better modularity and maintainability with [elizaos/eliza#4874](https://github.com/elizaos/eliza/pull/4874).

## 🏗️ Work in Progress
### New Pull Requests
- **elizaos/eliza**:
    - [elizaos/eliza#4830](https://github.com/elizaos/eliza/pull/4830)
    - [elizaos/eliza#4851](https://github.com/elizaos/eliza/pull/4851)
    - [elizaos/eliza#4860](https://github.com/elizaos/eliza/pull/4860)
    - [elizaos/eliza#4862](https://github.com/elizaos/eliza/pull/4862)
    - [elizaos/eliza#4878](https://github.com/elizaos/eliza/pull/4878)
    - [elizaos/eliza#4877](https://github.com/elizaos/eliza/pull/4877)
    - [elizaos/eliza#4875](https://github.com/elizaos/eliza/pull/4875)
    - [elizaos/eliza#4873](https://github.com/elizaos/eliza/pull/4873)
    - [elizaos/eliza#4871](https://github.com/elizaos/eliza/pull/4871)
    - [elizaos/eliza#4870](https://github.com/elizaos/eliza/pull/4870)
    - [elizaos/eliza#4874](https://github.com/elizaos/eliza/pull/4874)

## 🐞 Issue Triage
### New Issues
- **elizaos/eliza**:
    - [elizaos/eliza#4861](https://github.com/elizaos/eliza/issues/4861): Plugin installation challenges (giphy plugin).
    - [elizaos/eliza#4872](https://github.com/elizaos/eliza/issues/4872): Unnecessary configurations for Telegram and Discord required for new plugin creation.
    - [elizaos/eliza#4876](https://github.com/elizaos/eliza/issues/4876): Compatibility issue with macOS when using bun for plugin installation.

### Closed Issues
- **elizaos/eliza**:
    - [elizaos/eliza#4779](https://github.com/elizaos/eliza/issues/4779): API endpoint returning an empty list of rooms.
    - [elizaos/eliza#4810](https://github.com/elizaos/eliza/issues/4810): Starting agents without CLI.
    - [elizaos/eliza#4309](https://github.com/elizaos/eliza/issues/4309): Testing on a real Ubuntu environment.