Releases: Kav-K/agent-challenge
Releases · Kav-K/agent-challenge
v1.3.0
v1.2.0 - Stable release
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
Full Changelog: v0.5.0...v1.0.0
v0.6.0 test release
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)