# cin90 inspect

Show the AI turns collected for a session so far

Show the AI turns collected for a session so far.

Reads the AI CLI's own session logs, after the fact — nothing is
intercepted while you work, and no provider credential is ever read.

This is what has been COLLECTED, after redaction: the same view your
next push would attach. It is local to your machine, and running it
uploads nothing and changes nothing.

With --edit, the same view becomes an editor: drop whole turns or
individual commands before your push, and what you drop stays dropped
in the view, the upload, and the retained copy.

With --findings, the command renders what the redaction scrub caught —
per class and count, never the matched text — so a caught leak can be
seen on demand as a teaching moment rather than only as a one-line
notice on the next push.

## Usage

```
cin90 inspect [flags]
```

## Aliases

inspect, transcript

## Flags

```
      --edit                 interactively redact turns and commands by hand before your push
      --findings             show what the redaction scrub caught (class and count only, never the matched text)
  -h, --help                 help for inspect
      --session-dir string   directory holding the session record to report on
```

## See also

- [cin90](/docs/cin90/)
