From 330f7ecb64c1325b0e2c59e20e6be43975d1979c Mon Sep 17 00:00:00 2001 From: Emilie Schario Date: Tue, 31 Mar 2026 14:11:25 -0400 Subject: [PATCH] feat(kiloclaw): add redeploy URL to Google setup completion message --- kiloclaw/google-setup/setup.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/kiloclaw/google-setup/setup.mjs b/kiloclaw/google-setup/setup.mjs index da217862e0..eb628790d4 100644 --- a/kiloclaw/google-setup/setup.mjs +++ b/kiloclaw/google-setup/setup.mjs @@ -708,6 +708,7 @@ console.log(' Your bot can now use Gmail, Calendar, Drive, Docs, Sheets, and mo console.log(''); console.log(' Next steps:'); console.log(' 1. Redeploy your kiloclaw instance to activate Google services'); +console.log(' Go to: https://app.kilo.ai/claw#settings'); if (pushSetupOk) { console.log(' 2. Gmail push notifications have been enabled automatically.'); } else {