Project
cortex-ide
Description
The Git menu exists in DEFAULT_MENUS but is omitted from MENU_LABELS, and the title bar renders from MENU_LABELS only. The menu is unreachable from visible GUI navigation.
Evidence:
- cortex-ide/src/components/cortex/titlebar/defaultMenus.ts:8 -> export const MENU_LABELS = [
- cortex-ide/src/components/cortex/titlebar/defaultMenus.ts:72 -> Git: [
- cortex-ide/src/components/cortex/CortexTitleBar.tsx:240 ->
Error Message
No explicit error; menu omission is silent in GUI.
Debug Logs
No logs required; menu definitions and rendered labels are out of sync.
System Information
Native GUI: Cortex IDE
Screenshots
Native GUI: Cortex IDE
Artifact is captured from the Cortex GUI; focus screenshots may include a simple issue marker ring.

Steps to Reproduce
- Launch Cortex IDE in IDE mode.
- Inspect the top menu labels in the custom title bar.
- Observe the 'Git' menu is not present.
Expected Behavior
The 'Git' top-level menu should be visible in the title bar.
Actual Behavior
'Git' actions are defined but the 'Git' menu is not rendered.
Additional Context
MENU_LABELS does not include 'Git'.
Project
cortex-ide
Description
The
Gitmenu exists in DEFAULT_MENUS but is omitted from MENU_LABELS, and the title bar renders from MENU_LABELS only. The menu is unreachable from visible GUI navigation.Evidence:
Error Message
No explicit error; menu omission is silent in GUI.
Debug Logs
No logs required; menu definitions and rendered labels are out of sync.
System Information
Native GUI: Cortex IDE
Screenshots
Native GUI: Cortex IDE
Artifact is captured from the Cortex GUI; focus screenshots may include a simple issue marker ring.
Steps to Reproduce
Expected Behavior
The 'Git' top-level menu should be visible in the title bar.
Actual Behavior
'Git' actions are defined but the 'Git' menu is not rendered.
Additional Context
MENU_LABELS does not include 'Git'.