This release includes 5 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalNightshift now operates solely via GitHub issues and the lint-specs tool has dropped its fix‑and‑parallel capabilities.
Why it matters: The removal of `--fix` and `--parallel` flags (severity 70) forces users to adjust workflows before upgrading; plan migrations accordingly.
Summary
AI summaryNightshift now runs exclusively on GitHub issues and lint-specs no longer supports fixing or parallel execution.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds abort post-mortem diagnostics to CLI summary Adds abort post-mortem diagnostics to CLI summary Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Feature | Medium |
Adds prior attempt context to nightshift fix pipeline Adds prior attempt context to nightshift fix pipeline Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Feature | Medium |
Adds progress display to lint-specs command Adds progress display to lint-specs command Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Deprecation | High |
Removes `--fix` flag and all fix machinery from lint-specs Removes `--fix` flag and all fix machinery from lint-specs Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Deprecation | High |
Removes `--parallel` and `--no-fixes` CLI options Removes `--parallel` and `--no-fixes` CLI options Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Low |
Removes hunt/scan/critic/dedup/ignore machinery from nightshift (fix‑only mode) Removes hunt/scan/critic/dedup/ignore machinery from nightshift (fix‑only mode) Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Low |
Removes dead config fields (`ModelConfig`, stale metadata) Removes dead config fields (`ModelConfig`, stale metadata) Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Low |
Removes `docs/memory.md` and all references Removes `docs/memory.md` and all references Source: llm_adapter@2026-06-03 Confidence: high |
— |
Full changelog
Changes
Features
- Add abort post-mortem diagnostics — captures post-mortem state on abort and surfaces it in CLI summary (spec 126)
- Add prior attempt context to nightshift fix pipeline — queries and formats prior fix attempts to avoid repeating failed approaches (spec 128)
- Add progress display to lint-specs command (spec 127)
Refactoring
- Nightshift fix-only mode — remove hunt/scan/critic/dedup/ignore machinery; nightshift now operates exclusively on GitHub issues (spec 125)
- Remove
--fixflag and all fix machinery from lint-specs (spec 127) - Remove
--paralleland--no-fixesCLI options - Remove dead config fields (
ModelConfig, stale metadata) (spec 130) - Remove
docs/memory.mdand all references (spec 129) - Remove dead functions, unused error classes, and obsolete tests
Documentation
- Update CLI reference and architecture docs for fix-only nightshift
- Update af-spec skill template for lint-specs cleanup
Full Changelog: https://github.com/agent-fox-dev/agent-fox/compare/v3.6.5...v3.7.0
Breaking Changes
- Removed Nightshift hunt/scan/critic/dedup/ignore machinery; nightshift operates exclusively on GitHub issues (spec 125).
- Removed `--fix` flag and all fix machinery from `lint-specs` (spec 127).
- Removed `--parallel` and `--no-fixes` CLI options.
- Removed dead config fields `ModelConfig` and stale metadata (spec 130).
- Removed `docs/memory.md` and all references to it (spec 129).
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]