Changelog¶
1.1.1¶
2025-12-27
- Refactor auth app configuration: rename
AppAuthConfigtoAuthConfig - Add
Opportunitymodel and metadata
1.1.0¶
2025-12-23
- Refactor
core/andcore_*/folders togrit/core/andgrit/core_*/ - Update
APP_METADATA_SETTINGSto allow deletion and enhance visibility settings
1.0.16¶
2025-12-19
- Simplify delete option label in
NavActionsand enhanceMetadataViewGeneratorto auto-generate forms from fieldsets - Add search functionality to
DataTableandListViewcomponents, enhanceMetadataViewGeneratorfor search queries - Implement server-side pagination for metadata views and update
DataTablecomponent - Implement helper function to map inline models to parent model fields
1.0.15¶
2025-12-08
- Enhance metadata views and record detail component; add inline configuration and improve foreign key URL generation
- Add
orderingattribute toModelMetadataand implement ordering in queryset - Add
SIGNUP_REDIRECT_URLtoAuthSettings
1.0.14¶
2025-11-25
- Improve error handling for optional metadata import in
AgentsConfig - Add field-level permissions tests and enhance permissions utility functions
- Introduce
BaseModeland refactor models to inherit from it - Refactor user permission management to use scoped managers and enhance metadata registration
- Enhance user permission management with user_mode managers and auto-discovery for models
1.0.13¶
2025-11-16
- Implement Model Context Protocol (MCP) for querying models
- Add
minimaloption for reasoning effort inAgentForm
1.0.12¶
2025-11-08
- Implement assistant modal and chat components with authentication and message handling
- Add app-specific view and enhance tab resolution logic in core views
- Implement Vite dev server script with PID management and health checks
- Enhance app detection and sidebar functionality with URL-based app name display
1.0.11¶
2025-11-05
- Implement app detection command and enhance URL handling for model-based tabs
- Update Vite task orchestration and install script for improved development workflow
- Enhance Vite integration with improved install script and task management
- Add Google Tag Manager integration and support for custom overrides in docs configuration
- Add test server to allowed hosts for documentation serving tests
- Enhance metadata structure for user images
1.0.10¶
2025-10-31
- Improve message rendering in
Chatcomponent and enhanceMarkdownlist item keys - Enhance chat functionality with pending message state and improved memory handling
- Refactor chat layout and sidebar components for improved structure and customization
- Add chat overview, attachment preview, and sidebar components
1.0.9¶
2025-10-26
- update core settings to use
TIME_ZONEfromCoreSettingsand remove hardcoded value in settings - enhance documentation serving with ETag and cache control headers for static assets and HTML files
- enhance documentation by adding settings configuration and updating authentication details
1.0.8¶
2025-10-23
- streamline usage recording logic by removing unnecessary checks for raw responses
- enhance OpenAI agent model settings to include reasoning effort configuration
- add reasoning effort field to
Agentform and metadata, update related models and configurations
1.0.7¶
2025-10-18
- enhance layout responsiveness to
DataTable,ListView, andSidebarfrontend components - enhance CSV import process to records
- enhance metadata handling and updating model name conversion metadata to
snake_case
1.0.6¶
2025-10-12
- add profile-based visibility checks for model access permissions
- enhance app and tab visibility filtering based on user profile permissions
- improve URL access checks with group permissions
- add
Profilemodel and integrate withCustomUser; implement permission checks for profiles and groups in views
1.0.5¶
2025-10-07
- simplify access checks in model access functions
- refactor
templates/app_header, update URL routing for app view - 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