v0.1.9
What's New in v0.1.9
Artifact Public Link Sharing
You can now share any artifact from a chat session via a public link — no login required for recipients.
- Create a share: open an artifact (full-page viewer or side-panel preview) and click Share. The link is copied to your clipboard.
- Public link format:
/share/<token> - Public raw/download:
/api/share/<token>/rawand/api/share/<token>/download - Revoke:
DELETE /api/sessions/{sid}/artifacts/{filename}/share - One persistent link per artifact. Re-sharing the same file returns the existing link.
- Shared artifacts still render normally (HTML is sandboxed, images/videos/PDFs/code are displayed as usual).
API additions
POST /api/sessions/{sid}/artifacts/{filename}/shareGET /api/sessions/{sid}/artifacts/{filename}/shareDELETE /api/sessions/{sid}/artifacts/{filename}/shareGET /api/share/{token}/rawGET /api/share/{token}/download
Assets
tomo-0.1.9-py3-none-any.whltomo-connector-*binaries for linux/darwin/windows amd64/arm64SHA256SUMS
Full Changelog: v0.1.8...v0.1.9