This release includes 4 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryRemoved Curator archetype and merged pre‑review/drift‑review into a single "pre‑flight" mode.
Full changelog
What's Changed
Refactor: Simplify Review Pipeline (#696)
2 fewer AI sessions per spec, ~$1–4 saved, 10–20% faster execution.
- Removed the Curator archetype — its documentation-update role overlapped with the Coder's quality-check phase and the Verifier. Every spec was paying ~$0.50–2.00 for marginal incremental value.
- Merged pre-review and drift-review into a single "pre-flight" mode — both analyses (spec quality assessment + codebase drift detection) now run in one ADVANCED-tier session instead of two separate sessions.
Breaking Changes
- Config field
curatorremoved from[archetypes]section (silently ignored if present in existing configs). - Config fields renamed:
pre_review_block_threshold→pre_flight_block_threshold,drift_review_block_threshold→pre_flight_drift_block_threshold. - Reviewer modes reduced from 4 to 3:
pre-flight(new),audit-review,fix-review. The oldpre-reviewanddrift-reviewmodes are removed. - Profile templates deleted:
curator.md,reviewer_pre-review.md,reviewer_drift-review.md. New:reviewer_pre-flight.md.
New Spec Pack: Provider-Agnostic Backend Support
Added specs 02_backend_protocol, 03_deepagents_backend, and 04_google_adk_backend for decoupling the session layer from the Claude Agent SDK and enabling alternative LLM backends (LangChain Deep Agents, Google ADK).
Maintenance
- Version bump to 4.1.11 across all packages.
Full Changelog: https://github.com/agent-fox-dev/agent-fox/compare/v4.1.10...v4.1.11
Breaking Changes
- Config field `curator` removed from `[archetypes]` section (silently ignored if present).
- Renamed config fields: `pre_review_block_threshold` → `pre_flight_block_threshold`, `drift_review_block_threshold` → `pre_flight_drift_block_threshold`.
- Reviewer modes reduced from 4 to 3; removed old `pre-review` and `drift-review` modes, added new `pre-flight` mode.
- Deleted profile templates: `curator.md`, `reviewer_pre-review.md`, `reviewer_drift-review.md`; introduced `reviewer_pre-flight.md`.
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
About Agent-fox
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]