feat(masking): enable tool output masking by default#18564
Conversation
Summary of ChangesHello @abhipatel12, 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 streamlines the user experience by activating tool output masking as a default setting. This change is designed to optimize the management of the context window, making the system more efficient out-of-the-box, while still allowing users to customize the behavior through accessible settings. Highlights
Changelog
Ignored Files
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 enables tool output masking by default. The changes correctly update the default value in the core configuration and the settings schema. The documentation has also been updated to reflect this change and to make the feature more discoverable. The implementation is consistent and looks good. I have no major concerns.
|
Size Change: -4 B (0%) Total Size: 23.9 MB ℹ️ View Unchanged
|
9dcb597 to
bce3ddf
Compare
Summary
Enabled tool output masking by default across the CLI and core configurations.
This ensures better context window management for all users while keeping the
feature discoverable and configurable via the settings dialog.
Details
packages/core/src/config/config.tsto settoolOutputMasking.enabledtotrueby default in theConfigconstructor.packages/cli/src/config/settingsSchema.tsto setdefault: trueandshowInDialog: truefor theexperimental.toolOutputMasking.enabledsetting.ignoreInDocs: falsefor thetoolOutputMaskinggroup to ensure itappears in documentation.
schemas/settings.schema.jsonand documentation files(
configuration.md,settings.md).npm run preflight.Related Issues
Related to the Tool Output Masking initiative.
How to Validate
npm run start.threshold is reached.
Pre-Merge Checklist