Several issues with the new Glass interface

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

  1. It appears to be an independent color theme that cannot be changed.

  2. On the change page, the local and dev options cannot be toggled; hovering over dev shows a copy option but it cannot be clicked.

  3. Poor support for workspaces—dual-repository workspaces only display changes from one repository.

Steps to Reproduce

Directly view interface issues

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.7.0-pre.113.patch.0 (Universal)
VSCode Version: 1.105.1
Commit: 6f6ca294486449fb5e8fbae6c138d459ae95dd10
Date: 2026-03-22T08:13:33.045Z
Build Type: Stable
Release Track: Nightly
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin x64 22.4.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

CleanShot 2026-03-23 at 10.39.45

Hey, thanks for the report. I see the screenshot and GIF, all three issues are reproducible.

For each item:

  1. Glass theme: the team is aware. We’re working on syncing the color scheme between Glass and the IDE. Some fixes already landed in recent builds, so please update to the latest Nightly and check if anything changed.

  2. Local/Dev toggle can’t be clicked: known issue. The buttons in the Glass diff panel aren’t fully functional yet. It’s logged, but there’s no ETA right now.

  3. Workspace with two repos: also a known limitation. Glass doesn’t handle multi-repo workspaces correctly yet and may show changes from only one repo, or even show No uncommitted changes like in your screenshot.

While Glass is in alpha, for full multi-repo and SCM support you can use cursor --classic. Let me know if anything else comes up.