mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-12 18:11:51 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user