dify/web/features/system-features
Stephen Zhou 24847366e1
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/app_factory.py
#	api/controllers/console/workspace/workspace.py
#	api/services/agent/observability_service.py
#	api/tests/unit_tests/core/rag/docstore/test_dataset_docstore.py
#	api/tests/unit_tests/core/rag/embedding/test_token_counter.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/services/agent/test_agent_observability_service.py
2026-08-06 10:46:15 +08:00
..
__tests__ refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
bootstrap-boundary.tsx refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
client.ts refactor: centralize deployment edition in system features (#39454) 2026-07-24 07:15:02 +00:00
constants.ts refactor(web): derive system feature enums from schemas (#40030) 2026-08-05 08:32:54 +00:00
README.md refactor(web): align query client ownership (#40024) 2026-08-05 07:02:09 +00:00
server.ts refactor(web): align query client ownership (#40024) 2026-08-05 07:02:09 +00:00
state.ts Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-06 10:46:15 +08:00

System Features

Loads deployment-wide capabilities for server prefetching, client hydration, and application bootstrap.

Internal Modules

  • bootstrap-boundary.tsx
  • client.ts
  • server.ts
  • state.ts

External Modules

  • app/get-query-client
  • app/components/full-screen-loading
  • service/client
  • service/server
  • utils/client
  • utils/query-atoms