mirror of
https://github.com/langgenius/dify.git
synced 2026-08-24 04:13:41 -04:00
ac8d216aa9
# Conflicts: # api/tests/unit_tests/core/plugin/test_backwards_invocation_model.py # api/tests/unit_tests/services/enterprise/test_rbac_service.py # api/tests/unit_tests/services/test_dataset_service_dataset.py
System Features
This feature owns the deployment-wide capability query contract and application bootstrap boundary.
server.tsexposes the request-scoped query client and canonical server query options; route and layout owners perform prefetching and hydration.client.tsowns the canonical query options.bootstrap-boundary.tsxblocks application rendering until capability data is available and owns retry UI.state.tsexposes narrow derived client atoms backed by the same TanStack Query data.
Consumers read capabilities through this feature instead of issuing another request or copying deployment-edition state.