You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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