Computer Use UI toggle missing in Settings (Desktop tab) — version 3.0.46.68 (macOS)
Severity: High — feature unusable
Environment
- App: MiniMax Code 3.0.46.68 (darwin universal)
- OS: macOS 15.x
- Renderer toggle says "Computer Use is not enabled (renderer toggle is off)" when agent tries to use Computer Use tool
What works
- Backend IPC channel
desktop:set-computer-use-active is present
- Power module
setComputerUseActive() exists
- Screen recording permission bridge exists
- i18n keys
cu_permission_title, cu_enable_title, cu_enable_desc, cu_screen_recording_title, cu_clipboard_title, cu_app_launch_title all present in translation bundle
What's missing
- Settings → Desktop tab only renders 4 sections: Application, Session Management, About, Developer
- The expected Permissions section (
desktop_section_permissions) with the Computer Use toggle is NOT rendered
- No way to enable Computer Use from the UI
Steps to reproduce
- Open MiniMax Code 3.0.46.68 on macOS
- Open Settings (Cmd+,)
- Click "Desktop" section in left sidebar (labeled "General")
- Observe: only theme picker (Light/Dark/System) shown
- No "Enable Computer Use" toggle anywhere in Settings
Expected
Permissions section with "Enable Computer Use" switch + 3 permission rows (Screen Recording, Clipboard, App Launch), as defined in i18n bundle.
Root cause hint (from decompiled JSX)
React render code in Settings only includes:
Computer Use UI toggle missing in Settings (Desktop tab) — version 3.0.46.68 (macOS)
Severity: High — feature unusable
Environment
What works
desktop:set-computer-use-activeis presentsetComputerUseActive()existscu_permission_title,cu_enable_title,cu_enable_desc,cu_screen_recording_title,cu_clipboard_title,cu_app_launch_titleall present in translation bundleWhat's missing
desktop_section_permissions) with the Computer Use toggle is NOT renderedSteps to reproduce
Expected
Permissions section with "Enable Computer Use" switch + 3 permission rows (Screen Recording, Clipboard, App Launch), as defined in i18n bundle.
Root cause hint (from decompiled JSX)
React render code in Settings only includes: