Skip to content

Releases: jaxxchen003/foliodrop-dsh-publish

FolioDrop Publish for DeepSeek Harness v0.2.0

Choose a tag to compare

@jaxxchen003 jaxxchen003 released this 17 Aug 08:28

FolioDrop Publish for DeepSeek Harness v0.2.0

Connect FolioDrop from DeepSeek Harness with browser login, then publish agent-generated content as a shareable FolioDrop URL.

What changed

  • Added foliodrop_connect: opens FolioDrop login and authorization in the browser, exchanges the temporary OAuth grant for a long-lived client-specific API key, and stores it in the DeepSeek Harness credential store.
  • Added actionable recovery for missing authorization, capacity limits, paid capabilities, rate limits, connectivity failures, and credential cleanup failures.
  • Replaced the native pre-execute approval hook with an in-tool publish confirmation that works under DeepSeek Harness Full access mode.
  • Added explicit choices for visibility and search indexing before upload.
  • Added one reconnect-and-retry path when a stored key is rejected.
  • Hardened OAuth PKCE/state handling and revokes temporary credentials after exchange.

Install

dsh plugin --profile web add github:jaxxchen003/foliodrop-dsh-publish#v0.2.0

Or install the attached tarball directly:

dsh plugin --profile web add https://github.com/jaxxchen003/foliodrop-dsh-publish/releases/download/v0.2.0/foliodrop-dsh-publish-0.2.0.tgz

SHA-256: 30a30fa0731161ce728692127089d24578cee90a8de2378e74c2e76cf0156395

License: MIT

FolioDrop Publish for DeepSeek Harness v0.1.0

Choose a tag to compare

@jaxxchen003 jaxxchen003 released this 17 Aug 04:14

FolioDrop Publish for DeepSeek Harness v0.1.0

Install the tagged source:

dsh plugin --profile web add github:jaxxchen003/foliodrop-dsh-publish#v0.1.0
dsh --profile web --dump-config

Or install the pre-packed artifact:

dsh plugin --profile web add https://github.com/jaxxchen003/foliodrop-dsh-publish/releases/download/v0.1.0/foliodrop-dsh-publish-0.1.0.tgz

The plugin registers foliodrop_publish, converts HTML, Markdown, text, JSON, code, and SVG into publishable FolioDrop works, and requires explicit user approval before every upload.

Compatibility: DeepSeek Harness 0.1.0-rc.6
SHA-256: 54dbbac785adea80afb9b057029a6842757c5ec4b4ac38040cc83624d29fb433
License: MIT