Skip to content

v1.1.0 — Run-to-run drift

Choose a tag to compare

@charlesaspe charlesaspe released this 02 Jul 15:41
70b9d7e

v1.1.0 — Run-to-run drift

"What changed on my network, and does it matter?" NetCopilot now compares any two runs of a site and tells you exactly what changed.

Highlights

  • Deterministic drift engine — classifies every model entity as added / removed / changed, plus an info tier for semi-volatile signals (counters, ARP/FDB, DHCP, session uptime), so an unchanged network shows zero false drift.
  • Three surfaces:
    • netcopilot diff <runA> <runB> (CLI)
    • diff_runs MCP tool for chat + external agents, incl. "N runs ago" resolution
    • Audit-tab diff mode in the dashboard: grouped change list, click-to-filter, topology halos on affected elements + ghosts for removed ones
  • Synthetic before/after demo pair (demo/drift-demo/) with a golden regression guard.
  • README "What can NetCopilot do?" capabilities overview.

Under the hood

  • ~59 new tests; goldens byte-identical; MCP tools 24 → 25.
  • Same two runs always produce the same diff.

Context, never actuation — NetCopilot tells you what changed; you decide what to do.

Full changelog: v1.0.0...v1.1.0