Skip to content

Changelog

1.1.9

2026-02-22

  • add Azure deployment scripts and enhance settings for Azure ACR integration
  • enhance metadata handling by adding GenericForeignKey support and updating field validation logic
  • enhance navigation structure, add new metadata API sections, and improve summary navigation parsing

1.1.8

2026-02-15

  • enhance metadata handling for GenericForeignKey relationships and update RecordDetail component for improved inline creation
  • add Task and Case with status and resolution choices
  • implement bulk actions for list views, including delete functionality and UI updates

1.1.7

2026-02-06

  • add support for Claude Opus 4.6
  • add support for OpenAI GPT-5.2

1.1.6

2026-02-02

  • add OpenAPI Renderer Plugin for MkDocs
  • update authentication views

1.1.5

2026-01-24

  • correct import of APP_METADATA_SETTINGS in models.py
  • improve base file path extraction logic in KnowledgeBaseClient
  • add IndexView for authenticated users and refactor URL routing in urls.py
  • update Dockerfile environment variables
  • implement MCP query capabilities for Assistant and enhance agent models

1.1.4

2026-01-12

  • implement Claude Agent integration and configuration
  • add multimodal support for image handling and enhance PDF processing
  • enhance Claude agent with async support and update model configurations

1.1.3

2026-01-07

  • extract _filter_apps_by_visibility helper to reduce duplication
  • add bounds check for raw_responses before accessing usage data
  • add metadata null checks in AgentManager methods
  • extract _get_metadata_value helper to improve readability
  • add timestamps and owner fields to various models and migrations

1.1.2

2026-01-04

  • umplement workflow management system with UI and API
  • add installation script and update environment configuration for credential management
  • handle None metadata when updating MetricDatum
  • extract _process_single_action helper to reduce duplication
  • handle invalid page_size parameter gracefully

1.1.1

2025-12-27

  • refactor auth app configuration: rename AppAuthConfig to AuthConfig
  • add Opportunity model and metadata

1.1.0

2025-12-23

  • refactor core/ and core_*/ folders to grit/core/ and grit/core_*/
  • update APP_METADATA_SETTINGS to allow deletion and enhance visibility settings

1.0.16

2025-12-19

  • simplify delete option label in NavActions and enhance MetadataViewGenerator to auto-generate forms from fieldsets
  • add search functionality to DataTable and ListView components, enhance MetadataViewGenerator for search queries
  • implement server-side pagination for metadata views and update DataTable component
  • 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 ordering attribute to ModelMetadata and implement ordering in queryset
  • add SIGNUP_REDIRECT_URL to AuthSettings

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 BaseModel and 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 minimal option for reasoning effort in AgentForm

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 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
  • add chat overview, attachment preview, and sidebar components

1.0.9

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
  • 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 Agent form and metadata, update related models and configurations

1.0.7

2025-10-18

  • enhance layout responsiveness to DataTable, ListView, and Sidebar frontend 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 Profile model and integrate with CustomUser; 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