v0.12
0.12.1 | 2026-03-25
- Files and Snapshots tabs now work in GUI mode (watcher and scheduler were only wired in CLI path)
- Snapshot panel revamped with unified table showing per-snapshot change counts
0.12.0 | 2026-03-24
A codebase health release focused on modularization, reliability, and coverage infrastructure.
- Decomposed god modules into focused sub-modules:
main.rs(2,722 LOC) into 7 modules,policy_config.rs(5,999 LOC) into 8 sub-modules,session.rsinto 3 sub-modules,commands.rsinto 7 domain modules - AI traffic parsing moved from
gateway/tonet/ai_traffic/to reflect its role as the MITM proxy’s AI parsing layer - All vsock sockets now have 30s send/receive timeouts, preventing hangs on host stalls
- Fixed AsyncVsock double-close bug