Skip to content

Commit View

The Commit View opens when you press c from the File View with staged files. It provides a text input for writing your commit message, along with a character counter and optional AI-powered message generation.

Type your message directly. A cursor shows your current position in the input field.

Below the input, a counter displays the current length of your message in the format N/72, where 72 is the conventional maximum length for a commit subject line.

The counter changes color based on the length:

LengthColorMeaning
Under 50DefaultGood length
50 to 72YellowApproaching the limit
Over 72RedExceeds the conventional limit

The counter is a visual guide. Froggit does not prevent you from committing longer messages.

If you have an active GitHub Copilot subscription, a purple tab AI indicator appears in the controls bar. Press Tab to generate a commit message based on your staged changes.

A spinner animation shows while the message is being generated. Once ready, the message appears in the input field and you can edit it before committing.

KeyAction
EnterConfirm and create the commit
BackspaceDelete a character
TabGenerate an AI commit message (when Copilot is available)
EscCancel and return to the File View