Clipboard History

Automatically capture and rerun text, images, and audio from your clipboard

Overview

PasteSuiteAI automatically tracks clipboard changes and records the inputs and outputs of every action you run. History is stored in memory and cleared on app restart — nothing is written to disk. Entries cover text, images, and audio from both the system clipboard and AI action results.

The history panel lives in Settings › History. Entries appear in reverse-chronological order. Click any entry to copy its content back to the clipboard.

History tab overview

Enabling History

Two independent toggles control what gets recorded. Both are on by default.

Toggle What it records Default
Session History Inputs and outputs of every action you run (AI transforms, STT, regex, etc.) On
Clipboard History External clipboard changes — anything you copy from other applications On
You can disable Clipboard History while keeping Session History active if you only want to track action results, not every copy you make in other apps.

History Settings

The controls at the top of the History tab let you adjust capacity and toggle each recording mode.

History controls
Control Type Description
Max Entries Number input (1–999) Maximum entries kept in memory. Default: 25. Oldest entries are discarded first when the limit is reached. Press Enter or click away to apply.
Clipboard History Enabled Toggle Records changes from the system clipboard (external copies). Default: on.
Session History Enabled Toggle Records action inputs and outputs. Default: on.

Using History Entries

Click the content area of any entry to copy it back to the clipboard. A brief Copied badge confirms the action.

Text entries

Click the text preview to copy the full text to the clipboard. The preview is truncated to 200 characters for display; the full content is always what gets copied.

For action entries, you will see separate clickable rows for the Input and the Output. Click either row independently to copy that specific value.

Image entries

Click the thumbnail to copy the image back to the clipboard. A scaled-down thumbnail is displayed in the list; the full-resolution image is what gets copied, not the thumbnail.

Audio entries

Audio entries recorded by speech-to-text (STT) actions include an inline audio player so you can listen back. Two additional controls let you rerun the audio through the current speech-to-text connection:

Control Description
Transcribe / Instruct mode toggle Selects the processing mode before hitting Rerun. Transcribe processes the audio through speech-to-text and pastes the result. Instruct sends the audio as an instruction input to the configured AI model. The default matches the mode the entry was originally recorded with.
Rerun button Re-processes the stored audio using the selected mode and the active STT connection. Useful for re-running an old recording with a different model or prompt.

History Entry Details

Each entry header shows:

Entries that are part of an action chain are visually grouped together and display a Chain Step N or Chain Final badge.

Token counts appear only when the provider reports usage data. Some providers and local models do not return token counts.

Security

The clipboard monitor automatically skips recording any text that looks like an API key or secret token. This check runs on both the preview and the full clipboard content. If a match is detected, the entry is silently discarded and never stored.

Limitations

Because history is memory-only, disabling and re-enabling Session History mid-session does not lose previously recorded entries — they remain in memory. Entries are only cleared on app restart.

Related