Skip to content

v0.1.25

Choose a tag to compare

@reggie-db reggie-db released this 07 Jun 21:47
· 20 commits to main since this release

v0.1.25

Features

  • scripts/util.ts - LLM retry with exponential backoff: agentQuery now retries on HTTP 429 (Databricks FMAPI REQUEST_LIMIT_EXCEEDED) and 5xx errors with a 4-slot backoff schedule (5s, 15s, 45s, 90s + jitter). Stream-level error events are surfaced immediately with a structured summary before the retry loop decides whether to continue.

Internals

  • @dbx-tools/appkit-mastra-shared README: Added Installation, Usage, and API reference sections; updated the package description to reflect the current surface (Zod schemas, structural guards).
  • @dbx-tools/shared README: Corrected the browser-safe export list to include appkitUtils; updated apiUtils.fetchApi examples to match the current { cache, workspaceClient } init shape; rewrote commonUtils.poll docs to reflect the async-generator API.
  • @dbx-tools/sdk-shared README: Minor copy fix.