What Your Harness Provider Sees
Claude Code and Codex normally send your conversation to their own model provider. The command you use decides whether a Nito exchange goes with it.askruns inside your harness conversation, so the prompt and the response travel upstream with the rest of it.privatedoes not. The prompt and the response stay out of what your harness sends.sessionruns an entire session away from your harness’s provider, keeping history on your machine so you can return to it.privatewith no prompt does the same and keeps nothing.
What the Model Provider Keeps
The model that answers carries a privacy level, and you get that level by choosing that model. Each rung keeps everything below it and adds one thing.
Because the level is a property of the model, it cannot drift. Full detail: The Four Levels.

