* attempt to make some static routes
* update appproviders
* update on request
* make some pages forced static
* update profile page
* solid buster route update
* make more stable
* make good tests for create route helpers
* update some error handling
* global error component ripped
* minor updates to middleware
* Update middleware.ts
* save supabase contexts
* chnage middle ware
* update middleware
* better passing axios instance
* Update next.config.mjs
* remove console errors
* update how we interact with the middleware
* get layout is not a promise
* private pages experiment completed
- Updated the restoration message format to use response_messages instead of request_message
- Added proper message structure with both file and text messages in a single response
- Updated integration tests to match the new format
- Set empty request_message as required
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Implemented the ability to restore previous versions of metrics and dashboards through the chat interface. Key changes include:
- Created restore_chat_handler.rs to handle the restoration logic
- Added a new REST endpoint at PUT /chats/{id}/restore
- Updated module exports for the new functionality
- Added comprehensive integration tests
- Updated PRDs with implementation details
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>