This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalv3.6.2 adds a --dry-run flag to the plan command and removes fallback_model from the session pipeline.
Why it matters: Test the new --dry-run flag in dev before upgrading; migration is required for any usage of fallback_model.
Summary
AI summaryAdded a --dry-run flag to the plan command and removed fallback_model from the session pipeline.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | Medium |
Removes fallback_model option from session pipeline Removes fallback_model option from session pipeline Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Adds --dry-run flag to plan command displaying parallelism phases, critical path, dependencies Adds --dry-run flag to plan command displaying parallelism phases, critical path, dependencies Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Low |
`run_plan()` API gains a `dry_run` parameter for programmatic use `run_plan()` API gains a `dry_run` parameter for programmatic use Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
Full changelog
What's New
plan --dry-run flag (#593)
New --dry-run flag on the plan command that runs the full planning pipeline without persisting to DuckDB. Displays a richer analysis than the standard summary:
- Parallelism phases — which tasks can execute concurrently in each scheduling wave
- Critical path — the longest dependency chain (the bottleneck)
- Dependency edges — grouped by type (intra-spec vs. cross-spec)
Composable with --fast, --spec, and --json. Completed tasks are automatically filtered out so the output shows only remaining work.
agent-fox plan --dry-run
agent-fox plan --dry-run --json
agent-fox plan --dry-run --fast --spec 122_plan_analyze
The run_plan() API also gains a dry_run parameter for programmatic use.
Other changes
- Remove
fallback_modeloption from session pipeline (#594)
Stats
- 4844 tests passing
- Spec:
.agent-fox/specs/122_plan_analyze/
Breaking Changes
- Removed `fallback_model` configuration option from the session pipeline
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
Earlier breaking changes
- v3.6.4 Remove deprecated coding field from default config template.
Beta — feedback welcome: [email protected]