Exa Upgrade & Migration Current State ! ! Overview Guide for upgrading the SDK. The SDK import is and the client is instantiated with . This skill covers checking for updates, handling breaking changes, and validating after upgrade. Instructions Step 1: Check Current vs Latest Version Step 2: Create Upgrade Branch Step 3: Verify API Compatibility Step 4: Common Breaking Change Patterns Step 5: Rollback Procedure Upgrade Checklist - [ ] Create branch: - [ ] Run - [ ] Run full test suite: - [ ] Run upgrade verification script (checks all methods) - [ ] Check for deprecation warnings in output -…