open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

login: add 'Checking session...' status output during restoreAgent

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1
+1
src/cmd/login.js
··· 25 25 const existing = loadConfig(); 26 26 if (existing.did) { 27 27 try { 28 + console.log('Checking session...'); 28 29 await restoreAgent(existing.did); 29 30 console.log(`Already logged in as ${existing.did}`); 30 31 return;