Changelog
2025-11-03
- Add Google Tag Manager integration and support for custom overrides in docs configuration
2025-11-01
- Add test server to allowed hosts for documentation serving tests
- Enhance metadata structure for user images
2025-10-31
- Improve message rendering in Chat component and enhance Markdown list item keys
- Enhance chat functionality with pending message state and improved memory handling
- Refactor chat layout and sidebar components for improved structure and customization
2025-10-30
- Add chat overview, attachment preview, and sidebar components
2025-10-26
- update core settings to use TIME_ZONE from CoreSettings and remove hardcoded value in settings
- enhance documentation serving with ETag and cache control headers for static assets and HTML files
2025-10-24
- enhance documentation by adding settings configuration and updating authentication details
2025-10-23
- streamline usage recording logic by removing unnecessary checks for raw responses
2025-10-22
- enhance OpenAI agent model settings to include reasoning effort configuration
- add reasoning effort field to Agent form and metadata, update related models and configurations
2025-10-18
- enhance layout responsiveness to DataTable, ListView, and Sidebar frontend components
2025-10-17
- enhance CSV import process to records
- enhance metadata handling and updating model name conversion metadata to snake_case
2025-10-12
- add profile-based visibility checks for model access permissions
- enhance app and tab visibility filtering based on user profile permissions
2025-10-10
- improve URL access checks with group permissions
2025-10-09
- add Profile model and integrate with CustomUser; implement permission checks for profiles and groups in views
2025-10-07
- simplify access checks in model access functions
- refactor templates/app_header, update URL routing for app view
2025-10-05
- implement group-based filtering for app metadata visibility
- restructure app metadata settings for improved navigation and URL resolution
- enhance app metadata settings with visibility and tab configurations