Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 22:13
· 44 commits to master since this release
349604b

Minor Changes

  • 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.