Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b7f8bf8
remove redundant header elements
Samiul-TheSoccerFan Nov 29, 2025
8573ffd
remove explore default agent and added static agent builder chat window
Samiul-TheSoccerFan Dec 1, 2025
8e9978f
load agents dynamically
Samiul-TheSoccerFan Dec 1, 2025
63fdb01
load connectors with popover
Samiul-TheSoccerFan Dec 2, 2025
956c512
remove both api key packages from workplaceai
Samiul-TheSoccerFan Dec 2, 2025
67c1c51
remove and update api key references from workplaceai
Samiul-TheSoccerFan Dec 2, 2025
cc70af1
update limits and codeowners
Samiul-TheSoccerFan Dec 2, 2025
83d2a61
update spacing between the sections
Samiul-TheSoccerFan Dec 2, 2025
681a35e
update naming as per convention
Samiul-TheSoccerFan Dec 2, 2025
ea8e623
replace type to tool call in agents
Samiul-TheSoccerFan Dec 2, 2025
4c39e01
adding bigger padding between sections
Samiul-TheSoccerFan Dec 2, 2025
16f88a5
align all cards with same height and also display top 4 and introduce…
Samiul-TheSoccerFan Dec 2, 2025
f09533f
remove deeplinks and refactor the urls
Samiul-TheSoccerFan Dec 2, 2025
240c619
update limits
Samiul-TheSoccerFan Dec 2, 2025
38d3196
remove package reference from yarn lock
Samiul-TheSoccerFan Dec 2, 2025
36f7af7
update moon configs
Samiul-TheSoccerFan Dec 2, 2025
a176076
Changes from node scripts/lint_ts_projects --fix
kibanamachine Dec 2, 2025
feb7a91
Changes from node scripts/regenerate_moon_projects.js --update
kibanamachine Dec 2, 2025
a32d590
merge from main
Samiul-TheSoccerFan Dec 3, 2025
55d0ff9
rename, refactor url, and conditional logic
Samiul-TheSoccerFan Dec 3, 2025
3022e21
reusing non hooks variants for shadow and hover
Samiul-TheSoccerFan Dec 3, 2025
bbbfa14
refactor css styling with inline euitheme
Samiul-TheSoccerFan Dec 3, 2025
97ece5b
update limits
Samiul-TheSoccerFan Dec 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1229,8 +1229,6 @@ x-pack/solutions/security/test/plugin_functional/plugins/resolver_test @elastic/
x-pack/solutions/security/test/security_solution_api_integration @elastic/security-detection-engine
x-pack/solutions/security/test/security_solution_api_integration/config/services/detections_response @elastic/security-detection-engine
x-pack/solutions/security/test/security_solution_endpoint @elastic/security-defend-workflows
x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-components @elastic/search-kibana @elastic/workchat-eng
x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-server @elastic/search-kibana @elastic/workchat-eng
x-pack/solutions/workplaceai/plugins/serverless_workplace_ai @elastic/search-kibana @elastic/workchat-eng
x-pack/solutions/workplaceai/plugins/workplace_ai_app @elastic/search-kibana @elastic/workchat-eng
x-pack/solutions/workplaceai/test @elastic/workchat-eng
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,6 @@
"@kbn/workflows-management-plugin": "link:src/platform/plugins/shared/workflows_management",
"@kbn/workflows-ui": "link:src/platform/packages/shared/kbn-workflows-ui",
"@kbn/workplace-ai-app": "link:x-pack/solutions/workplaceai/plugins/workplace_ai_app",
"@kbn/workplaceai-api-keys-components": "link:x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-components",
"@kbn/workplaceai-api-keys-server": "link:x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-server",
"@kbn/xstate-utils": "link:src/platform/packages/shared/kbn-xstate-utils",
"@kbn/zod": "link:src/platform/packages/shared/kbn-zod",
"@kbn/zod-helpers": "link:src/platform/packages/shared/kbn-zod-helpers",
Expand Down
10 changes: 5 additions & 5 deletions packages/kbn-optimizer/limits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pageLoadAssetSize:
apm: 38573
apmSourcesAccess: 2278
automaticImport: 12162
automaticImportVTwo: 4694
automaticImportVTwo: 4662
banners: 4087
canvas: 15142
cases: 153204
Expand Down Expand Up @@ -89,7 +89,7 @@ pageLoadAssetSize:
inputControlVis: 7660
inspectComponent: 4900
inspector: 17954
interactiveSetup: 36654
interactiveSetup: 36524
intercepts: 19011
kibanaOverview: 6339
kibanaReact: 22503
Expand Down Expand Up @@ -123,7 +123,7 @@ pageLoadAssetSize:
observabilityLogsExplorer: 4918
observabilityOnboarding: 12872
observabilityShared: 75115
onechat: 25223
onechat: 25218
osquery: 47422
painlessLab: 6299
presentationPanel: 11418
Expand Down Expand Up @@ -205,5 +205,5 @@ pageLoadAssetSize:
visualizations: 38375
watcher: 10485
workflowsExtensions: 2554
workflowsManagement: 8545
workplaceAIApp: 6454
workflowsManagement: 8497
workplaceAIApp: 6135
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
*/

export const AGENT_BUILDER_APP_ID = 'agent_builder';
export const AGENT_BUILDER_AGENTS_CREATE = 'agents_create';
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

export { AGENT_BUILDER_APP_ID, AGENT_BUILDER_AGENTS_CREATE } from './constants';
export { AGENT_BUILDER_APP_ID } from './constants';
export type { DeepLinkId } from './deep_links';
4 changes: 0 additions & 4 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2448,10 +2448,6 @@
"@kbn/workflows-ui/*": ["src/platform/packages/shared/kbn-workflows-ui/*"],
"@kbn/workplace-ai-app": ["x-pack/solutions/workplaceai/plugins/workplace_ai_app"],
"@kbn/workplace-ai-app/*": ["x-pack/solutions/workplaceai/plugins/workplace_ai_app/*"],
"@kbn/workplaceai-api-keys-components": ["x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-components"],
"@kbn/workplaceai-api-keys-components/*": ["x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-components/*"],
"@kbn/workplaceai-api-keys-server": ["x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-server"],
"@kbn/workplaceai-api-keys-server/*": ["x-pack/solutions/workplaceai/packages/kbn-workplaceai-api-keys-server/*"],
"@kbn/workspaces": ["src/platform/packages/shared/kbn-workspaces"],
"@kbn/workspaces/*": ["src/platform/packages/shared/kbn-workspaces/*"],
"@kbn/xstate-utils": ["src/platform/packages/shared/kbn-xstate-utils"],
Expand Down
1 change: 0 additions & 1 deletion x-pack/platform/plugins/shared/onechat/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ dependsOn:
- '@kbn/shared-ux-utility'
- '@kbn/usage-collection-plugin'
- '@kbn/core-notifications-browser'
- '@kbn/deeplinks-agent-builder'
tags:
- plugin
- prod
Expand Down
8 changes: 0 additions & 8 deletions x-pack/platform/plugins/shared/onechat/public/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { AppMountParameters } from '@kbn/core-application-browser';
import { DEFAULT_APP_CATEGORIES } from '@kbn/core-application-common';
import type { CoreSetup } from '@kbn/core-lifecycle-browser';
import type { AnalyticsServiceSetup } from '@kbn/core/public';
import { AGENT_BUILDER_AGENTS_CREATE } from '@kbn/deeplinks-agent-builder';
import { i18n } from '@kbn/i18n';
import type { ManagementSetup } from '@kbn/management-plugin/public';
import { eventTypes } from '../common/events';
Expand Down Expand Up @@ -54,13 +53,6 @@ export const registerApp = ({
path: '/agents',
title: i18n.translate('xpack.onechat.agents.title', { defaultMessage: 'Agents' }),
},
{
id: AGENT_BUILDER_AGENTS_CREATE,
path: '/agents/new',
title: i18n.translate('xpack.onechat.agents.createTitle', {
defaultMessage: 'Create Agent',
}),
},
],
async mount({ element, history, onAppLeave }: AppMountParameters) {
const { mountApp } = await import('./application');
Expand Down
1 change: 0 additions & 1 deletion x-pack/platform/plugins/shared/onechat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@
"@kbn/shared-ux-utility",
"@kbn/usage-collection-plugin",
"@kbn/core-notifications-browser",
"@kbn/deeplinks-agent-builder",
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading