Cursor Settings window layout

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The Cursor Settings window layout for Agents shows the allowed commands so badly that they are unreadable.

Steps to Reproduce

Open the Cursor settings window and select Agents.

Expected Behavior

Use the space better.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.1.14 (system setup)
VSCode Version: 1.105.1
Commit: d8673fb56ba50fda33ad78382000b519bb8acb70
Date: 2026-04-14T01:39:23.679Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue. Commands in the allowlist get cut off because the settings container has a limited width. The team is aware.

For now, you can use a workaround. Manage the allowlist via ~/.cursor/permissions.json:

{
  "terminalAllowlist": [
    "git add",
    "git checkout",
    "mkdir",
    "git status",
    "git diff"
  ]
}

This file takes priority over the UI list. Cursor watches the file for changes, so you don’t need to restart. More details in this thread Allowlist still visually truncates long commands