Archived
Support pasting (Ctrl/Cmd+V), drag-and-drop, and an Attach button to add PNG/JPEG/GIF/WebP images to a message, with thumbnail previews and multi-image support. Attachments are delivered to the session using pi's native ImageContent format and are run through pi's own resizeImage so they match pi's inline image limits exactly. Image content now renders inline in the transcript. A per-message delivery toggle also lets users save attachments into the workspace `.pi-web/paste` folder and reference them so the agent reads them with its own tools. The accepted HTTP upload size is configurable via PI_WEB_MAX_UPLOAD_BYTES or the maxUploadBytes config value (default 64 MB). Closes #13
13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
.DS_Store
|
|
*.log
|
|
.playwright-cli/
|
|
|
|
# Local plugin development sandboxes. Symlink these into ~/.pi-web/plugins/<plugin-id>.
|
|
/dev-plugins/
|
|
|
|
# Local runtime attachment uploads (created by the chat composer "save to folder" mode).
|
|
.pi-web/
|