fix(patch): cherry-pick 0135b03 to release/v0.33.0-preview.2-pr-21171 [CONFLICTS]#21336
Conversation
…frences (#21171) # Conflicts: # packages/core/src/code_assist/oauth2.test.ts
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 is an automated cherry-pick aimed at standardizing the naming for the Agent-Client Protocol (ACP) mode. It renames the command-line flag from an experimental prefix to a more concise one and refactors the corresponding codebase structure. The change improves clarity and consistency in how ACP features are invoked and organized within the project. Note that this PR has merge conflicts that require manual resolution before it can be merged. 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: -181 B (0%) Total Size: 25.9 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Code Review
This pull request appears to be a cherry-pick that renames the --experimental-acp flag to --acp and refactors related code by renaming zed-integration to acp. The changes are mostly straightforward renames and updates to support the new flag while deprecating the old one. The critical issue of an unresolved merge conflict in one of the test files still needs to be addressed.
Note: Security Review is unavailable for this PR.
I am having trouble creating individual review comments. Click here to see my feedback.
packages/core/src/code_assist/oauth2.test.ts (98-103)
This file contains unresolved merge conflict markers (<<<<<<<, =======, >>>>>>>). This will cause syntax errors and prevent the code from compiling or running. Please resolve the conflict.
getAcpMode: () => false,
isInteractive: () => true,
This PR automatically cherry-picks commit 0135b03 to patch version v0.33.0-preview.2 in the preview release to create version 0.33.0-preview.3.
This cherry-pick resulted in merge conflicts that need manual resolution.
🔧 Next Steps:
📋 Files with conflicts:
The commit has been created with conflict markers for easier manual resolution.
🚨 Important: