opensteer 0.6.13 → 0.7.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.
Files changed (62) hide show
  1. package/README.md +256 -184
  2. package/dist/chunk-PQYA6IX2.js +32571 -0
  3. package/dist/chunk-PQYA6IX2.js.map +1 -0
  4. package/dist/cli/bin.cjs +38201 -0
  5. package/dist/cli/bin.cjs.map +1 -0
  6. package/dist/cli/bin.d.cts +1 -0
  7. package/dist/cli/bin.d.ts +1 -0
  8. package/dist/cli/bin.js +5612 -0
  9. package/dist/cli/bin.js.map +1 -0
  10. package/dist/index.cjs +31309 -16009
  11. package/dist/index.cjs.map +1 -0
  12. package/dist/index.d.cts +4440 -670
  13. package/dist/index.d.ts +4440 -670
  14. package/dist/index.js +438 -378
  15. package/dist/index.js.map +1 -0
  16. package/package.json +56 -62
  17. package/skills/README.md +21 -20
  18. package/skills/opensteer/SKILL.md +60 -194
  19. package/skills/opensteer/references/cli-reference.md +69 -113
  20. package/skills/opensteer/references/request-workflow.md +81 -0
  21. package/skills/opensteer/references/sdk-reference.md +101 -154
  22. package/CHANGELOG.md +0 -75
  23. package/bin/opensteer.mjs +0 -1423
  24. package/dist/browser-profile-client-CGXc0-P9.d.cts +0 -228
  25. package/dist/browser-profile-client-DHLzMf-K.d.ts +0 -228
  26. package/dist/chunk-2ES46WCO.js +0 -1437
  27. package/dist/chunk-3H5RRIMZ.js +0 -69
  28. package/dist/chunk-AVXUMEDG.js +0 -62
  29. package/dist/chunk-DN3GI5CH.js +0 -57
  30. package/dist/chunk-FAHE5DB2.js +0 -190
  31. package/dist/chunk-HBTSQ2V4.js +0 -15259
  32. package/dist/chunk-K5CL76MG.js +0 -81
  33. package/dist/chunk-U724TBY6.js +0 -1262
  34. package/dist/chunk-ZRCFF546.js +0 -77
  35. package/dist/cli/auth.cjs +0 -2022
  36. package/dist/cli/auth.d.cts +0 -114
  37. package/dist/cli/auth.d.ts +0 -114
  38. package/dist/cli/auth.js +0 -15
  39. package/dist/cli/local-profile.cjs +0 -197
  40. package/dist/cli/local-profile.d.cts +0 -18
  41. package/dist/cli/local-profile.d.ts +0 -18
  42. package/dist/cli/local-profile.js +0 -97
  43. package/dist/cli/profile.cjs +0 -18548
  44. package/dist/cli/profile.d.cts +0 -79
  45. package/dist/cli/profile.d.ts +0 -79
  46. package/dist/cli/profile.js +0 -1328
  47. package/dist/cli/server.cjs +0 -17232
  48. package/dist/cli/server.d.cts +0 -2
  49. package/dist/cli/server.d.ts +0 -2
  50. package/dist/cli/server.js +0 -977
  51. package/dist/cli/skills-installer.cjs +0 -230
  52. package/dist/cli/skills-installer.d.cts +0 -28
  53. package/dist/cli/skills-installer.d.ts +0 -28
  54. package/dist/cli/skills-installer.js +0 -201
  55. package/dist/extractor-4Q3TFZJB.js +0 -8
  56. package/dist/resolver-MGN64KCP.js +0 -7
  57. package/dist/types-Cr10igF3.d.cts +0 -345
  58. package/dist/types-Cr10igF3.d.ts +0 -345
  59. package/skills/electron/SKILL.md +0 -87
  60. package/skills/electron/references/opensteer-electron-recipes.md +0 -88
  61. package/skills/electron/references/opensteer-electron-workflow.md +0 -85
  62. package/skills/opensteer/references/examples.md +0 -118
package/CHANGELOG.md DELETED
@@ -1,75 +0,0 @@
1
- # Changelog
2
-
3
- ## Unreleased
4
-
5
- - Added cloud browser profile targeting in SDK config/launch:
6
- `cloud.browserProfile` and `launch({ cloudBrowserProfile })`.
7
- - Added env support for cloud browser profile defaults:
8
- `OPENSTEER_CLOUD_PROFILE_ID` and
9
- `OPENSTEER_CLOUD_PROFILE_REUSE_IF_ACTIVE`.
10
- - Added CLI launch flags for cloud profile targeting:
11
- `--cloud-profile-id` and `--cloud-profile-reuse-if-active`.
12
- - Added new profile CLI group:
13
- `opensteer profile list`, `opensteer profile create`, and
14
- `opensteer profile sync` (cookie sync only, no full profile import).
15
- - Extended cloud error-code mapping to preserve browser-profile cloud errors
16
- (for example `CLOUD_BROWSER_PROFILE_NOT_FOUND`) instead of collapsing to
17
- generic transport errors.
18
- - Extraction now resolves relative URL-like attributes against the iframe
19
- document base URL when the extracted element lives inside an accessible
20
- iframe, while preserving existing main-frame extraction behavior.
21
-
22
- ## 0.6.0
23
-
24
- - Breaking: CLI runtime routing now uses `--session`/`OPENSTEER_SESSION` instead
25
- of `--name`/cwd/active-session fallback.
26
- - Breaking: non-interactive CLI calls now require explicit runtime identity via
27
- `--session`, `OPENSTEER_SESSION`, or `OPENSTEER_CLIENT_ID`.
28
- - Added `OPENSTEER_CLIENT_ID` support for stable client-scoped default session
29
- binding.
30
- - CLI `--name` is now selector-cache namespace only and no longer controls
31
- daemon/browser routing.
32
- - Added per-session daemon startup locking + stale-lock recovery and ping-based
33
- health checks to remove startup races across concurrent commands.
34
- - Added strict in-daemon request serialization for session commands, while
35
- keeping `ping` out of the queue for reliable liveness checks.
36
- - Breaking: CLI daemon routing is now scoped by canonical `cwd`
37
- (`realpath(cwd)`) + logical session (`--session`/`OPENSTEER_SESSION`) rather
38
- than machine-wide session id matching; the same logical session can run in
39
- parallel across different directories.
40
- - Breaking: removed legacy `ai` config from `OpensteerConfig`; use top-level `model` instead.
41
- - Breaking: `OPENSTEER_AI_MODEL` is no longer supported; use `OPENSTEER_MODEL`.
42
- - Breaking: `OPENSTEER_RUNTIME` is no longer supported; use `OPENSTEER_MODE`.
43
- - Breaking: constructor runtime selection now uses `cloud` (`cloud: true` or `cloud` options object); legacy `mode`/`remote` config is removed.
44
- - Breaking: `OPENSTEER_MODE` now uses `local` or `cloud`; `remote` is no longer a supported value.
45
- - Opensteer now enables built-in LLM resolve/extract by default with model `gpt-5.1`.
46
- - Cloud mode now falls back to `OPENSTEER_API_KEY` when `cloud.apiKey` is omitted.
47
- - Added automatic `.env` loading from `storage.rootDir` (default `process.cwd()`) so constructor config can consume env vars without requiring `import 'dotenv/config'`.
48
- - `.env` autoload follows common precedence (`.env.<NODE_ENV>.local`, `.env.local`, `.env.<NODE_ENV>`, `.env`) with `.env.local` skipped in `test`, does not overwrite existing env values, and can be disabled via `OPENSTEER_DISABLE_DOTENV_AUTOLOAD`.
49
- - Opensteer now reuses one resolved runtime env snapshot for config, CUA provider key resolution, and built-in AI resolve/extract provider setup; dotenv loading still does not mutate global `process.env`.
50
- - AI helper exports now accept optional `env` maps (`getModelProvider`, `createResolveCallback`, `createExtractCallback`) for deterministic provider initialization without relying on ambient process env state.
51
- - Mutating actions now include smart best-effort post-action wait with per-action
52
- profiles and optional per-call overrides via `wait`.
53
- - Added structured interaction diagnostics via `OpensteerActionError` for
54
- descriptor-aware interaction methods (`click`, `dblclick`, `rightclick`,
55
- `hover`, `input`, `select`, `scroll`, `uploadFile`).
56
- - Added `ActionFailure` types (`ActionFailureCode`, `retryable`,
57
- `classificationSource`, optional `details`) to support programmatic handling
58
- of action failures.
59
- - Added DOM actionability probe + Playwright call-log classification to report
60
- reasons like `BLOCKED_BY_INTERCEPTOR`, `NOT_VISIBLE`, `NOT_EDITABLE`, and
61
- timeout/stale-target cases more accurately.
62
- - Cloud action failures now accept optional structured failure details and map
63
- them to `OpensteerActionError` when available.
64
- - Added native skills installer commands (`opensteer skills install` and
65
- `opensteer skills add`) that wrap the upstream `skills` CLI to install the
66
- first-party `opensteer` skill pack without requiring separate global setup.
67
- - Docs: refreshed README and getting-started guidance to match current SDK/CLI
68
- behavior and env vars.
69
- - Docs: added CLI reference and docs index.
70
- - OSS community docs: expanded `CONTRIBUTING.md` and added `SECURITY.md` +
71
- `SUPPORT.md`.
72
-
73
- ## 0.1.0
74
-
75
- - Initial open-source release.