← All News

SelenaCore Update: WebSocket Bus Architecture and Global i18n Implementation

9b8a4b3Docs
SelenaCore Update: WebSocket Bus Architecture and Global i18n Implementation

In this latest update to SelenaCore, I have focused on strengthening the core infrastructure by introducing a robust WebSocket-based module bus and a full-scale internationalization (i18n) framework.

The introduction of the new WebSocket module bus 9b8a4b3 represents a significant architectural shift. This change includes a complete rewrite of the SDK and the integration of a centralized eventbus, ensuring more reliable and real-time communication between system components. Alongside this, I have refactored the intent routing logic 9f6c5a2, migrating the weather module to the bus architecture as a primary implementation of this new standard.

To improve global accessibility, we have implemented a lightweight i18n system 2f6e283. This includes the adoption of the t() translation function across all API routes, system modules, and test suites 816d43e. Furthermore, the project documentation has been fully translated into English to ensure a consistent experience for international contributors 0158b31.

These updates lay the groundwork for a more modular and globally-ready frontend ecosystem. For more technical details, please refer to our updated documentation.

← All News
SelenaCore Update: WebSocket Bus Architecture and Global i18n Implementation | Selena Home AI