feat(plan): support configuring custom plans storage directory#19577
feat(plan): support configuring custom plans storage directory#19577
Conversation
Summary of ChangesHello @jerop, 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 introduces the capability for users to define a custom directory for storing planning artifacts, moving away from a fixed temporary location. This enhancement provides greater control over file management while incorporating essential security measures to prevent unauthorized access or modification of files outside the project's scope. The changes span configuration, storage logic, and user documentation, all supported by new unit tests to ensure reliability and safety. 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
|
|
Size Change: +1.42 kB (+0.01%) Total Size: 24.5 MB
ℹ️ View Unchanged
|
b7b0f41 to
c20b960
Compare
- Added 'plan' setting nested under 'general' in settings schema - Implemented support for custom plans directory in Storage and Config classes - Added PlanSettings interface to core config - Updated Plan Mode documentation with examples for custom directory and policy overrides - Added unit tests for new configuration in both core and cli packages - Regenerated settings schema and documentation Fixes #18937
c20b960 to
c4b75d1
Compare
Fixes #18937
Tested with instructions in doc: