mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
7c3524dc65
Remove the two-step challenge/verify flow from `agent register` — now a single POST creates the agent account and returns credentials immediately. Add `whoami` command that displays account info (ID, email, wallet, team, connection string) by hitting GET /me with Basic auth. - Remove readline import, promptForInput helper, --answer/--registration-id flags - Single POST to /agents/register returns full account data - New commands/whoami.ts with formatted output matching register style - Wire whoami into index.ts and help.ts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>