get_paste_history
Return diagnostic data for the last N paste attempts: timestamp, text length, content hash, strategy chain, winner, and target window type. Useful for debugging.
Instructions
Return the last N paste attempts with diagnostic data: timestamp, text length, content hash (NOT the actual text), strategy chain attempted, winner, target window type. The buffer is in-memory and resets when the app restarts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 20). |