@tifan/pi-copy-all
Copy all assistant messages from the current pi session to the clipboard.
Package details
Install @tifan/pi-copy-all from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@tifan/pi-copy-all- Package
@tifan/pi-copy-all- Version
0.1.1- Published
- May 17, 2026
- Downloads
- not available
- Author
- tifan
- License
- MIT
- Types
- extension
- Size
- 3.4 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./copy-all.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@tifan/pi-copy-all
Copy every user and assistant message in the current pi session to the system clipboard.
Output is plain text. Each message is prefixed with USER: or ASSISTANT: and separated by a --- rule. Image blocks become [image]. macOS only (uses pbcopy).
Install
pi install npm:@tifan/pi-copy-all
Commands
/copy-all: Copy every user and assistant message in the active session to the clipboard.