What's Changed
Fixes
- Resolved database migration errors in both PostgreSQL and pglite environments, ensuring reliable schema updates.
- Removed unknown or unused dependencies from the web application’s package manifest, improving build stability and reducing bundle size.
Improvements
- Refactored routing and component structure to consistently use
organizationas a top-level path parameter—enabling better multi-tenancy support and clearer URL semantics across chatbot and copilot features.
Internal
- Updated database migration scripts, including new SQL migrations and metadata snapshots, to align PostgreSQL and pglite schemas.