Skip to content

OvertChat v0.21.3

Choose a tag to compare

@yoloyash yoloyash released this 08 Sep 20:36
· 19 commits to main since this release
8b739e1

This patch improves attachment security and fixes chat submission from HTTP LAN addresses.

  • Uploaded HTML and other active file types download safely. Supported images, PDFs, and plain text retain inline viewing.
  • Chat attachments use uploaded files or inline file data. Arbitrary remote attachment URLs are rejected before messages are saved, and model requests cannot fetch remote file URLs from attachments or tool results.
  • New chats and subsequent messages work on HTTP LAN origins where the browser does not provide crypto.randomUUID.
  • Codex file approval previews show available changes supplied by Host Connector 0.11.2.

Existing chats or imports containing remote URL attachments must have those attachments removed, or be restarted with uploaded files. Tools returning file URLs must return file data instead.