chore(config): disable agents by default#23546
Conversation
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 adjusts the default behavior of the experimental agents feature, setting it to disabled by default. This change aims to postpone the full launch of the feature, ensuring a more controlled and deliberate rollout in the upcoming stable release. It effectively reverts the feature to an opt-in state, providing flexibility for its future activation. Highlights
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. Footnotes
|
|
Size Change: -2 B (0%) Total Size: 26.1 MB
ℹ️ View Unchanged
|
424aab0 to
557fffe
Compare
|
/patch preview |
|
🚀 [Step 1/4] Patch workflow(s) waiting for approval! 📋 Details:
⏳ Status: The patch creation workflow has been triggered and is waiting for deployment approval. Please visit the specific workflow links below and approve the runs. 🔗 Track Progress: |
# Conflicts: # integration-tests/browser-policy.test.ts # packages/a2a-server/src/config/config.test.ts # packages/a2a-server/src/config/config.ts
|
🚀 [Step 2/4] Patch PR Created! 📋 Patch Details:
📝 Next Steps:
🔗 Track Progress: |
|
🚀 [Step 3/4] Patch Release Waiting for Approval! 📋 Release Details:
⏳ Status: The patch release has been triggered and is waiting for deployment approval. Please visit the specific workflow run link below and approve the deployment. You'll receive another update when it completes. 🔗 Track Progress: |
|
✅ [Step 4/4] Patch Release Complete! 📦 Release Details:
🎉 Status: Your patch has been successfully released and published to npm! 📝 What's Available:
🔗 Links: |
Summary
Disables
enableAgentsby default to postpone the feature launch to stable for this week's cut, reverting behavior to a state similar to PR 22386.Details
enableAgentsvalue fromtruetofalsein:packages/cli/src/config/settingsSchema.tspackages/core/src/config/config.tspackages/a2a-server/src/config/config.tsa2a-serverandclito match new default.Related Issues
How to Validate
Targeted tests pass:
Pre-Merge Checklist