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
The comments implied persisted_length was an exact fixed storage
size. Based on experimentation with Claude, it is actually a maximum
buffer ceiling — the server persists only as many bytes as the encode
function writes via its length output parameter (already documented
correctly on vef_encode_func_t).
Updated both sdk/ and stable_sdk/v1/.
AI=CLAUDE
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments