v0.0.8
What's Changed
- When
/api/c/checkreports a generation challenge, Sunox now refreshes the stored Clerk/JWT session once and repeats the challenge preflight before surfacing the challenge to the user. - If the second preflight still requires a challenge, Sunox stops before submit and asks for manual verification,
--token <solved>, or an explicit--captcharun. - This applies to generation-backed commands that submit through
/api/generate/v2-web/, including create, describe, cover, extend, and stems. - Updated README, agent skill,
agent-info, and API intelligence docs so agents do not immediately treat this state as a mandatory user captcha step. - Added focused coverage for the refresh recheck path without Clerk refresh material.
Verification
cargo fmt --checkgit diff --checkcargo test -qcargo clippy --all-targets -- -D warningscargo package --allow-dirty
Full Changelog: v0.0.7...v0.0.8