opensteer 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -334,6 +334,6 @@ The reverse-engineering workflow is: perform a browser action, inspect traffic w
334
334
  `captureScripts()`, experiment with `rawRequest()`, promote a record with
335
335
  `inferRequestPlan()`, then replay with `request()`.
336
336
 
337
- `route()` and `interceptScript()` are only available on owned local SDK sessions.
338
- They are not available on attached or cloud proxy sessions because they rely on a
339
- live in-process route handler.
337
+ `route()` and `interceptScript()` are available on owned local sessions and
338
+ cloud-managed sessions. They remain unavailable on attached sessions because
339
+ attached browsers do not provide an owned routing surface.