Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
reugn
/
gemini-cli
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
219
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Nov 22, 2025
deps: update dependencies and set version to 0.5.0 (#59)
reugn
authored
7215482
View commit details
Copy full SHA for 7215482
Browse repository at this point
Commits on Nov 21, 2025
feat: reconcile with on-disk changes before writing configuration (#58)
reugn
authored
fe9c471
View commit details
Copy full SHA for fe9c471
Browse repository at this point
Commits on Nov 20, 2025
feat: add support for google search and browsing tools (#57)
reugn
authored
d383150
View commit details
Copy full SHA for d383150
Browse repository at this point
Commits on Nov 19, 2025
refactor: migrate to the new go-genai library (#56)
reugn
authored
7ba6130
View commit details
Copy full SHA for 7ba6130
Browse repository at this point
Commits on Sep 20, 2025
chore: update dependencies and goreleaser configuration (#55)
reugn
authored
d2c8413
View commit details
Copy full SHA for d2c8413
Browse repository at this point
Commits on Sep 2, 2025
fix: close terminal reader on application exit (#54)
reugn
authored
f1cc6fc
View commit details
Copy full SHA for f1cc6fc
Browse repository at this point
Commits on Jul 11, 2025
feat: set gemini-2.5-flash as the default model (#51)
reugn
authored
d61beb9
View commit details
Copy full SHA for d61beb9
Browse repository at this point
Commits on May 31, 2025
ci: upgrade golangci-lint to v2.1.5 (#50)
reugn
authored
ed58931
View commit details
Copy full SHA for ed58931
Browse repository at this point
Commits on Apr 19, 2025
chore: use auto style constant (#48)
reugn
authored
b0b504f
View commit details
Copy full SHA for b0b504f
Browse repository at this point
Commits on Mar 29, 2025
feat: implement search functionality for model selection (#47)
reugn
authored
b4153f7
View commit details
Copy full SHA for b4153f7
Browse repository at this point
Commits on Feb 27, 2025
feat: allow style set by environment variable (#43)
Show description for a4383c5
smemsh
authored
a4383c5
View commit details
Copy full SHA for a4383c5
Browse repository at this point
Commits on Dec 15, 2024
deps: update dependencies and set version to 0.4.0 (#38)
reugn
authored
50b8be6
View commit details
Copy full SHA for 50b8be6
Browse repository at this point
Commits on Dec 14, 2024
feat: set gemini-1.5-flash as the default model (#37)
reugn
authored
ed5f223
View commit details
Copy full SHA for ed5f223
Browse repository at this point
Commits on Dec 13, 2024
ci: update versions in workflows (#36)
reugn
authored
b707d74
View commit details
Copy full SHA for b707d74
Browse repository at this point
Commits on Dec 7, 2024
feat: add help system command (#34)
reugn
authored
0dacfe2
View commit details
Copy full SHA for 0dacfe2
Browse repository at this point
Commits on Dec 6, 2024
feat: expose response word wrapping length configuration (#33)
reugn
authored
1c6f426
View commit details
Copy full SHA for 1c6f426
Browse repository at this point
feat: add separate terminal prompt for multiline input (#32)
reugn
authored
2c188a1
View commit details
Copy full SHA for 2c188a1
Browse repository at this point
Commits on Dec 5, 2024
refactor: internal packages structure (#31)
reugn
authored
e98b3a4
View commit details
Copy full SHA for e98b3a4
Browse repository at this point
Commits on Dec 4, 2024
feat!: add support for model configuration and persistent history storage (#30)
reugn
authored
9cedafb
View commit details
Copy full SHA for 9cedafb
Browse repository at this point
Commits on Oct 23, 2024
feat!: support multiple generative models (#29)
reugn
authored
84f9c7e
View commit details
Copy full SHA for 84f9c7e
Browse repository at this point
Commits on Sep 21, 2024
deps: update dependencies and set version to 0.3.1 (#25)
reugn
authored
de16134
View commit details
Copy full SHA for de16134
Browse repository at this point
Commits on Sep 20, 2024
ci(goreleaser): exclude merge commits from changelog (#24)
reugn
authored
c7b0e27
View commit details
Copy full SHA for c7b0e27
Browse repository at this point
Commits on Sep 11, 2024
ci: update golangci-lint configuration (#23)
reugn
authored
36a9832
View commit details
Copy full SHA for 36a9832
Browse repository at this point
refactor: make the cli package internal (#22)
reugn
authored
3858b9f
View commit details
Copy full SHA for 3858b9f
Browse repository at this point
Commits on Jul 27, 2024
fix: error handling in multi-line mode (#20)
reugn
authored
ff8e5a9
View commit details
Copy full SHA for ff8e5a9
Browse repository at this point
Commits on Apr 6, 2024
feat: allow for using SIGINT to clear input (#14)
reugn
authored
66a75fc
View commit details
Copy full SHA for 66a75fc
Browse repository at this point
Commits on Mar 15, 2024
deps: update dependencies and set version to 0.3.0 (#12)
reugn
authored
1fe104f
View commit details
Copy full SHA for 1fe104f
Browse repository at this point
chore: make color variables constants (#11)
reugn
authored
1e05077
View commit details
Copy full SHA for 1e05077
Browse repository at this point
Commits on Mar 9, 2024
fix: typo in the readme (#10)
reugn
authored
bb365e0
View commit details
Copy full SHA for bb365e0
Browse repository at this point
Commits on Mar 5, 2024
feat: add a system command to toggle input mode (#9)
reugn
authored
1640bb3
View commit details
Copy full SHA for 1640bb3
Browse repository at this point
feat: synchronize prompt colors with terminal background (#8)
reugn
authored
3f9b170
View commit details
Copy full SHA for 3f9b170
Browse repository at this point
docs: add a note about available regions for the Gemini API (#7)
reugn
authored
b1fe8cf
View commit details
Copy full SHA for b1fe8cf
Browse repository at this point
Commits on Mar 4, 2024
feat: add support for multi-line input (#6)
reugn
authored
492989f
View commit details
Copy full SHA for 492989f
Browse repository at this point
Commits on Feb 20, 2024
chore: remove comment added inadvertently
reugn
committed
0fd5306
View commit details
Copy full SHA for 0fd5306
Browse repository at this point
Commits on Feb 18, 2024
chore: prepare release 0.2.0 (#3)
reugn
authored
89f1ee2
View commit details
Copy full SHA for 89f1ee2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.