2026.38 Infrastructure Changes

1 min read

Changes on Application environment

Change

Environment Variable Name

Application Default Value
(if env variable unset)

Example

Required

Applications

Short Description

Removed

FEATURE_FLAG_AGENTIC_TABLE_METADATA_FORM_UN_17903

-

-

-

  • backend-service-configuration

The sheet metadata forms feature is now generally available.

Added

FEATURE_FLAG_AGENTIC_TABLE_EDIT_WITH_AI_UN_24386

false

true

false

  • backend-service-configuration

Users can refine an Agentic Table answer with AI in a multi-turn modal, then accept the proposal into the cell.

Added

FEATURE_FLAG_AGENTIC_TABLE_STOP_REFRESH_UN_11560

false

true

false

  • backend-service-configuration

Users can stop an in-progress Agentic Table refresh; completed cells are kept and remaining cells are left unchanged.

Added

FEATURE_FLAG_ENABLE_SKILLS_UN_20042

false

true

false

  • backend-service-configuration

Skills tab in User Settings

Added

FEATURE_FLAG_SIDE_MENU_NAVIGATION

false

true

false

  • backend-service-configuration

Side navigation stays visible with maximized panels

Added

FEATURE_FLAG_ENABLE_CODE_EXECUTION_SIDE_PANEL_UN_18787

false

true

false

  • backend-service-configuration

Code-execution previews in the shared side panel

Added

FEATURE_FLAG_ENABLE_SHARED_CHATS_UN_19869

false

true

false

  • backend-service-configuration

Shared chats

Added

FEATURE_FLAG_ENABLE_TOAST_V2_UN_23011

true

true

false

  • backend-service-configuration

Redesigned notifications (Toast V2)

 

 

Service dependencies

From .38 backend-service-configuration depends on backend-service-chat for the legacy configuration. In case it is not able to contact backend-service-chat after 1 second the legacy configuration will not be applied and the default will be surfaced.

  • New in-cluster ingress path: backend-service-configurationbackend-service-chat

Last updated