Skip to content

Releases: 4nkitd/gemini-cli

0.4.2

28 Feb 06:37

Choose a tag to compare

New Features

Text Refinement

Revise text to make it more professional:

gema writer "Hey, can we meet to discuss the project?"
gema revise "Hey, can we meet to discuss the project?" # alias

Special formatting options:

  • Use [length=X] to specify approximate word count
  • Use [type=email] to format as a professional email

Example:

gema writer "Need to reschedule our meeting tomorrow. Sorry for late notice." [type=email]

AI Assistant

Ask questions and get command suggestions:

gema cli "how do I find large files in this directory?"
gema ask "how do I find large files in this directory?" # alias

The command will:

  1. Process your query
  2. Show a response
  3. Suggest a terminal command
  4. Ask if you want to run the command

Git Commit Helper

Generate AI-powered commit messages:

gema commit
gema c # alias

You can also specify a repository path:

gema commit /path/to/repo

Or customize the prompt:

gema commit --prompt "Write a detailed commit message explaining the following changes:"

Changelog

  • eff4c37 Update GitHub Actions workflow and README for Gema CLI; enhance release process and clarify API key setup

Released by GoReleaser.

Full Changelog: 0.4.1...0.4.2

Ai has Context of you system Info

21 Dec 17:15

Choose a tag to compare

AI Context Window

  • host_info
  • cpu_time
  • memory_info
  • top_processes

System Prompt

prompt is now not binded to macos rather uses system info for better response.

Example Use Case.

  • ask for network related info of your device or system reformance related questions

Mac OS | Assistant

17 Dec 17:12

Choose a tag to compare

Mac OS | Assistant Pre-release
Pre-release

Full Changelog: https://github.com/4nkitd/gemini-cli/commits/v0.0.1

  • Tested On macos only