Quiet Mode : Added --quiet flag to suppress normal output
Dry Run Mode : Added --dry flag to preview content that will be sent to AI without actually sending or committing
Optimized Deleted File Handling : Deleted files now only display "Deleted: filename" instead of full file content in diffs, making output cleaner and more efficient
Enhanced gim ai command:
gim ai now displays masked API key (first 8 characters + ***)
gim ai -k without value showing current complete key
Added --show-location flag to command config to show config file location
Added binary to scoop bucket
Added --reset flag to prompt subcommand
Reset both diff and subject prompts to default
Remove prompt files if they exist
Ignore deleted files content to reduce AI chat token consumption
Added mkdocs docs
Added custom param lines_limit to halt app running when too many changes
Added support for set 'update' block params: gim update --max <M> --interval <V>
add command to show 'ai' block
New prompt subcommand to manage AI prompt templates
View both diff and subject prompt templates
Edit prompt files with --edit flag
Support for custom editors with --editor option
Short aliases for prompt types (d/diff/diff_prompt, s/subject/subject_prompt)
Back to top