docs: add vi mode shortcuts and clarify MCP/custom sandbox setup#23853
docs: add vi mode shortcuts and clarify MCP/custom sandbox setup#23853g-samroberts merged 7 commits intogoogle-gemini:mainfrom
Conversation
Summary of ChangesHello, 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 significantly enhances the documentation for the Gemini CLI by providing detailed instructions for Vi mode usage and streamlining the setup process for the SQLite MCP server. It also clarifies an important distinction regarding custom sandbox image builds, ensuring users understand the prerequisites based on their CLI installation method. Highlights
Using Gemini Code AssistThe 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
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 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. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the documentation across several files. It adds a quick start guide for setting up a SQLite reference server in README.md. Clarifications regarding the use of BUILD_SANDBOX for custom sandbox builds, specifically its limitation to source installations versus npm installations, have been added to docs/cli/sandbox.md and docs/reference/configuration.md. Additionally, a comprehensive section detailing Vi mode keyboard shortcuts, including mode switching, navigation, editing, and find/replace/yank/paste commands, has been added to docs/reference/keyboard-shortcuts.md. There is no feedback to provide.
Note: Security Review has been skipped due to the limited scope of the PR.
|
@g-samroberts this is the docs follow-up for #23825 that you labeled and assigned. It now covers the vi mode shortcuts, the SQLite MCP quick start, and the BUILD_SANDBOX source-vs-npm clarification. I also applied a small accuracy follow-up on the I vim binding description after an independent review. If you have a chance, I’d appreciate a look. |
Summary
Testing
Closes #23825