Skip to content

Releases: taventech/bindly-cli

v0.2.0

Choose a tag to compare

@lukerosa33 lukerosa33 released this 07 Jul 05:59
e6b29e5

Standalone binaries for macOS + Linux (no Node required). Install: curl -fsSL https://github.com/taventech/bindly-cli/releases/latest/download/install.sh | sh · or brew install taventech/tap/bindly · or npm i -g bindly-cli.

What's new in 0.2.0

Added

  • Full session lifecycle from the terminal:
    • session answer <sessionId> --message <text>: answer intake questions conversationally; prints the assistant's reply, progress, and the next asks.
    • session extract <sessionId> <pdf>: extract intake answers from a PDF (20MB max).
    • session fill <sessionId>: fill the session's ACORD forms; reports fields written, warnings, and suspected sparse fills.
    • session download <sessionId> [formKey] [-o <dir>]: download one filled form PDF or every filled form.
    • session risk <sessionId>: underwriting risk flags (severity, title, detail; full detail with --json).
    • session upload <sessionId> <pdf>: attach a supporting document (loss runs, prior policy).
    • session archive <sessionId>: archive a session.
  • whoami: show the signed-in workspace, plan, and auth method.
  • session get now renders intake progress, pending count, next question keys, and filled forms.
  • Friendly message (no stack trace) when a free workspace hits its monthly session cap on session new.

Fixed

  • login --api-key help text: workspace keys are bsk_... only.
  • Non-JSON error bodies (proxy HTML pages) no longer crash uploads.

Full changelog: https://github.com/taventech/bindly-cli/blob/main/CHANGELOG.md

bindly v0.1.0

Choose a tag to compare

@lukerosa33 lukerosa33 released this 06 Jul 23:55
ed6c5ef

Standalone binaries for macOS + Linux (no Node required). Install: curl -fsSL https://github.com/taventech/bindly-cli/releases/latest/download/install.sh | sh · or brew install taventech/tap/bindly · or npm i -g bindly-cli.