@kervnet/opencode-kiro-auth 1.7.4 → 1.7.5

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.
@@ -41,7 +41,7 @@ export class TokenRefresher {
41
41
  stillAcc.unhealthyReason = undefined;
42
42
  await this.repository.batchSave([stillAcc]);
43
43
  showToast('Credentials recovered from Kiro CLI sync.', 'info');
44
- return { account: stillAcc, shouldContinue: true };
44
+ return { account: stillAcc, shouldContinue: false };
45
45
  }
46
46
  if (error instanceof KiroTokenRefreshError &&
47
47
  (error.code === 'ExpiredTokenException' ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kervnet/opencode-kiro-auth",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "OpenCode plugin for AWS Kiro (CodeWhisperer) with IAM Identity Center profile support",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",