There are still cross-language SDK parity gaps around two areas: 1. Execd endpoint headers are not applied consistently in Code Interpreter SDKs. - Python async was fixed in PR #468 - Python sync still appears to miss endpoint headers - JavaScript code-interpreter also appears to only use connection-level headers - C# / Kotlin already handle endpoint headers 2. OSSFS volume support is inconsistent across sandbox SDKs. - Python converter was fixed in PR #468 - Kotlin volume converter still does not serialize ossfs - C# volume models do not appear to expose ossfs yet