From e25bfb4876dea467955d9f5064e99563536d465a Mon Sep 17 00:00:00 2001 From: Justin Helmer Date: Mon, 14 Sep 2026 18:36:46 -0700 Subject: [PATCH] chore: drop the skills OAuth scopes the API no longer defines nominal#2912 removed the skills API and cli#95 removed the skill commands; the sign-in flow still asked for skills:delete/read/write. Nothing consumes them, so the consent screen lists three scopes that do nothing. Co-Authored-By: Claude Fable 5.1 --- src/auth/oauth.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/auth/oauth.ts b/src/auth/oauth.ts index 2095ed7..66cf876 100644 --- a/src/auth/oauth.ts +++ b/src/auth/oauth.ts @@ -78,9 +78,6 @@ export const DEFAULT_SCOPES = [ 'repositories:delete', 'repositories:read', 'repositories:write', - 'skills:delete', - 'skills:read', - 'skills:write', 'subscriptions:read', 'subscriptions:write', 'teams:delete',