import { MenuId } from '../../platform/actions/common/actions.js';
export const Menus = {
ChatBarTitle: new MenuId('ChatBarTitle'),
CommandCenter: new MenuId('SessionsCommandCenter'),
CommandCenterCenter: new MenuId('SessionsCommandCenterCenter'),
TitleBarContext: new MenuId('SessionsTitleBarContext'),
TitleBarLeftLayout: new MenuId('SessionsTitleBarLeftLayout'),
TitleBarSessionTitle: new MenuId('SessionsTitleBarSessionTitle'),
TitleBarSessionMenu: new MenuId('SessionsTitleBarSessionMenu'),
TitleBarRightLayout: new MenuId('SessionsTitleBarRightLayout'),
MobileTitleBarCenter: new MenuId('SessionsMobileTitleBarCenter'),
PanelTitle: new MenuId('SessionsPanelTitle'),
SidebarTitle: new MenuId('SessionsSidebarTitle'),
SidebarSessionsHeader: new MenuId('SessionsSidebarSessionsHeader'),
AuxiliaryBarTitle: new MenuId('SessionsAuxiliaryBarTitle'),
SidebarFooter: new MenuId('SessionsSidebarFooter'),
SidebarCustomizations: new MenuId('SessionsSidebarCustomizations'),
AccountMenu: new MenuId('SessionsAccountMenu'),
AgentFeedbackEditorContent: new MenuId('AgentFeedbackEditorContent'),
NewSessionConfig: new MenuId('NewSessions.SessionConfigMenu'),
NewSessionControl: new MenuId('NewSessions.SessionControlMenu'),
NewSessionRepositoryConfig: new MenuId('NewSessions.RepositoryConfigMenu'),
SessionWorkspaceManage: new MenuId('Sessions.SessionWorkspaceManage'),
} as const;