Skip to content

make IDE integration generic#13084

Merged
skeshive merged 1 commit into
release/v0.15.0-preview-0-cpfrom
hotfix/v0.15.0-preview/ide-fix
Nov 14, 2025
Merged

make IDE integration generic#13084
skeshive merged 1 commit into
release/v0.15.0-preview-0-cpfrom
hotfix/v0.15.0-preview/ide-fix

Conversation

@skeshive

Copy link
Copy Markdown
Contributor

Summary

Details

Related Issues

How to Validate

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed)
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@skeshive skeshive requested a review from a team as a code owner November 14, 2025 19:42
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @skeshive, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on making the documentation for IDE integration more generic and inclusive. It updates the README.md to remove the specific mention of 'VS Code' in the description of the IDE integration feature, replacing it with a broader 'IDE companion' term. This change suggests a move towards supporting or describing integration with various IDEs rather than being limited to a single one.

Highlights

  • Documentation Update: The README.md file has been updated to reflect a more generic description of IDE integration, changing 'VS Code companion' to 'IDE companion'.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@skeshive skeshive merged commit bda59c6 into release/v0.15.0-preview-0-cp Nov 14, 2025
5 of 12 checks passed
@skeshive skeshive deleted the hotfix/v0.15.0-preview/ide-fix branch November 14, 2025 19:42

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the README.md to generalize the description of the IDE integration feature, changing it from a 'VS Code companion' to a more generic 'IDE companion'. While this aligns with the pull request's goal, the change is premature and makes the main README.md inconsistent with the implementation and other documentation, which still state that only VS Code and its forks are supported. This can be misleading for users. I have left a comment detailing this issue.

Comment thread README.md
automated workflows.
- [**Architecture Overview**](./docs/architecture.md) - How Gemini CLI works.
- [**IDE Integration**](./docs/ide-integration/index.md) - VS Code companion.
- [**IDE Integration**](./docs/ide-integration/index.md) - IDE companion.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

This change describes the feature as a generic 'IDE companion', which is inconsistent with the current implementation and other documentation files. The feature still appears to be limited to Visual Studio Code. For instance, docs/ide-integration/index.md states, 'Currently, the only supported IDE is Visual Studio Code...'. Similarly, error messages within the CLI code specify support only for 'VS Code or VS Code forks'. This discrepancy is misleading to users and sets incorrect expectations about the feature's capabilities. To ensure documentation accuracy, this change should be accompanied by the full implementation of generic IDE support, or it should be reverted until the feature is truly IDE-agnostic.

@sripasg sripasg added the size/xs An extra small PR label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs An extra small PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants