Skip to content

Computer Use UI toggle missing in Settings (Desktop tab) — version 3.0.46.68 (macOS) #108

Description

@dongphdev

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

  1. Open MiniMax Code 3.0.46.68 on macOS
  2. Open Settings (Cmd+,)
  3. Click "Desktop" section in left sidebar (labeled "General")
  4. Observe: only theme picker (Light/Dark/System) shown
  5. 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions