@juspay/neurolink 9.54.0 → 9.54.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [9.54.1](https://github.com/juspay/neurolink/compare/v9.54.0...v9.54.1) (2026-04-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **(auth):** always display OAuth URL for remote device compatibility ([922daa7](https://github.com/juspay/neurolink/commit/922daa7b32c6b22d426bb644ef85a43a72509478))
6
+
1
7
  ## [9.54.0](https://github.com/juspay/neurolink/compare/v9.53.0...v9.54.0) (2026-04-12)
2
8
 
3
9
  ### Features
@@ -996,6 +996,9 @@ async function handleCreateApiKeyOAuth(provider) {
996
996
  logger.always("3. Copy the authorization code shown on the page");
997
997
  logger.always("4. Paste the code below");
998
998
  logger.always("");
999
+ logger.always(chalk.dim(" Authentication URL:"));
1000
+ logger.always(chalk.cyan(` ${authUrl.toString()}`));
1001
+ logger.always("");
999
1002
  // Prompt user to enter the authorization code
1000
1003
  const { authCode } = await inquirer.prompt([
1001
1004
  {
@@ -1158,6 +1161,9 @@ async function handleOAuthAuth(provider) {
1158
1161
  logger.always("3. Copy the authorization code shown on the page");
1159
1162
  logger.always("4. Paste the code below");
1160
1163
  logger.always("");
1164
+ logger.always(chalk.dim(" Authentication URL:"));
1165
+ logger.always(chalk.cyan(` ${authUrl.toString()}`));
1166
+ logger.always("");
1161
1167
  // Prompt user to enter the authorization code
1162
1168
  const { authCode } = await inquirer.prompt([
1163
1169
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "9.54.0",
3
+ "version": "9.54.1",
4
4
  "packageManager": "pnpm@10.15.1",
5
5
  "description": "Universal AI Development Platform with working MCP integration, multi-provider support, and professional CLI. Built-in tools operational, 58+ external MCP servers discoverable. Connect to filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 13 providers: OpenAI, Anthropic, Google AI, AWS Bedrock, Azure, Hugging Face, Ollama, and Mistral AI.",
6
6
  "author": {