Skip to content

v4.1.9

Choose a tag to compare

@mickume mickume released this 07 Jul 11:10

What's New

Nightshift run summary (nightshift_{run_id}.json)

Nightshift now writes a consolidated JSON summary to .agent-fox/audit/ at the end of every run. Previously, per-issue detail was discarded after processing — only aggregate counters survived to the one-line stdout output.

The summary captures:

  • Per-issue outcomes (fixed/failed) with cost, duration, token counts, and session counts
  • Aggregate cost and session totals
  • Issue summary (total/fixed/failed)

Config documentation: nightshift model tiers

The config reference now documents the model tier used by each nightshift pipeline stage and how to override them via archetypes.overrides.

Bug fixes

  • Auto-commit uncommitted changes from coder sessions
  • Resolve git operation timeouts and spurious commit failures (#681)
  • Fix lint errors in compaction test file (#688)
  • Check stop_reason before tool extraction in agentspec (#685)