Skip to content

Agent-fox

v3.6.2 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

ReleasePort's take

Light signal
editorial:auto 13d

v3.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 summary

Added a --dry-run flag to the plan command and removed fallback_model from the session pipeline.

Changes in this release

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_model option 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

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.

Beta — feedback welcome: [email protected]