Skip to content

Agent-fox

v4.1.8 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai agentic-workflow

Affected surfaces

breaking_upgrade

Summary

AI summary

Updates What's New, Other, and low/medium/high/xhigh/max across a mixed release.

Full changelog

What's New

Audit-review convergence detection (#682)

The audit-review retry loop now detects when the coder cannot fix a class of finding and short-circuits instead of burning budget. Three changes:

  • Default retries reduced from 2 to 1 — the second retry almost never fixes what the first didn't
  • Convergence detection — if ≥70% of injected findings persist after a retry, further retries are skipped
  • Retry history surfaced to the reviewer — the reviewer sees which findings the coder tried and failed to fix, enabling informed severity decisions

Gate archetype for checkpoint task groups (#680)

Task groups with kind: checkpoint now use the lightweight "gate" archetype (30 turns, no thinking) instead of a full coder session (300 turns, adaptive thinking). Saves ~$3-7 per checkpoint group. The kind field is now propagated from afspec's TaskGroup model through TaskGroupDef into the graph builder.

Output effort level per archetype (#686)

Added effort (low/medium/high/xhigh/max) as a per-archetype config knob, mapped to the Claude API's output_config.effort. Per-archetype defaults: coder=xhigh, reviewer=high, verifier=high, curator=medium, gate=low, maintainer=medium. Configurable via [archetypes.overrides.<name>] in config.toml.

Deprecated thinking config removed (#683)

Removed thinking_mode="enabled", budget_tokens, and the unused ThinkingConfig class. These caused 400 errors on Opus 4.7+ and Sonnet 5. resolve_thinking() now returns {"type": "adaptive"} or None.

Other

  • feat: add af-prd skill for iterative PRD authoring

Breaking Changes

  • Removed `thinking_mode="enabled"`, `budget_tokens`, and the unused `ThinkingConfig` class.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Agent-fox

Get notified when new releases ship.

Sign up free

About Agent-fox

All releases →

Related context

Earlier breaking changes

  • v3.6.4 Remove deprecated coding field from default config template.
  • v3.6.2 Removes fallback_model option from session pipeline

Beta — feedback welcome: [email protected]