On Nov 21, 2025, ElizaOS saw significant progress in core framework stability with enhanced plugin dependency management and updated server integration tests. Concurrently, the Discord plugin received major bug fixes and improvements for slash commands, modal interactions, and attachment handling, alongside new support for Anthropic's `topP` parameter.

## ✅ Completed Work
### Core Framework Enhancements
- Plugin dependency management was improved with name normalization and robust resolution. ([elizaos/eliza#6164](https://github.com/elizaos/eliza/pull/6164))
- Server integration tests for `MessageBusService` were updated to align with recent architectural changes, ensuring stability. ([elizaos/eliza#6165](https://github.com/elizaos/eliza/pull/6165))

### Discord Plugin Functionality & Stability
- Major bug fixes and enhancements were implemented for Discord slash commands, modal interactions, and attachment handling, including dynamic registration and improved message processing. ([elizaos-plugins/plugin-discord#23](https://github.com/elizaos-plugins/plugin-discord/pull/23))

## 🏗️ Work in Progress
### New Pull Requests
- **elizaos/eliza**:
    - Add `topP` support for Anthropic. ([#6166](https://github.com/elizaos/eliza/pull/6166))
- **elizaos-plugins/plugin-discord**:
    - Prevent sending empty Discord messages. ([#25](https://github.com/elizaos-plugins/plugin-discord/pull/25))