feat(ai): import & analyze Windows crash dumps (.dmp) — 0.41.0 #45
Reference in New Issue
Block a user
Delete Branch "feat/ram-speed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Games page gains an "Import crash dump…" button (shown when an AI provider
is configured) that parses a Proton/Wine minidump and explains it via the
opt-in AI assistant. New stdlib core/minidump.py reads the MDMP streams
(crash reason, faulting module, OS/CPU, module list), optionally enriched
by minidump_stackwalk if installed. Adds ai_knowledge facts for exception
codes + faulting-module signatures, a MinidumpDialog, and CLI parity via
rigdoctor ai dump <file>.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com