Preview failure stops confirmation
If Agentprint cannot open the local preview, it does not silently continue into an interactive publish confirmation.
Session redaction
Before Agentprint publishes a selected coding session, it rewrites likely credentials and private paths locally, removes unsupported media, and shows you the exact prepared payload.
Automated detection is defense in depth. You remain responsible for reading the local preview before publishing a session.
The safest sharing decision comes from combining conservative automated rewriting with an exact local preview and a separate confirmation step.
Agentprint reads only the session you choose from a supported local reader. Browsing the list does not publish anything.
agentprint sessionsCredential-shaped values become visible markers, home and project paths are rewritten, images are removed, and long output is truncated. Strict mode also omits tool details and reasoning.
Dry run writes and opens the escaped serialized payload so you can review the real data prepared for the API.
agentprint share 3 --dry-run --redact strictAfter confirmation, the server checks uploadable strings again and rejects payloads that still resemble credentials.
If Agentprint cannot open the local preview, it does not silently continue into an interactive publish confirmation.
Checks cover titles, summaries, harness and model metadata, turn content, tool identifiers, inputs, and outputs—not only the visible transcript body.
Published sessions have stable share IDs and can be permanently removed with agentprint unshare.
No. Automated matching can miss unexpected formats or sensitive context that does not resemble a credential. Always read the exact local preview before publishing.
Strict mode preserves user and assistant text while omitting tool arguments, tool output, and agent reasoning. It is the safest starting point for a public example.
The server is a backstop for uploadable data. It prevents a client regression or older client from publishing strings that match known credential shapes.
Yes. The dry-run command prepares and opens the local preview, then exits without publishing.
Follow the product from the question you have now to the exact workflow that answers it.