feat(plan): update planning workflow to encourage multi-select with descriptions of options#20491
feat(plan): update planning workflow to encourage multi-select with descriptions of options#20491
Conversation
Summary of ChangesHello @Adib234, 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 refines the agent's planning workflow by guiding it to offer more comprehensive and flexible interaction options to users. By promoting multi-select questions with detailed descriptions, the changes aim to enhance user understanding and decision-making during the planning phase, particularly for agents operating in 'Plan Mode'. 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 updates the planning workflow and the ask_user tool to encourage the model to propose multi-select questions with detailed descriptions. The changes modify the system prompt for "Plan Mode" and update the description of the ask_user tool itself. The modifications are well-supported by new tests and snapshot updates, ensuring the prompt generation behaves as expected. The implementation is clear, focused, and correctly addresses the intended feature enhancement. I have not found any issues with the changes.
|
Size Change: +312 B (0%) Total Size: 25.7 MB ℹ️ View Unchanged
|
76bebe8 to
f712d6d
Compare
Summary
Update the planning workflow and ask_user tool to favor multi-select options with descriptive context, improving user decision-making during implementation planning.
Details
Related Issues
Fixes #18920
How to Validate
Model should ask multi-select questions more often
Pre-Merge Checklist