Skip to content

Release 1.6.6

Latest

Choose a tag to compare

@akutishevsky akutishevsky released this 27 May 15:18

[1.6.6] - 2026-05-27

Fixed

  • Query Tool Error Surfacing: query_records and query_records_to_file now return the actual Salesforce CLI error (e.g. INVALID_FIELD, MALFORMED_QUERY, permission denied) instead of the cryptic Cannot read properties of undefined (reading 'records')
    • Non-zero CLI status responses are converted to a structured { success: false, errorName, message, query } payload with isError: true
    • Eliminates trial-and-error debugging loops caused by swallowed error messages