File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ type NodeApis = {
4242let nodeApis : NodeApis | null = null ;
4343let nodeApisPromise : Promise < NodeApis > | null = null ;
4444
45- const decode = ( s : string ) => atob ( s ) ;
46- const CLIENT_ID = decode ( "OWQxYzI1MGEtZTYxYi00NGQ5LTg4ZWQtNTk0NGQxOTYyZjVl" ) ;
45+ const CLIENT_ID = "9d1c250a-e61b-44d9-88ed-5944d1962f5e" ;
4746const AUTHORIZE_URL = "https://claude.ai/oauth/authorize" ;
4847const TOKEN_URL = "https://platform.claude.com/v1/oauth/token" ;
4948const DEFAULT_CALLBACK_HOST = "127.0.0.1" ;
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ type CopilotCredentials = OAuthCredentials & {
2020 enterpriseUrl ?: string ;
2121} ;
2222
23- const decode = ( s : string ) => atob ( s ) ;
24- const CLIENT_ID = decode ( "SXYxLmI1MDdhMDhjODdlY2ZlOTg=" ) ;
23+ const CLIENT_ID = "Iv1.b507a08c87ecfe98" ;
2524
2625const COPILOT_HEADERS = {
2726 "User-Agent" : "GitHubCopilotChat/0.35.0" ,
You can’t perform that action at this time.
0 commit comments