Skip to content

v0.67.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:41
177578b

Patch Changes

  • 9a286fa: Read API error messages from the standardized nested error envelope. The API now
    returns { error: { code, type, message } }; the CLI was still reading a
    top-level body.message, so non-2xx responses surfaced a generic status text
    (e.g. "Bad Request") instead of the server's actual message. A new
    apiErrorMessage() reader pulls error.message (tolerating the legacy flat
    { message } body), restoring precise error output.