docs: document planning workflows with Conductor example#21166
Conversation
- Added a new section on planning workflows to Plan Mode documentation. - Included details on the built-in adaptive planning workflow. - Used the Conductor extension as a primary example of extensible planning. - Provided guidance for users to build their own custom planning workflows using core building blocks like enter_plan_mode, ask_user, and exit_plan_mode. - Refactored documentation links for consistency and better readability.
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 Plan Mode documentation by introducing a dedicated section on planning workflows. It clarifies how both the built-in adaptive planner and custom extensions, exemplified by Conductor, facilitate structured research and design. The changes aim to empower users to understand and build tailored planning methodologies within the Gemini CLI, while also improving the overall consistency of internal documentation links. Highlights
Changelog
Activity
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 enhances the Plan Mode documentation by adding a new section on planning workflows. This new section details the built-in adaptive workflow and provides guidance on creating custom workflows, using the Conductor extension as a primary example. Additionally, the PR refactors numerous markdown links to use relative paths and reference-style definitions, improving consistency and maintainability. The new content is clear and the link refactoring is a welcome improvement. I have found no high or critical issues with these changes.
Note: Security Review has been skipped due to the limited scope of the PR.
|
Size Change: -2 B (0%) Total Size: 26 MB ℹ️ View Unchanged
|
Closes #17690