Merge pull request #1838 from jonahzheng/patch-1

Update helpers.go
This commit is contained in:
Mauro 2026-03-30 14:23:38 +02:00 committed by GitHub
commit 34b4848214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,11 @@ func onboard(encrypt bool) {
fmt.Println("")
fmt.Println(" See README.md for 17+ supported providers.")
fmt.Println("")
fmt.Println(" 3. Chat: picoclaw agent -m \"Hello!\"")
if encrypt {
fmt.Println(" 3. Chat: picoclaw agent -m \"Hello!\"")
} else {
fmt.Println(" 2. Chat: picoclaw agent -m \"Hello!\"")
}
}
// promptPassphrase reads the encryption passphrase twice from the terminal