fix(setup): clarify silent-paste prompt

Explicitly tell the user that nothing appears on screen as they paste
and that a single Enter submits. "(Input is hidden for safety.)" was
ambiguous — users kept waiting for a visible confirmation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-21 23:43:43 +03:00
parent 1c748f1f2b
commit 81838bbb34
+2 -1
View File
@@ -80,7 +80,8 @@ prompt_for_pasted() {
local value
echo
echo "Paste your sk-ant-${prefix}… credential and press Enter."
echo "(Input is hidden for safety.)"
echo "Nothing will appear on the screen as you paste — that's intentional."
echo "Paste once, then just press Enter to submit."
read -r -s -p "> " value </dev/tty
echo