[One Workflow] Replace workflows:aiAgent:enabled with agentBuilder:experimentalFeatures#261330
Merged
Merged
Conversation
…eatures Drop the custom `workflows:aiAgent:enabled` UI setting and use Agent Builder's `agentBuilder:experimentalFeatures` to gate NL2Workflow features (workflow authoring tools, skill visibility, and client-side AI integration bootstrap). - Update all 8 tool availability handlers to check `AGENT_BUILDER_EXPERIMENTAL_FEATURES_SETTING_ID` - Make client-side AI integration reactive via `get$` + `first()` so toggling the setting registers attachment renderers without a page reload - Gate `useAgentBuilderIntegration` hook on `useUiSetting` for the experimental flag so the AI Agent button and editor bridge dynamically show/hide - Remove `WORKFLOWS_AI_AGENT_SETTING_ID` constant, setting registration, telemetry schema entries, and serverless project allowlist entries - Keep `experimental: true` on `workflow-authoring` skill (gated by the same setting via skill registry) Closes elastic/security-team#16652 Made-with: Cursor
sabarasaba
approved these changes
Apr 6, 2026
rosomri
approved these changes
Apr 6, 2026
AlejandroFrndz
approved these changes
Apr 6, 2026
Contributor
AlejandroFrndz
left a comment
There was a problem hiding this comment.
@obs-presentation code changes LGTM
pgayvallet
approved these changes
Apr 6, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
cc @Kiryous |
sabarasaba
approved these changes
Apr 6, 2026
h88
approved these changes
Apr 6, 2026
kowalczyk-krzysztof
approved these changes
Apr 7, 2026
mbondyra
added a commit
to Heenawter/kibana
that referenced
this pull request
Apr 7, 2026
* commit 'bfc2446fdbcba2b3183f4518817c9757198c95ef': [Cascade] make cascade layout enabled by default (elastic#260698) [Dashboard Agent] Extract safe dashboard attachment integration refactors (elastic#261422) [One Workflow] Replace workflows:aiAgent:enabled with agentBuilder:experimentalFeatures (elastic#261330) [EDR Workflows] Osquery: hide query code from dropdown and show Elastic for automated Run By (elastic#261394) [Observability Onboarding] Add data detection & loading indicators to onboarding flows (elastic#257870) [Significant events] Format event count with locale-aware number separators (elastic#261570) [Fleet] Fix deprecated filter in browse integrations (elastic#261459) [Lens as code] Split `xyStateSchema` config (elastic#261089) [Data Views as Code] Use `ref_id` and add metadata in data views schemas (elastic#261181) Made-with: Cursor # Conflicts: # x-pack/platform/packages/shared/dashboard-agent/dashboard-agent-common/types.ts
mbondyra
added a commit
to mbondyra/kibana
that referenced
this pull request
Apr 7, 2026
…r-uid-to-id * commit '6868ae2f195462f1f6809a6a544114f54e48239e': [One Workflow] Replace workflows:aiAgent:enabled with agentBuilder:experimentalFeatures (elastic#261330) [EDR Workflows] Osquery: hide query code from dropdown and show Elastic for automated Run By (elastic#261394) [Observability Onboarding] Add data detection & loading indicators to onboarding flows (elastic#257870) [Significant events] Format event count with locale-aware number separators (elastic#261570) [Fleet] Fix deprecated filter in browse integrations (elastic#261459) [Lens as code] Split `xyStateSchema` config (elastic#261089) [Data Views as Code] Use `ref_id` and add metadata in data views schemas (elastic#261181)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/elastic/security-team/issues/16652
Summary
Drops the custom
workflows:aiAgent:enabledUI setting and unifies NL2Workflow gating underagentBuilder:experimentalFeatures.AGENT_BUILDER_EXPERIMENTAL_FEATURES_SETTING_IDget$+first()) so toggling the setting registers attachment renderers without a page reloaduseAgentBuilderIntegrationviauseUiSettingso the AI Agent button dynamically shows/hidesexperimental: trueonworkflow-authoringskill (both gates needed)Setting disabled
Setting enabled
Toggle without reload
Screen.Recording.2026-04-06.at.16.11.42.mov