You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
31efa71 Thanks @struong! - Add configure subcommand group for persistent CLI settings:
configure api-key — save API key to ~/.config/bridgerton/config.json
configure format — set default output format (toon, json, yaml, md, jsonl)
configure show — display current config with masked key and source
31efa71 Thanks @struong! - Interactive onboarding on first run — prompts for API key when none is configured and no arguments are passed.
Patch Changes
f7a7442 Thanks @struong! - Remove dead code from client.ts (unused promptForKey/ensureApiKey), replace sloppy as any cast with proper Format type, and use Node shebang for cross-runtime support.