Run It
- Claude Code
- Codex
What Just Happened
The plugin caught the command before your harness ran its own inference, sent the prompt on its own through Nito, and returned the response as a blocked result. The prompt and the response never entered your harness’s context, so they never went upstream with it. The result is labeledSession mode: Incognito and shows the model and privacy level that answered.
What Stays in the Path
private keeps your prompt and the response away from your harness provider. It does not remove everyone from the path: your local harness process, your operating system, the Nito gateway, and the model provider that answers are all still involved. That boundary is covered in full on Who Can See What.
Open a Full Incognito Session
Runprivate with no prompt to go further than a single turn:
- Claude Code
- Codex
Next
Private (full reference)
Every option, and exactly what the guarantee covers.
Who Can See What
What private protects and what remains in the path.

