On Jan 9, 2026, ElizaOS saw significant progress in enhancing core functionalities and planning future features. Key achievements include strengthening the `plugin-twitter` with OAuth2 PKCE authentication and improving the `plugin-sql` with Neon serverless support and RLS security. Additionally, extensive planning began for a comprehensive Orders and Evolution class system on the `elizaos.github.io` site, while the `eliza` repository focused on backend development workflow improvements and user experience enhancements.

## 🚨 Needs Attention
- **Pull Requests to Review**:
    - [elizaos/eliza#6351](https://github.com/elizaos/eliza/pull/6351): This PR likely introduces a new major version of the project and requires review.
    - [elizaos/eliza#6349](https://github.com/elizaos/eliza/pull/6349): This PR aims to optimize the build process by refining task inputs in the `turbo.json` configuration and needs review.

## ✅ Completed Work
### Plugin Enhancements & Security
- **elizaos-plugins/plugin-twitter**: Enhanced authentication with OAuth2 PKCE, providing a more secure and modern way to handle Twitter/X authentication without shipping client secrets, while maintaining backward compatibility with existing OAuth 1.0a configurations ([elizaos-plugins/plugin-twitter#46](https://github.com/elizaos-plugins/plugin-twitter/pull/46)).
- **elizaos/eliza**: The `plugin-sql` package received significant updates, including the addition of Neon serverless database support and improvements to Row-Level Security (RLS), enhancing capabilities and strengthening data isolation ([elizaos/eliza#6343](https://github.com/elizaos/eliza/pull/6343)).

### Backend Development Workflow & Database Compatibility
- **elizaos/eliza**: Implemented comprehensive hot reload functionality for backend development, automatically rebuilding the CLI and restarting the server upon TypeScript file modifications in watched packages, streamlining the development process ([elizaos/eliza#6293](https://github.com/elizaos/eliza/pull/6293)).
- **elizaos/eliza**: Addressed bug fixes for `pgcrypto` extension installation for PGLite, eliminating unnecessary warning logs, and improved RLS tests by utilizing `withEntityContext()` and enabling data isolation in CI ([elizaos/eliza#6339](https://github.com/elizaos/eliza/pull/6339), [elizaos/eliza#6330](https://github.com/elizaos/eliza/pull/6330)).

## 🏗️ Work in Progress
### New Pull Requests
- **elizaos-plugins/registry**:
    - [elizaos-plugins/registry#247](https://github.com/elizaos-plugins/registry/pull/247): Add `@zane-archer/plugin-aimo-router` to the registry.
- **elizaos/eliza**:
    - [elizaos/eliza#6351](https://github.com/elizaos/eliza/pull/6351): V2.0.0
    - [elizaos/eliza#6349](https://github.com/elizaos/eliza/pull/6349): chore: Optimize build task inputs in turbo.json

## 🐞 Issue Triage
### New Issues
- **elizaos/elizaos.github.io**:
    - [elizaos/elizaos.github.io#194](https://github.com/elizaos/elizaos.github.io/issues/194): Planning for Orders and Evolution System - defining the full class tree.
    - [elizaos/elizaos.github.io#195](https://github.com/elizaos/elizaos.github.io/issues/195): Planning for Orders and Evolution System - allowing users to choose evolution path.
    - [elizaos/elizaos.github.io#196](https://github.com/elizaos/elizaos.github.io/issues/196): Planning for Orders and Evolution System - tracking class transitions for profile lore.
    - [elizaos/elizaos.github.io#197](https://github.com/elizaos/elizaos.github.io/issues/197): Enhancing Visuals and Customization for Orders - unique visual identity system.
    - [elizaos/elizaos.github.io#198](https://github.com/elizaos/elizaos.github.io/issues/198): Enhancing Visuals and Customization for Orders - allowing users to respec class.
    - [elizaos/elizaos.github.io#199](https://github.com/elizaos/elizaos.github.io/issues/199): Enhancing Visuals and Customization for Orders - configurable character class thresholds.
    - [elizaos/elizaos.github.io#200](https://github.com/elizaos/elizaos.github.io/issues/200): Improving Report Readability - extending grouped organization/repository format.
- **elizaos/eliza**:
    - [elizaos/eliza#6350](https://github.com/elizaos/eliza/issues/6350): User Experience and Interface Improvements - removing '+' from personality traits.
    - [elizaos/eliza#6352](https://github.com/elizaos/eliza/issues/6352): User Experience and Interface Improvements - improving display of public/private icons.
    - [elizaos/eliza#6353](https://github.com/elizaos/eliza/issues/6353): Onboarding and Navigation Flow - making "Sign up for free" a hyperlink.
    - [elizaos/eliza#6354](https://github.com/elizaos/eliza/issues/6354): Onboarding and Navigation Flow - redirecting users to previous chat session after login.