Skip to content

feat: disable Gemini Code Assist#393

Merged
jcstein merged 3 commits intomainfrom
copilot/remove-gemini-code-assist
Mar 3, 2026
Merged

feat: disable Gemini Code Assist#393
jcstein merged 3 commits intomainfrom
copilot/remove-gemini-code-assist

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

Plan to Remove Gemini Code Assist

  • Search for Gemini Code Assist configuration files in the repository
  • Verify no .gemini/ directory exists
  • Verify no gemini-related files or configuration in the codebase
  • Create .gemini/config.yaml to disable code review feature
  • Add documentation in .gemini/README.md
  • Run markdownlint to verify all files pass linting
  • Request code review - passed with no issues
  • Run security scan - no issues found
  • Simplify README per feedback (42 lines → 5 lines)

Summary

Successfully disabled Gemini Code Assist by creating a .gemini/config.yaml configuration file with code_review: disable: true. This prevents the Gemini Code Assist GitHub App from automatically posting code reviews on pull requests.

Files Changed

  • .gemini/config.yaml - Configuration to disable code review feature
  • .gemini/README.md - Concise documentation (simplified per feedback)

Verification

✅ All markdown files pass linting checks
✅ Code review completed with no issues
✅ Security scan completed with no concerns

Original prompt

This section details on the original issue you should resolve

<issue_title>feat: remove gemini code assist from this repo</issue_title>
<issue_description>> #391 (review)</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove Gemini code assist from the repository feat: disable Gemini Code Assist Mar 2, 2026
@jcstein
Copy link
Member

jcstein commented Mar 3, 2026

@copilot the README seems excessive

Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 3, 2026

@copilot the README seems excessive

Simplified to 5 lines. (3001892)

Copy link
Member

@jcstein jcstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@jcstein jcstein requested a review from rootulp March 3, 2026 17:45
@jcstein jcstein marked this pull request as ready for review March 3, 2026 20:42
@jcstein jcstein merged commit fe38d6b into main Mar 3, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: remove gemini code assist from this repo

3 participants