@claude-sync/cli 0.1.7 → 0.1.8

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.
@@ -4762,7 +4762,7 @@ async function loginWithBrowser(client) {
4762
4762
  printInfo(`Code: ${brandBold(response.code)}`);
4763
4763
  const spinner = createSpinner("Waiting for browser authorization...").start();
4764
4764
  const pollInterval = 2e3;
4765
- const maxAttempts = 150;
4765
+ const maxAttempts = 900;
4766
4766
  let attempts = 0;
4767
4767
  while (attempts < maxAttempts) {
4768
4768
  await new Promise((resolve) => setTimeout(resolve, pollInterval));