← What's New
v0.67.1
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-levelbody.message, so non-2xx responses surfaced a generic status text (e.g. "Bad Request") instead of the server's actual message. A newapiErrorMessage()reader pullserror.message(tolerating the legacy flat{ message }body), restoring precise error output.