Skip to content

Releases: Kav-K/agent-challenge

v1.3.0

10 Feb 08:47

Choose a tag to compare

v1.2.0 - Stable release

10 Feb 07:53

Choose a tag to compare

Full Changelog: v1.0.0...v1.2.0

Stable release, gpt5.2 codex 100% completes all agentic tier completions while humans most likely cannot.

v1.0.0 - Initial release

10 Feb 05:38

Choose a tag to compare

v0.6.0 test release

09 Feb 23:17

Choose a tag to compare

gate() includes verbose instructions for agents

When gate() returns challenge_required, the response now includes an
'instructions' field explaining:
- This is a verification challenge
- How to read the prompt and determine the answer
- Exact JSON fields to include (challenge_token + answer)
- That other request fields can be sent alongside (open-ended)
- Whether a persistent token will be issued (varies by mode)
- How to use the token on future requests (Authorization header)

Two variants:
- persistent=True: instructions mention saving and reusing the token
- persistent=False: instructions note every request needs a challenge

78/78 tests passing (3 new instruction tests)

v0.5.1 release test

09 Feb 22:58

Choose a tag to compare

v0.5.0 release test

09 Feb 22:56

Choose a tag to compare