Skip to content

Nightly 20260616

Pre-release
Pre-release

Choose a tag to compare

feat: add context.Context support for cancellable scans

Thread context through RunWithArgs → Config → scan loops and generators
so that external callers (aiscan REPL, SDK) can cancel running scans via
context cancellation. All scan modes (Default, Smart, Alive) and their
recursive paths now check ctx.Done(). Generator goroutines use
context-aware channel sends to prevent goroutine leaks on cancellation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>