Remove experimental gate from snapshots API#6464
Conversation
|
The Now let me verify the overall picture is clean. The changes are:
This all looks correct and straightforward. The change is self-consistent: the snapshot API methods and types are un-gated from experimental, while One thing I notice: this is a behavioral change (new API surface for non-experimental users), but since this is removing an experimental gate (making previously-experimental-only features generally available), it doesn't need a compat flag. Experimental features are explicitly not covered by backward compatibility guarantees. LGTM |
Remove the experimental gate from the snapshots API so that it's ready to use by external users before Agents week.
cc @mikenomitch