Merged
Conversation
NTaylorMullen
requested changes
Apr 17, 2025
This is only the first change of many changes. * Remove redundant autogenerated comments * Use the recommended file name style * Use camelCase for variable names * Don't introduce submodules for relevant types * Don't introduce constants like modules, these are implementation details * Remove empty files
NTaylorMullen
approved these changes
Apr 17, 2025
yewenchen
pushed a commit
to yewenchen/gemini-cli
that referenced
this pull request
Jul 8, 2025
z23cc
pushed a commit
to z23cc/opengemini-cli
that referenced
this pull request
Jul 10, 2025
feat: Azure api support
hymjay0
added a commit
to hymjay0/gemini-cli
that referenced
this pull request
Jul 12, 2025
bishal-codepros
pushed a commit
to bishal-codepros/gemini-cli
that referenced
this pull request
Jul 22, 2025
…vely function - Combine initial abort check with depth check for efficiency - Remove unnecessary abort check before fs.readdir (no async operations between checks) - Add abort check after fs.readdir async operation where signal can actually change - Remove abort check from inside for loop (synchronous operations only)
srithreepo
pushed a commit
that referenced
this pull request
Sep 4, 2025
…look for closingIssuesReferences instead of looking for the Issue ID in the body which can lead to wrong issues and labels being pulled in.
cocosheng-g
added a commit
to cocosheng-g/gemini-cli
that referenced
this pull request
Oct 24, 2025
# This is the 1st commit message: feat: Create BYOID auth client when detecting BYOID credentials This change introduces a BYOID auth client that is created when BYOID credentials are detected. It also refactors the code assist server and setup to use the new AuthClient type. # This is the commit message google-gemini#2: resolve comments # This is the commit message google-gemini#3: load credentials only once and lazy load the client # This is the commit message google-gemini#4: use original method names # This is the commit message google-gemini#5: use original method names for getOauthClient # This is the commit message google-gemini#6: remove redundant test mock
aka76bm
referenced
this pull request
in aka76bm/gemini-cli
Oct 29, 2025
…m_and_yarn-fd296dbd23 chore(deps): bump vite from 7.1.9 to 7.1.11 in the npm_and_yarn group across 1 directory
A1cy
added a commit
to A1cy/HiveCodeCli
that referenced
this pull request
Oct 29, 2025
CRITICAL SECURITY FIX - Removed publicly exposed AWS credentials Files Changed: - BEDROCK_SETUP.md: Replaced real credentials with placeholder examples - QUICK_START.md: Replaced real credentials with placeholder examples Security Impact: - Removed AWS_ACCESS_KEY_ID: BedrockAPIKey-mzur-at-124737196430 - Removed AWS_SECRET_ACCESS_KEY (base64 encoded) Action Required:⚠️ USER MUST ROTATE AWS BEDROCK API KEYS IMMEDIATELY⚠️ These credentials were exposed in commit 3ef2c7c⚠️ Go to AWS Console → IAM → Bedrock API Keys → Rotate Keys This commit removes the exposed secrets from documentation files. Users should now use placeholder examples and replace with their own keys. Fixes: GitHub Secret Scanning Alert google-gemini#2
This was referenced Nov 28, 2025
6 tasks
18 tasks
18 tasks
18 tasks
This was referenced Mar 6, 2026
18 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is only the first change of many changes.