fix(acp): rename --experimental-acp to --acp & rm zed references

This commit is contained in:
Shreya Keshive
2026-03-03 15:57:45 -05:00
parent 4be08a2261
commit e29e8f0e7c
9 changed files with 44 additions and 38 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ async function initOauthClient(
await triggerPostAuthCallbacks(client.credentials);
} else {
// In Zed integration, we skip the interactive consent and directly open the browser
if (!config.getExperimentalZedIntegration()) {
if (!config.getAcpMode()) {
const userConsent = await getConsentForOauth('');
if (!userConsent) {
throw new FatalCancellationError('Authentication cancelled by user.');