opensteer 0.8.0 → 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
@@ -39,7 +39,8 @@ pnpm add @opensteer/engine-abp
39
39
  ```
40
40
 
41
41
  `opensteer skills install` installs the packaged first-party skill pack through the upstream
42
- `skills` CLI.
42
+ `skills` CLI. Use `opensteer skills install --agent claude-code` when you want to target
43
+ Claude Code explicitly.
43
44
 
44
45
  `opensteer` installs the Playwright-backed local engine by default. Add
45
46
  `@opensteer/engine-abp` only when you need the ABP backend.
@@ -333,6 +334,6 @@ The reverse-engineering workflow is: perform a browser action, inspect traffic w
333
334
  `captureScripts()`, experiment with `rawRequest()`, promote a record with
334
335
  `inferRequestPlan()`, then replay with `request()`.
335
336
 
336
- `route()` and `interceptScript()` are only available on owned local SDK sessions.
337
- They are not available on attached or cloud proxy sessions because they rely on a
338
- 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.