v3.15.5

ChatGPTNextWeb/NextChatv3.15.5Jan 26, 2026by github-actions[bot]

AI Summary

This release focuses on stability and security by fixing a critical frontend build failure caused by xstate version conflicts and addressing security vulnerabilities in the diff dependency.

Key Highlights

  • Fixed xstate v4/v5 compatibility issue causing frontend build failures.
  • Updated diff dependency to 4.0.4 to address security vulnerabilities.
  • Added npm overrides to maintain proper dependency isolation.

Full Release Notes

## Bug Fixes
- Fixed xstate v4/v5 compatibility issue causing frontend build failures by adding npm overrides to maintain proper dependency isolation by @statefb (#1003)
- Updated diff dependency from 4.0.2 to 4.0.4 in CDK package to address security vulnerabilities by @app/dependabot (#1000)