Docs: Clarify extensions documentation.#19277
Conversation
Summary of ChangesHello @jkcinouye, 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 refines the Gemini CLI extensions documentation. The primary goal is to provide a clearer, more structured guide for both users and developers, making it easier to understand how to interact with, build, and release extensions. The changes aim to improve the overall accessibility and utility of the extension ecosystem. Highlights
Changelog
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. 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
|
There was a problem hiding this comment.
Code Review
This pull request significantly improves the documentation for Gemini CLI extensions. The changes restructure the content to better serve both users and developers, with clear paths for each audience. The addition of sections on best practices, testing, troubleshooting, and publishing to the gallery provides valuable information for extension developers. The overall clarity and organization of the documentation are much improved. The changes look good.
|
Size Change: -2 B (0%) Total Size: 24.4 MB ℹ️ View Unchanged
|
|
Fyi Link checker is failing, but I don't think it blocks so I turned off auto-merge for now: 20:39:28 ▶ src/pages/404.astro |
Summary
Updates extensions documentation for clarity between users and developers.
Details
This update delineates between managing and installing extensions (user-focused materials) and building and releasing extensions (developer-focused materials).
Additionally, this update adds information pertaining to releases, including .json config files, version releases, and extension discoverability.
Related Issues
Fixes #19276 19276
How to Validate
Read for any errors or unintended changes. This is a docs-only change.
Pre-Merge Checklist