Releases: 4nkitd/gemini-cli
Releases · 4nkitd/gemini-cli
0.4.2
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?" # aliasSpecial 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?" # aliasThe command will:
- Process your query
- Show a response
- Suggest a terminal command
- Ask if you want to run the command
Git Commit Helper
Generate AI-powered commit messages:
gema commit
gema c # aliasYou can also specify a repository path:
gema commit /path/to/repoOr 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
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
Full Changelog: https://github.com/4nkitd/gemini-cli/commits/v0.0.1
- Tested On macos only