v2.0.0
A major release focused on stronger extensibility architecture and runtime stability.
Highlights
- Refactored the plugin system.
- Added an automatic reconnection mechanism.
Detailed Changes
Plugin System Refactor
- Reworked plugin execution flow and internal organization.
- Improved plugin interoperability in complex combinations.
- Prepared the architecture for higher extensibility ceilings.
Reconnection Mechanism
- Added automatic reconnection after connection interruptions.
- Improved recovery behavior under unstable networks.
- Reduced manual intervention in long-running sessions.
Impact Scope
- Primarily affects plugin integration patterns and recovery workflows.
- Projects relying on older plugin assumptions should validate behavior in staging.
Upgrade Notes
- Review plugin ordering/dependencies before upgrade.
- Run focused tests for network jitter, disconnect/reconnect, and long-session stability.