Skip to content

Commit button is not visible in commit modal #55939

@arnaugomez

Description

@arnaugomez

Reproduction steps

  1. Start zed
  2. Open command palette
  3. Type "git: commit"
  4. Press enter key
  5. See git commit modal

Before upgrading to version v1.1.5+stable.264.10339e2262025f0ba9c95fedab82e73d779f10f6, I'd never experienced this issue.

Current vs. Expected behavior

Current behavior: the buttons at the bottom of the modal are hidden (see image)

Expected behavior: the buttons at the bottom of the modal are visible

Image

Zed version and system specs

Zed: v1.1.5+stable.264.10339e2262025f0ba9c95fedab82e73d779f10f6 (Zed)
OS: macOS 15.6.1
Memory: 18 GiB
Architecture: aarch64

Attach Zed log file

Zed.log
I am sorry but I cannot do it because it's my work machine and there's sensitive information.

Relevant Zed settings

settings.json
{
  "cli_default_open_behavior": "existing_window",
  "session": {
    "trust_all_worktrees": true
  },
  "telemetry": {
    "diagnostics": false,
    "metrics": false
  },
  "base_keymap": "VSCode",
  "restore_on_startup": "last_session",
  "proxy": "",
  "project_panel": {
    "dock": "left",
  },
  "outline_panel": {
    "dock": "left",
  },
  "collaboration_panel": {
    "button": false,
    "dock": "left",
  },
  "debugger": {
    "dock": "right",
  },
  "file_finder": {
    "modal_max_width": "large",
  },
  "diff_view_style": "unified",
  "agent_servers": {
    "opencode": {
      "favorite_config_option_values": {
        "model": [
          "opencode/kimi-k2.6",
          "opencode/claude-opus-4-6/medium"
        ]
      },
      "type": "registry"
    },
    "codex-acp": {
      "favorite_config_option_values": {
        "model": [
          "gpt-5.4-mini",
          "gpt-5.5"
        ]
      },
      "default_config_options": {
        "mode": "full-access",
      },
      "type": "registry",
      "default_mode": "full-access",
      "default_model": "gpt-5.3-codex/medium",
    },
  },
  "languages": {
    "TypeScript": {
      "show_edit_predictions": true,
    },
  },
  "show_edit_predictions": false,
  "edit_predictions": {
    "copilot": {
      "enable_next_edit_suggestions": true,
    },
    "provider": "none",
    "mode": "eager",
  },
  "agent": {
    "favorite_models": [
      {
        "provider": "opencode",
        "model": "zen/kimi-k2.6",
        "enable_thinking": false
      }
    ],
    "default_profile": "write",
    "tool_permissions": {
      "default": "allow",
    },
    "use_modifier_to_send": true,
    "show_turn_stats": false,
    "thinking_display": "always_collapsed",
    "single_file_review": false,
    "button": true,
    "flexible": true,
    "sidebar_side": "right",
    "dock": "right",
    "play_sound_when_agent_done": "always",
    "expand_terminal_card": false,
    "expand_edit_card": true,
    "default_model": {
      "provider": "opencode",
      "model": "gpt-5.4-mini",
    },
    "commit_message_model": {
      "provider": "copilot_chat",
      "model": "claude-haiku-4.5",
    },
  },
  "icon_theme": {
    "mode": "dark",
    "light": "Colored Zed Icons Theme Light",
    "dark": "Colored Zed Icons Theme Dark",
  },
  "agent_buffer_font_size": 13.5,
  "disable_ai": false,
  "buffer_font_family": "JetBrains Mono",
  "bottom_dock_layout": "contained",
  "buffer_line_height": {
    "custom": 1.56,
  },
  "git_panel": {
    "dock": "left",
    "sort_by_path": true,
    "tree_view": false,
  },
  "terminal": {
    "font_size": 11.5,
    "flexible": true,
    "dock": "bottom",
    "font_family": ".ZedMono",
  },
  "agent_ui_font_size": 15.0,
  "ui_font_family": ".ZedSans",
  "vim_mode": true,
  "ui_font_size": 13.5,
  "buffer_font_size": 11.5,
  "theme": {
    "mode": "dark",
    "light": "One Light",
    "dark": "Gruvbox Dark Hard",
  },
  "format_on_save": "on",
  "autosave": {
    "after_delay": {
      "milliseconds": 800,
    },
  },
  "lsp": {
    "vtsls": {
      "settings": {
        "typescript": {
          "updateImportsOnFileMove": {
            "enabled": "always",
          },
        },
        "javascript": {
          "updateImportsOnFileMove": {
            "enabled": "always",
          },
        },
      },
      "enable_lsp_tasks": true,
    },
    "biome": {
      "settings": {
        "require_config_file": true,
      },
    },
  },
}

Relevant Keymap

keymap.json
[
  {
    "context": "Terminal",
    "bindings": {
      "shift-enter": [
        "terminal::SendText",
        "\u001b\r"
      ]
    }
  },
  {
    "context": "Editor",
    "bindings": {
      "cmd-i": "agent::ToggleFocus"
    }
  },
  {
    "context": "Workspace",
    "bindings": {
      "cmd-i": "agent::ToggleFocus"
    }
  },
  {
    "context": "Editor",
    "bindings": {
      "g k": "git::ExpandCommitEditor"
    }
  }
]

(for AI issues) Model provider details

No response

If you are using WSL on Windows, what flavor of Linux are you using?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:design papercutSmall visual defectsarea:popoversFeedback for tooltips, syntax hints, info popups, toasts, etcfrequency:uncommonBugs that happen for a small subset of users, special configurations, rare circumstances, etcpriority:P3Papercuts, minor issues with a clear workaround, cosmetic bugsstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduce

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions