fix(offload): resolve syntax error and finalize setup script

This commit is contained in:
mkorwel
2026-03-15 20:17:23 -07:00
parent de50780ab9
commit 4d791904d4

View File

@@ -139,6 +139,7 @@ Host ${sshAlias}
if (fs.existsSync(lp)) {
spawnSync(`${rsyncBase} ${lp} ${remoteHost}:~/.gemini/google_accounts.json`, { shell: true });
}
}
// 4. Scoped Token Onboarding
if (await confirm('Generate a scoped, secure token for the autonomous agent? (Recommended)')) {
// Correct URL for Fine-Grained PAT (Beta)