Skip to content

v0.3.0

Latest

Choose a tag to compare

@albert-mr albert-mr released this 18 Mar 13:37
· 22 commits to main since this release

Breaking: verify command renamed to solve. The old one-shot solve (stdin-based) command has been removed.

New two-command flow:

  • botcha challenge --key pk_live_xxx → get a challenge
  • botcha solve --id <challengeId> --response "..." → submit response

API endpoint changed from /v1/verify to /v1/solve.