opensteer 0.5.6 → 0.6.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ - None.
6
+
7
+ ## 0.6.0
8
+
5
9
  - Breaking: CLI runtime routing now uses `--session`/`OPENSTEER_SESSION` instead
6
10
  of `--name`/cwd/active-session fallback.
7
11
  - Breaking: non-interactive CLI calls now require explicit runtime identity via
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # Opensteer
2
2
 
3
- Browser automation framework for developers and AI agents with deterministic replay.
3
+ Browser automation framework for AI agents to explore websites and build complex scrapers directly in your codebase.
4
4
 
5
- Opensteer gives you one API for local and cloud runs, description-based actions,
6
- structured extraction, and CUA agent workflows.
5
+ Opensteer enables AI agents like Claude Code and Codex to interact with browsers and Electron applications, building scrapers directly in your local codebase. It provides a token-efficient suite of tools and agent skills designed for seamless integration.
7
6
 
8
7
  ## Install
9
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensteer",
3
- "version": "0.5.6",
3
+ "version": "0.6.0",
4
4
  "description": "Open-source browser automation SDK and CLI that lets AI agents build complex scrapers directly in your codebase.",
5
5
  "license": "MIT",
6
6
  "type": "module",