Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 05 Aug 04:31
· 105 commits to main since this release

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>/raw and /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}/share
  • GET /api/sessions/{sid}/artifacts/{filename}/share
  • DELETE /api/sessions/{sid}/artifacts/{filename}/share
  • GET /api/share/{token}/raw
  • GET /api/share/{token}/download

Assets

  • tomo-0.1.9-py3-none-any.whl
  • tomo-connector-* binaries for linux/darwin/windows amd64/arm64
  • SHA256SUMS

Full Changelog: v0.1.8...v0.1.9