v1.7.0
Changes
- Auto mode can now log every allow/block decision to a JSONL file next to the current Pi session, so you can see what it actually did while you weren't watching. It's off by default; turn it on with
autoMode.log.enabled. Each entry records the tool, the outcome, which enforcement path fired (permission rule, deterministic hard-deny, read-only bypass, or classifier), and the reason. A second toggle,classifierIo, also records the full classifier prompt and the model's raw response for classifier-routed calls. That one's useful when a classifier keeps blocking things it shouldn't, but it carries the transcript and project instructions, so leave it off unless you need it. Run/automode configto see the log file path.
Full changelog: v1.6.0...v1.7.0