[Agent Builder] Remove agentBuilder:enabled feature flag#248050
Merged
chrisbmar merged 15 commits intoelastic:mainfrom Jan 12, 2026
Merged
[Agent Builder] Remove agentBuilder:enabled feature flag#248050chrisbmar merged 15 commits intoelastic:mainfrom
chrisbmar merged 15 commits intoelastic:mainfrom
Conversation
Contributor
🔍 Preview links for changed docs |
pgayvallet
approved these changes
Jan 7, 2026
kowalczyk-krzysztof
approved these changes
Jan 7, 2026
efegurkan
approved these changes
Jan 7, 2026
joemcelroy
approved these changes
Jan 7, 2026
bmorelli25
approved these changes
Jan 7, 2026
ElenaStoeva
approved these changes
Jan 8, 2026
Contributor
ElenaStoeva
left a comment
There was a problem hiding this comment.
kbn-management settings changes lgtm
jloleysens
approved these changes
Jan 8, 2026
Contributor
jloleysens
left a comment
There was a problem hiding this comment.
Usage collector changes LGTM
afharo
approved these changes
Jan 12, 2026
Contributor
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
History
|
Contributor
|
Starting backport for target branches: 9.3 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
chrisbmar
added a commit
to chrisbmar/kibana
that referenced
this pull request
Jan 12, 2026
) (cherry picked from commit 8dabb43) # Conflicts: # x-pack/platform/packages/shared/agent-builder/kbn-evals-suite-agent-builder/src/evaluate.ts # x-pack/platform/plugins/shared/onechat/README.md # x-pack/platform/plugins/shared/onechat/server/routes/wrap_handler.ts # x-pack/platform/plugins/shared/onechat/server/ui_settings.ts # x-pack/platform/test/onechat_api_integration/apis/index.ts # x-pack/platform/test/onechat_api_integration/apis/spaces.ts # x-pack/platform/test/onechat_api_integration/apis/tools/builtin_tools.ts # x-pack/solutions/search/plugins/search_homepage/public/components/sample_data_action_button.test.tsx
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
chrisbmar
added a commit
that referenced
this pull request
Jan 12, 2026
…) (#248709) # Backport This will backport the following commits from `main` to `9.3`: - [[Agent Builder] Remove agentBuilder:enabled feature flag (#248050)](#248050) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Chris","email":"50221462+chrisbmar@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-12T15:39:05Z","message":"[Agent Builder] Remove agentBuilder:enabled feature flag (#248050)","sha":"8dabb437f27e917525f8c8914cab4834546b8c2a","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.3.0","v9.4.0"],"title":"[Agent Builder] Remove agentBuilder:enabled feature flag","number":248050,"url":"https://github.com/elastic/kibana/pull/248050","mergeCommit":{"message":"[Agent Builder] Remove agentBuilder:enabled feature flag (#248050)","sha":"8dabb437f27e917525f8c8914cab4834546b8c2a"}},"sourceBranch":"main","suggestedTargetBranches":["9.3"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248050","number":248050,"mergeCommit":{"message":"[Agent Builder] Remove agentBuilder:enabled feature flag (#248050)","sha":"8dabb437f27e917525f8c8914cab4834546b8c2a"}}]}] BACKPORT-->
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/search-team/issues/12292
Removes the
agentBuilder:enabledfeature flag from all relevant places. This PR is going to create some noise, if you're requested to review on behalf of a specific team, you might find the atomic commits helpful.agentBuilder:enabledfeature flag from all relevant places