Skip to content

Klaket v0.7.1

Latest

Choose a tag to compare

@huseyinstif huseyinstif released this 13 Jul 12:21

Patch release on top of the v0.7.0 launch.

Changes

  • New klaket CLI in the Python package: klaket ingest <url> --wait, status, result, search, delete, usage (configure with KLAKET_API_URL / KLAKET_API_KEY)
  • Friendly error message when the API is unreachable (instead of a raw traceback)
  • translate_to supported in both SDK ingest() calls; JS SDK gains usage()
  • JS SDK is published as klaket-sdk on npm (npm name-similarity rules); Python stays pip install klaket, MCP stays npx klaket-mcp
  • Language-neutral naming for the diacritic-insensitive search internals; docs and examples generalized
  • Fresh README demo GIF recorded from the dashboard with a real job

Install

pip install klaket        # Python SDK + CLI
npm i klaket-sdk          # JS/TS SDK
claude mcp add klaket -- npx klaket-mcp