agentlink-sh 0.30.0 → 0.30.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12914,6 +12914,7 @@ ${red("Error:")} ${error}`);
12914
12914
  }
12915
12915
  let cloudConfig;
12916
12916
  if (useCloud && !skipEnv) {
12917
+ await ensureAccessToken({ nonInteractive, projectDir: process.cwd() });
12917
12918
  const picked = await pickOrg(process.cwd(), {
12918
12919
  org: opts.orgId,
12919
12920
  nonInteractive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlink-sh",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "CLI for building Supabase apps with AI agents",
5
5
  "bin": {
6
6
  "agentlink": "dist/index.js"