• v0.1.0 80ac894165

    feat: add create_folder, rename, copy, move, delete, upload tools

    marcus released this 2026-04-14 10:28:32 +02:00 | 33 commits to main since this release

    All path/name params are json.dumps-wrapped per confirmed DSM behaviour.
    copy and move use async polling via a shared _poll_task helper
    (exponential backoff 200ms→2s, 60s timeout). delete requires
    confirmed=True; without it only a preview is returned and no DSM call
    is made. upload decodes base64 and enforces a 50 MB cap.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads