zagent 0.0.237
·
2 commits
to master
since this release
- Fixed the first-run sign-in chooser on a credential-less terminal
(found by the new flock pty card class on its first real exercise):
chooseSignIn()usedawait rl.question(...)on plain
node:readline, whose callbackless promise resolvesundefined
instantly (nodejs/node#57035) — the card printed and zagent exited 2
before anyone could type 1/2/3. The chooser now wraps the callback
form (ctrl+D still declines),zagent loginruns after restoring
cooked termios, and the pasted API key no longer echoes — including
a typeahead burst between the two prompts.