Skip to content

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 01 Jul 16:48

What's Changed

  • When /api/c/check reports 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 --captcha run.
  • 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 --check
  • git diff --check
  • cargo test -q
  • cargo clippy --all-targets -- -D warnings
  • cargo package --allow-dirty

Full Changelog: v0.0.7...v0.0.8