opendevbrowser 0.0.19 → 0.0.21
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 +32 -24
- package/dist/automation/coordinator.d.ts +61 -2
- package/dist/automation/coordinator.d.ts.map +1 -1
- package/dist/browser/browser-manager.d.ts +6 -1
- package/dist/browser/browser-manager.d.ts.map +1 -1
- package/dist/browser/canvas-manager.d.ts +4 -0
- package/dist/browser/canvas-manager.d.ts.map +1 -1
- package/dist/browser/manager-types.d.ts +6 -1
- package/dist/browser/manager-types.d.ts.map +1 -1
- package/dist/browser/ops-browser-manager.d.ts +6 -1
- package/dist/browser/ops-browser-manager.d.ts.map +1 -1
- package/dist/browser/screencast-recorder.d.ts.map +1 -1
- package/dist/browser/session-inspector.d.ts +39 -0
- package/dist/browser/session-inspector.d.ts.map +1 -1
- package/dist/canvas/document-store.d.ts +14 -5
- package/dist/canvas/document-store.d.ts.map +1 -1
- package/dist/canvas/starters/catalog.d.ts.map +1 -1
- package/dist/canvas/types.d.ts +120 -9
- package/dist/canvas/types.d.ts.map +1 -1
- package/dist/challenges/action-loop.d.ts +2 -1
- package/dist/challenges/action-loop.d.ts.map +1 -1
- package/dist/challenges/capture.d.ts +14 -0
- package/dist/challenges/capture.d.ts.map +1 -0
- package/dist/challenges/index.d.ts +3 -1
- package/dist/challenges/index.d.ts.map +1 -1
- package/dist/challenges/inspect-plan.d.ts +40 -0
- package/dist/challenges/inspect-plan.d.ts.map +1 -0
- package/dist/challenges/orchestrator.d.ts.map +1 -1
- package/dist/challenges/types.d.ts +34 -0
- package/dist/challenges/types.d.ts.map +1 -1
- package/dist/{chunk-YBQECXZX.js → chunk-3VA6XR25.js} +3 -3
- package/dist/chunk-3VA6XR25.js.map +1 -0
- package/dist/{chunk-W4IHGDXV.js → chunk-4KVXCXV3.js} +25778 -24279
- package/dist/chunk-4KVXCXV3.js.map +1 -0
- package/dist/{chunk-5FZQJRBQ.js → chunk-ZE2E7ZGH.js} +3013 -1010
- package/dist/chunk-ZE2E7ZGH.js.map +1 -0
- package/dist/cli/commands/challenge-automation-mode.d.ts +3 -0
- package/dist/cli/commands/challenge-automation-mode.d.ts.map +1 -0
- package/dist/cli/commands/inspiredesign.d.ts +25 -0
- package/dist/cli/commands/inspiredesign.d.ts.map +1 -0
- package/dist/cli/commands/macro-resolve.d.ts.map +1 -1
- package/dist/cli/commands/nav/review-desktop.d.ts +7 -0
- package/dist/cli/commands/nav/review-desktop.d.ts.map +1 -0
- package/dist/cli/commands/nav/review-shared.d.ts +10 -0
- package/dist/cli/commands/nav/review-shared.d.ts.map +1 -0
- package/dist/cli/commands/nav/review.d.ts.map +1 -1
- package/dist/cli/commands/serve.d.ts.map +1 -1
- package/dist/cli/commands/session/inspector-audit.d.ts +7 -0
- package/dist/cli/commands/session/inspector-audit.d.ts.map +1 -0
- package/dist/cli/commands/session/inspector-plan.d.ts +7 -0
- package/dist/cli/commands/session/inspector-plan.d.ts.map +1 -0
- package/dist/cli/commands/session/inspector-shared.d.ts +11 -0
- package/dist/cli/commands/session/inspector-shared.d.ts.map +1 -0
- package/dist/cli/commands/session/inspector.d.ts +1 -11
- package/dist/cli/commands/session/inspector.d.ts.map +1 -1
- package/dist/cli/commands/status-capabilities.d.ts +7 -0
- package/dist/cli/commands/status-capabilities.d.ts.map +1 -0
- package/dist/cli/daemon-client.d.ts.map +1 -1
- package/dist/cli/daemon-commands.d.ts.map +1 -1
- package/dist/cli/daemon-status.d.ts +5 -0
- package/dist/cli/daemon-status.d.ts.map +1 -1
- package/dist/cli/daemon.d.ts +5 -0
- package/dist/cli/daemon.d.ts.map +1 -1
- package/dist/cli/help.d.ts +2 -0
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/index.js +660 -244
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/remote-manager.d.ts +6 -0
- package/dist/cli/remote-manager.d.ts.map +1 -1
- package/dist/cli/utils/parse.d.ts +1 -0
- package/dist/cli/utils/parse.d.ts.map +1 -1
- package/dist/cli/utils/skills.d.ts +1 -1
- package/dist/cli/utils/skills.d.ts.map +1 -1
- package/dist/cli/utils/workflow-message.d.ts +3 -0
- package/dist/cli/utils/workflow-message.d.ts.map +1 -1
- package/dist/config.d.ts +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/core/bootstrap.d.ts.map +1 -1
- package/dist/core/runtime-assemblies.d.ts +2 -1
- package/dist/core/runtime-assemblies.d.ts.map +1 -1
- package/dist/core/types.d.ts +1 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/desktop/runtime.d.ts +1 -0
- package/dist/desktop/runtime.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +729 -448
- package/dist/index.js.map +1 -1
- package/dist/inspiredesign/handoff.d.ts +34 -0
- package/dist/inspiredesign/handoff.d.ts.map +1 -0
- package/dist/opendevbrowser.d.ts.map +1 -1
- package/dist/opendevbrowser.js +729 -448
- package/dist/opendevbrowser.js.map +1 -1
- package/dist/providers/browser-fallback.d.ts.map +1 -1
- package/dist/providers/constraint.d.ts +11 -0
- package/dist/providers/constraint.d.ts.map +1 -1
- package/dist/providers/cookie-source.d.ts +8 -0
- package/dist/providers/cookie-source.d.ts.map +1 -0
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/providers/inspiredesign-capture.d.ts +17 -0
- package/dist/providers/inspiredesign-capture.d.ts.map +1 -0
- package/dist/providers/inspiredesign-contract.d.ts +110 -0
- package/dist/providers/inspiredesign-contract.d.ts.map +1 -0
- package/dist/providers/renderer.d.ts +23 -0
- package/dist/providers/renderer.d.ts.map +1 -1
- package/dist/providers/runtime-bundle.d.ts +2 -1
- package/dist/providers/runtime-bundle.d.ts.map +1 -1
- package/dist/providers/runtime-factory.d.ts +4 -2
- package/dist/providers/runtime-factory.d.ts.map +1 -1
- package/dist/providers/shopping/index.d.ts +1 -1
- package/dist/providers/types.d.ts +3 -2
- package/dist/providers/types.d.ts.map +1 -1
- package/dist/providers/workflow-contracts.d.ts +1 -1
- package/dist/providers/workflow-contracts.d.ts.map +1 -1
- package/dist/providers/workflow-handoff.d.ts +14 -0
- package/dist/providers/workflow-handoff.d.ts.map +1 -0
- package/dist/providers/workflows.d.ts +21 -2
- package/dist/providers/workflows.d.ts.map +1 -1
- package/dist/{providers-G36AM3Z2.js → providers-ZIVHHH4F.js} +6 -2
- package/dist/public-surface/generated-manifest.d.ts +143 -7
- package/dist/public-surface/generated-manifest.d.ts.map +1 -1
- package/dist/public-surface/source.d.ts +102 -3
- package/dist/public-surface/source.d.ts.map +1 -1
- package/dist/relay/protocol.d.ts +1 -1
- package/dist/relay/protocol.d.ts.map +1 -1
- package/dist/relay/relay-server.d.ts +1 -0
- package/dist/relay/relay-server.d.ts.map +1 -1
- package/dist/skills/skill-loader.js +1 -1
- package/dist/tools/automation-shared.d.ts +6 -0
- package/dist/tools/automation-shared.d.ts.map +1 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/inspiredesign_run.d.ts +4 -0
- package/dist/tools/inspiredesign_run.d.ts.map +1 -0
- package/dist/tools/review_desktop.d.ts +4 -0
- package/dist/tools/review_desktop.d.ts.map +1 -0
- package/dist/tools/session_inspector.d.ts.map +1 -1
- package/dist/tools/session_inspector_audit.d.ts +4 -0
- package/dist/tools/session_inspector_audit.d.ts.map +1 -0
- package/dist/tools/session_inspector_plan.d.ts +4 -0
- package/dist/tools/session_inspector_plan.d.ts.map +1 -0
- package/dist/tools/status_capabilities.d.ts +4 -0
- package/dist/tools/status_capabilities.d.ts.map +1 -0
- package/extension/dist/background.js +70 -10
- package/extension/dist/canvas/canvas-runtime.js +14 -1
- package/extension/dist/ops/ops-runtime.js +18 -1
- package/extension/dist/popup.js +29 -16
- package/extension/dist/services/ConnectionManager.js +27 -2
- package/extension/manifest.json +1 -1
- package/extension/popup.html +11 -0
- package/package.json +5 -5
- package/skills/AGENTS.md +2 -2
- package/skills/opendevbrowser-best-practices/SKILL.md +50 -15
- package/skills/opendevbrowser-best-practices/artifacts/canvas-governance-playbook.md +31 -12
- package/skills/opendevbrowser-best-practices/artifacts/command-channel-reference.md +64 -15
- package/skills/opendevbrowser-best-practices/artifacts/provider-workflows.md +4 -0
- package/skills/opendevbrowser-best-practices/artifacts/skill-runtime-surface-matrix.md +11 -10
- package/skills/opendevbrowser-best-practices/assets/templates/canvas-blocker-checklist.json +28 -22
- package/skills/opendevbrowser-best-practices/assets/templates/canvas-generation-plan.v1.json +18 -17
- package/skills/opendevbrowser-best-practices/assets/templates/canvas-handshake-example.json +135 -17
- package/skills/opendevbrowser-best-practices/assets/templates/skill-runtime-pack-matrix.json +55 -8
- package/skills/opendevbrowser-best-practices/assets/templates/surface-audit-checklist.json +18 -4
- package/skills/opendevbrowser-best-practices/scripts/odb-workflow.sh +16 -4
- package/skills/opendevbrowser-best-practices/scripts/run-robustness-audit.sh +3 -1
- package/skills/opendevbrowser-best-practices/scripts/validate-skill-assets.sh +68 -25
- package/skills/opendevbrowser-design-agent/SKILL.md +9 -4
- package/skills/opendevbrowser-design-agent/artifacts/design-workflows.md +15 -6
- package/skills/opendevbrowser-design-agent/assets/templates/canvas-generation-plan.design.v1.json +18 -17
- package/skills/opendevbrowser-design-agent/scripts/design-workflow.sh +11 -0
- package/skills/opendevbrowser-design-agent/scripts/validate-skill-assets.sh +57 -0
- package/skills/opendevbrowser-product-presentation-asset/SKILL.md +2 -2
- package/dist/chunk-5FZQJRBQ.js.map +0 -1
- package/dist/chunk-W4IHGDXV.js.map +0 -1
- package/dist/chunk-YBQECXZX.js.map +0 -1
- /package/dist/{providers-G36AM3Z2.js.map → providers-ZIVHHH4F.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-manifest.d.ts","sourceRoot":"","sources":["../../src/public-surface/generated-manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EACV,iBAAiB,EACjB,sCAAsC,EACtC,2BAA2B,EAC3B,qBAAqB,EAErB,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAElB,eAAO,MAAM,sCAAsC,EAAG,YAAqB,CAAC;AAC5E,eAAO,MAAM,oCAAoC,EAAG,0BAAmC,CAAC;AAExF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"generated-manifest.d.ts","sourceRoot":"","sources":["../../src/public-surface/generated-manifest.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EACV,iBAAiB,EACjB,sCAAsC,EACtC,2BAA2B,EAC3B,qBAAqB,EAErB,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAElB,eAAO,MAAM,sCAAsC,EAAG,YAAqB,CAAC;AAC5E,eAAO,MAAM,oCAAoC,EAAG,0BAAmC,CAAC;AAExF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA07EH,CAAC;AAElC,eAAO,MAAM,WAAW,EAAiE,qBAAqB,EAAE,CAAC;AACjH,eAAO,MAAM,kBAAkB,EAAmD,qBAAqB,EAAE,CAAC;AAC1G,eAAO,MAAM,YAAY,EAA0E,2BAA2B,EAAE,CAAC;AAEjI,eAAO,MAAM,wBAAwB,EASrB,MAAM,CAAC,2BAA2B,EAAE,iBAAiB,CAAC,CAAC;AAgBvE,eAAO,MAAM,yBAAyB,EAK/B,SAAS,sCAAsC,EAAE,CAAC;AAEzD,eAAO,MAAM,oBAAoB,EAI1B,SAAS,gBAAgB,EAAE,CAAC"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
export declare const PUBLIC_SURFACE_MANIFEST_SCHEMA_VERSION: "2026-04-04";
|
|
2
|
-
export declare const VALID_FLAGS: readonly ["--global", "--local", "--update", "--uninstall", "--help", "--version", "--with-config", "--no-prompt", "--no-interactive", "--quiet", "--output-format", "--full", "--port", "--token", "--stop", "--script", "--headless", "--profile", "--persist-profile", "--chrome-path", "--start-url", "--flag", "--session-id", "--close-browser", "--ws-endpoint", "--host", "--cdp-port", "--url", "--wait-until", "--timeout-ms", "--ref", "--state", "--until", "--mode", "--max-chars", "--cursor", "--text", "--clear", "--submit", "--values", "--files", "--dy", "--key", "--attr", "--x", "--y", "--from-x", "--from-y", "--to-x", "--to-y", "--steps", "--button", "--click-count", "--name", "--target-id", "--window-id", "--tab-id", "--include-urls", "--path", "--screencast-id", "--reason", "--full-page", "--action", "--prompt-text", "--since-seq", "--max", "--interval-ms", "--max-frames", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--request-id", "--cookies", "--cookies-file", "--strict", "--expression", "--default-provider", "--include-catalog", "--command", "--execute", "--params", "--params-file", "--unsafe-internal", "--daemon", "--transport", "--no-extension", "--extension-only", "--extension-legacy", "--wait-for-extension", "--wait-timeout-ms", "--skills-global", "--skills-local", "--no-skills", "--screenshot-mode", "--debug", "--context", "--stored", "--topic", "--days", "--from", "--to", "--source-selection", "--sources", "--include-engagement", "--limit-per-source", "--query", "--providers", "--budget", "--region", "--browser-mode", "--sort", "--product-url", "--product-name", "--provider-hint", "--include-screenshots", "--include-all-images", "--include-copy", "--use-cookies", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy", "--output-dir", "--ttl-hours", "--expired-only"];
|
|
2
|
+
export declare const VALID_FLAGS: readonly ["--global", "--local", "--update", "--uninstall", "--help", "--version", "--with-config", "--no-prompt", "--no-interactive", "--quiet", "--output-format", "--full", "--port", "--token", "--stop", "--script", "--headless", "--profile", "--persist-profile", "--chrome-path", "--start-url", "--flag", "--session-id", "--close-browser", "--ws-endpoint", "--host", "--cdp-port", "--url", "--wait-until", "--timeout-ms", "--ref", "--state", "--until", "--mode", "--max-chars", "--cursor", "--text", "--clear", "--submit", "--values", "--files", "--dy", "--key", "--attr", "--x", "--y", "--from-x", "--from-y", "--to-x", "--to-y", "--steps", "--button", "--click-count", "--name", "--target-id", "--window-id", "--tab-id", "--include-urls", "--path", "--screencast-id", "--reason", "--full-page", "--action", "--prompt-text", "--since-seq", "--max", "--interval-ms", "--max-frames", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--request-id", "--cookies", "--cookies-file", "--strict", "--expression", "--default-provider", "--include-catalog", "--command", "--execute", "--params", "--params-file", "--unsafe-internal", "--daemon", "--transport", "--no-extension", "--extension-only", "--extension-legacy", "--wait-for-extension", "--wait-timeout-ms", "--skills-global", "--skills-local", "--no-skills", "--screenshot-mode", "--debug", "--context", "--stored", "--topic", "--days", "--from", "--to", "--source-selection", "--sources", "--include-engagement", "--limit-per-source", "--query", "--providers", "--budget", "--region", "--browser-mode", "--sort", "--brief", "--capture-mode", "--include-prototype-guidance", "--product-url", "--product-name", "--provider-hint", "--include-screenshots", "--include-all-images", "--include-copy", "--use-cookies", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy", "--output-dir", "--ttl-hours", "--expired-only"];
|
|
3
3
|
export type PublicSurfaceFlagName = (typeof VALID_FLAGS)[number];
|
|
4
4
|
export type PublicSurfaceFlagKind = "boolean" | "value";
|
|
5
5
|
export interface PublicSurfaceFlag {
|
|
6
6
|
name: PublicSurfaceFlagName;
|
|
7
7
|
kind: PublicSurfaceFlagKind;
|
|
8
8
|
}
|
|
9
|
-
export declare const VALID_EQUALS_FLAGS: readonly ["--output-format", "--transport", "--session-id", "--url", "--screenshot-mode", "--context", "--timeout-ms", "--since-seq", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--max", "--target-id", "--window-id", "--tab-id", "--name", "--cookies", "--cookies-file", "--persist-profile", "--expression", "--default-provider", "--command", "--request-id", "--strict", "--params", "--params-file", "--topic", "--days", "--from", "--to", "--source-selection", "--sources", "--mode", "--ref", "--path", "--screencast-id", "--reason", "--interval-ms", "--max-frames", "--max-chars", "--cursor", "--files", "--action", "--prompt-text", "--limit-per-source", "--query", "--providers", "--budget", "--region", "--sort", "--product-url", "--product-name", "--provider-hint", "--x", "--y", "--from-x", "--from-y", "--to-x", "--to-y", "--steps", "--button", "--click-count", "--include-screenshots", "--include-all-images", "--include-copy", "--use-cookies", "--browser-mode", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy", "--output-dir", "--ttl-hours"];
|
|
9
|
+
export declare const VALID_EQUALS_FLAGS: readonly ["--output-format", "--transport", "--session-id", "--url", "--screenshot-mode", "--context", "--timeout-ms", "--since-seq", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--max", "--target-id", "--window-id", "--tab-id", "--name", "--cookies", "--cookies-file", "--persist-profile", "--expression", "--default-provider", "--command", "--request-id", "--strict", "--params", "--params-file", "--topic", "--days", "--from", "--to", "--source-selection", "--sources", "--mode", "--ref", "--path", "--screencast-id", "--reason", "--interval-ms", "--max-frames", "--max-chars", "--cursor", "--files", "--action", "--prompt-text", "--limit-per-source", "--query", "--providers", "--budget", "--region", "--sort", "--brief", "--capture-mode", "--product-url", "--product-name", "--provider-hint", "--include-prototype-guidance", "--x", "--y", "--from-x", "--from-y", "--to-x", "--to-y", "--steps", "--button", "--click-count", "--include-screenshots", "--include-all-images", "--include-copy", "--use-cookies", "--browser-mode", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy", "--output-dir", "--ttl-hours"];
|
|
10
10
|
export interface PublicSurfaceCliCommandDefinition {
|
|
11
11
|
name: string;
|
|
12
|
+
description: string;
|
|
12
13
|
usage: string;
|
|
13
14
|
flags: readonly PublicSurfaceFlagName[];
|
|
14
15
|
}
|
|
@@ -24,22 +25,27 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
24
25
|
readonly summary: "Install, remove, and inspect CLI basics.";
|
|
25
26
|
readonly commands: readonly [{
|
|
26
27
|
readonly name: "install";
|
|
28
|
+
readonly description: "Install the plugin and sync bundled skill packs";
|
|
27
29
|
readonly usage: "npx opendevbrowser [--global|--local] [--with-config] [--full] [--skills-global|--skills-local|--no-skills] [--no-prompt] [--quiet]";
|
|
28
30
|
readonly flags: readonly ["--global", "--local", "--with-config", "--full", "--skills-global", "--skills-local", "--no-skills", "--no-prompt", "--quiet"];
|
|
29
31
|
}, {
|
|
30
32
|
readonly name: "update";
|
|
33
|
+
readonly description: "Clear cached plugin and refresh managed skill packs";
|
|
31
34
|
readonly usage: "npx opendevbrowser update [--global|--local]";
|
|
32
35
|
readonly flags: readonly ["--global", "--local"];
|
|
33
36
|
}, {
|
|
34
37
|
readonly name: "uninstall";
|
|
38
|
+
readonly description: "Remove plugin from config and clean managed skill packs";
|
|
35
39
|
readonly usage: "npx opendevbrowser uninstall [--global|--local] [--no-prompt] [--quiet]";
|
|
36
40
|
readonly flags: readonly ["--global", "--local", "--no-prompt", "--quiet"];
|
|
37
41
|
}, {
|
|
38
42
|
readonly name: "help";
|
|
43
|
+
readonly description: "Show help";
|
|
39
44
|
readonly usage: "npx opendevbrowser --help | npx opendevbrowser help";
|
|
40
45
|
readonly flags: readonly ["--help"];
|
|
41
46
|
}, {
|
|
42
47
|
readonly name: "version";
|
|
48
|
+
readonly description: "Show version";
|
|
43
49
|
readonly usage: "npx opendevbrowser --version | npx opendevbrowser version";
|
|
44
50
|
readonly flags: readonly ["--version"];
|
|
45
51
|
}];
|
|
@@ -49,18 +55,22 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
49
55
|
readonly summary: "Run daemon services and single-process scripts.";
|
|
50
56
|
readonly commands: readonly [{
|
|
51
57
|
readonly name: "serve";
|
|
58
|
+
readonly description: "Start or stop the local daemon";
|
|
52
59
|
readonly usage: "npx opendevbrowser serve [--port <port>] [--token <token>] [--stop]";
|
|
53
60
|
readonly flags: readonly ["--port", "--token", "--stop"];
|
|
54
61
|
}, {
|
|
55
62
|
readonly name: "daemon";
|
|
63
|
+
readonly description: "Install/uninstall/status daemon auto-start";
|
|
56
64
|
readonly usage: "npx opendevbrowser daemon <install|uninstall|status>";
|
|
57
65
|
readonly flags: readonly ["--output-format"];
|
|
58
66
|
}, {
|
|
59
67
|
readonly name: "native";
|
|
68
|
+
readonly description: "Install/uninstall/status native messaging host";
|
|
60
69
|
readonly usage: "npx opendevbrowser native <install|uninstall|status> [extension-id]";
|
|
61
70
|
readonly flags: readonly ["--output-format"];
|
|
62
71
|
}, {
|
|
63
72
|
readonly name: "run";
|
|
73
|
+
readonly description: "Execute a JSON script in a single process";
|
|
64
74
|
readonly usage: "npx opendevbrowser run --script <path> [--headless] [--profile <name>] [--persist-profile <bool>] [--chrome-path <path>] [--start-url <url>] [--flag <chrome-arg>]";
|
|
65
75
|
readonly flags: readonly ["--script", "--headless", "--profile", "--persist-profile", "--chrome-path", "--start-url", "--flag"];
|
|
66
76
|
}];
|
|
@@ -70,26 +80,37 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
70
80
|
readonly summary: "Launch, connect, and manage browser session state.";
|
|
71
81
|
readonly commands: readonly [{
|
|
72
82
|
readonly name: "launch";
|
|
83
|
+
readonly description: "Launch a managed browser session via daemon";
|
|
73
84
|
readonly usage: "npx opendevbrowser launch [--headless] [--profile <name>] [--persist-profile <bool>] [--chrome-path <path>] [--start-url <url>] [--flag <chrome-arg>] [--no-extension|--extension-only] [--extension-legacy] [--wait-for-extension] [--wait-timeout-ms <ms>]";
|
|
74
85
|
readonly flags: readonly ["--headless", "--profile", "--persist-profile", "--chrome-path", "--start-url", "--flag", "--no-extension", "--extension-only", "--extension-legacy", "--wait-for-extension", "--wait-timeout-ms"];
|
|
75
86
|
}, {
|
|
76
87
|
readonly name: "connect";
|
|
88
|
+
readonly description: "Connect to an existing browser via daemon";
|
|
77
89
|
readonly usage: "npx opendevbrowser connect (--ws-endpoint <url> | --host <host> --cdp-port <port>) [--start-url <url>] [--extension-legacy]";
|
|
78
90
|
readonly flags: readonly ["--ws-endpoint", "--host", "--cdp-port", "--start-url", "--extension-legacy"];
|
|
79
91
|
}, {
|
|
80
92
|
readonly name: "disconnect";
|
|
93
|
+
readonly description: "Disconnect a daemon session";
|
|
81
94
|
readonly usage: "npx opendevbrowser disconnect --session-id <id> [--close-browser]";
|
|
82
95
|
readonly flags: readonly ["--session-id", "--close-browser"];
|
|
83
96
|
}, {
|
|
84
97
|
readonly name: "status";
|
|
98
|
+
readonly description: "Get daemon or session status";
|
|
85
99
|
readonly usage: "npx opendevbrowser status [--session-id <id> | --daemon] [--transport <relay|native>]";
|
|
86
100
|
readonly flags: readonly ["--session-id", "--daemon", "--transport"];
|
|
101
|
+
}, {
|
|
102
|
+
readonly name: "status-capabilities";
|
|
103
|
+
readonly description: "Inspect runtime capability discovery for the host and an optional session";
|
|
104
|
+
readonly usage: "npx opendevbrowser status-capabilities [--session-id <id>] [--target-id <id>] [--challenge-automation-mode <mode>] [--timeout-ms <ms>]";
|
|
105
|
+
readonly flags: readonly ["--session-id", "--target-id", "--challenge-automation-mode", "--timeout-ms"];
|
|
87
106
|
}, {
|
|
88
107
|
readonly name: "cookie-import";
|
|
108
|
+
readonly description: "Import validated cookies into a session";
|
|
89
109
|
readonly usage: "npx opendevbrowser cookie-import --session-id <id> (--cookies <json> | --cookies-file <path>) [--strict <bool>]";
|
|
90
110
|
readonly flags: readonly ["--session-id", "--cookies", "--cookies-file", "--strict"];
|
|
91
111
|
}, {
|
|
92
112
|
readonly name: "cookie-list";
|
|
113
|
+
readonly description: "List cookies for a session (optionally filtered by URL)";
|
|
93
114
|
readonly usage: "npx opendevbrowser cookie-list --session-id <id> [--url <url>]";
|
|
94
115
|
readonly flags: readonly ["--session-id", "--url"];
|
|
95
116
|
}];
|
|
@@ -99,22 +120,32 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
99
120
|
readonly summary: "Run research, shopping, media, and artifact workflows.";
|
|
100
121
|
readonly commands: readonly [{
|
|
101
122
|
readonly name: "research";
|
|
123
|
+
readonly description: "Run research workflows";
|
|
102
124
|
readonly usage: "npx opendevbrowser research run --topic <text> [--days <n>|--from <date> --to <date>] [--source-selection <family>] [--sources <csv>] [--include-engagement] [--limit-per-source <n>] [--mode <mode>] [--timeout-ms <ms>] [--output-dir <path>] [--ttl-hours <n>] [--use-cookies[=<bool>]] [--challenge-automation-mode <mode>] [--cookie-policy-override <policy>]";
|
|
103
125
|
readonly flags: readonly ["--topic", "--days", "--from", "--to", "--source-selection", "--sources", "--include-engagement", "--limit-per-source", "--mode", "--timeout-ms", "--output-dir", "--ttl-hours", "--use-cookies", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy"];
|
|
104
126
|
}, {
|
|
105
127
|
readonly name: "shopping";
|
|
128
|
+
readonly description: "Run shopping workflows";
|
|
106
129
|
readonly usage: "npx opendevbrowser shopping run --query <text> [--providers <csv>] [--budget <amount>] [--region <region>] [--browser-mode <mode>] [--sort <mode>] [--mode <mode>] [--timeout-ms <ms>] [--output-dir <path>] [--ttl-hours <n>] [--use-cookies[=<bool>]] [--challenge-automation-mode <mode>] [--cookie-policy-override <policy>]";
|
|
107
130
|
readonly flags: readonly ["--query", "--providers", "--budget", "--region", "--browser-mode", "--sort", "--mode", "--timeout-ms", "--output-dir", "--ttl-hours", "--use-cookies", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy"];
|
|
108
131
|
}, {
|
|
109
132
|
readonly name: "product-video";
|
|
133
|
+
readonly description: "Run product presentation asset workflows";
|
|
110
134
|
readonly usage: "npx opendevbrowser product-video run (--product-url <url> | --product-name <name>) [--provider-hint <provider>] [--include-screenshots <bool>] [--include-all-images <bool>] [--include-copy <bool>] [--timeout-ms <ms>] [--use-cookies[=<bool>]] [--challenge-automation-mode <mode>] [--cookie-policy-override <policy>] [--output-dir <path>] [--ttl-hours <n>]";
|
|
111
135
|
readonly flags: readonly ["--product-url", "--product-name", "--provider-hint", "--include-screenshots", "--include-all-images", "--include-copy", "--timeout-ms", "--use-cookies", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy", "--output-dir", "--ttl-hours"];
|
|
136
|
+
}, {
|
|
137
|
+
readonly name: "inspiredesign";
|
|
138
|
+
readonly description: "Run inspiredesign workflows";
|
|
139
|
+
readonly usage: "npx opendevbrowser inspiredesign run --brief <text> [--url <url>]... [--capture-mode <mode>] [--include-prototype-guidance[=<bool>]] [--mode <mode>] [--timeout-ms <ms>] [--output-dir <path>] [--ttl-hours <n>] [--use-cookies[=<bool>]] [--challenge-automation-mode <mode>] [--cookie-policy-override <policy>]";
|
|
140
|
+
readonly flags: readonly ["--brief", "--url", "--capture-mode", "--include-prototype-guidance", "--mode", "--timeout-ms", "--output-dir", "--ttl-hours", "--use-cookies", "--challenge-automation-mode", "--cookie-policy-override", "--cookie-policy"];
|
|
112
141
|
}, {
|
|
113
142
|
readonly name: "artifacts";
|
|
143
|
+
readonly description: "Manage workflow artifact lifecycle";
|
|
114
144
|
readonly usage: "npx opendevbrowser artifacts cleanup [--expired-only] [--output-dir <path>]";
|
|
115
145
|
readonly flags: readonly ["--expired-only", "--output-dir"];
|
|
116
146
|
}, {
|
|
117
147
|
readonly name: "macro-resolve";
|
|
148
|
+
readonly description: "Resolve or execute a macro expression via provider actions";
|
|
118
149
|
readonly usage: "npx opendevbrowser macro-resolve --expression <macro> [--default-provider <provider>] [--include-catalog] [--execute] [--timeout-ms <ms>] [--challenge-automation-mode <mode>]";
|
|
119
150
|
readonly flags: readonly ["--expression", "--default-provider", "--include-catalog", "--execute", "--timeout-ms", "--challenge-automation-mode"];
|
|
120
151
|
}];
|
|
@@ -124,6 +155,7 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
124
155
|
readonly summary: "Execute typed /canvas commands for session, document, preview, and code-sync flows.";
|
|
125
156
|
readonly commands: readonly [{
|
|
126
157
|
readonly name: "canvas";
|
|
158
|
+
readonly description: "Execute a design-canvas command";
|
|
127
159
|
readonly usage: "npx opendevbrowser canvas --command <canvas.command> [--params <json> | --params-file <path>] [--timeout-ms <ms>]";
|
|
128
160
|
readonly flags: readonly ["--command", "--params", "--params-file", "--timeout-ms"];
|
|
129
161
|
}];
|
|
@@ -133,20 +165,29 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
133
165
|
readonly summary: "Move through pages and capture fresh refs.";
|
|
134
166
|
readonly commands: readonly [{
|
|
135
167
|
readonly name: "goto";
|
|
168
|
+
readonly description: "Navigate current session to a URL";
|
|
136
169
|
readonly usage: "npx opendevbrowser goto --session-id <id> --url <url> [--wait-until <state>] [--timeout-ms <ms>]";
|
|
137
170
|
readonly flags: readonly ["--session-id", "--url", "--wait-until", "--timeout-ms"];
|
|
138
171
|
}, {
|
|
139
172
|
readonly name: "wait";
|
|
173
|
+
readonly description: "Wait for load or a ref to appear";
|
|
140
174
|
readonly usage: "npx opendevbrowser wait --session-id <id> [--ref <ref>] [--state <state>|--until <condition>] [--timeout-ms <ms>]";
|
|
141
175
|
readonly flags: readonly ["--session-id", "--ref", "--state", "--until", "--timeout-ms"];
|
|
142
176
|
}, {
|
|
143
177
|
readonly name: "snapshot";
|
|
178
|
+
readonly description: "Capture a snapshot of the active page";
|
|
144
179
|
readonly usage: "npx opendevbrowser snapshot --session-id <id> [--mode <mode>] [--max-chars <n>] [--cursor <cursor>] [--timeout-ms <ms>]";
|
|
145
180
|
readonly flags: readonly ["--session-id", "--mode", "--max-chars", "--cursor", "--timeout-ms"];
|
|
146
181
|
}, {
|
|
147
182
|
readonly name: "review";
|
|
183
|
+
readonly description: "Capture a first-class review payload for the active page";
|
|
148
184
|
readonly usage: "npx opendevbrowser review --session-id <id> [--target-id <id>] [--max-chars <n>] [--cursor <cursor>] [--timeout-ms <ms>]";
|
|
149
185
|
readonly flags: readonly ["--session-id", "--target-id", "--max-chars", "--cursor", "--timeout-ms"];
|
|
186
|
+
}, {
|
|
187
|
+
readonly name: "review-desktop";
|
|
188
|
+
readonly description: "Capture desktop-assisted browser review with read-only desktop evidence";
|
|
189
|
+
readonly usage: "npx opendevbrowser review-desktop --session-id <id> [--target-id <id>] [--reason <text>] [--max-chars <n>] [--cursor <cursor>] [--timeout-ms <ms>]";
|
|
190
|
+
readonly flags: readonly ["--session-id", "--target-id", "--reason", "--max-chars", "--cursor", "--timeout-ms"];
|
|
150
191
|
}];
|
|
151
192
|
}, {
|
|
152
193
|
readonly id: "interaction";
|
|
@@ -154,58 +195,72 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
154
195
|
readonly summary: "Perform ref-based interactions in the active page.";
|
|
155
196
|
readonly commands: readonly [{
|
|
156
197
|
readonly name: "click";
|
|
198
|
+
readonly description: "Click an element by ref";
|
|
157
199
|
readonly usage: "npx opendevbrowser click --session-id <id> --ref <ref> [--target-id <id>] [--timeout-ms <ms>]";
|
|
158
200
|
readonly flags: readonly ["--session-id", "--ref", "--target-id", "--timeout-ms"];
|
|
159
201
|
}, {
|
|
160
202
|
readonly name: "hover";
|
|
203
|
+
readonly description: "Hover an element by ref";
|
|
161
204
|
readonly usage: "npx opendevbrowser hover --session-id <id> --ref <ref>";
|
|
162
205
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
163
206
|
}, {
|
|
164
207
|
readonly name: "press";
|
|
208
|
+
readonly description: "Press a keyboard key";
|
|
165
209
|
readonly usage: "npx opendevbrowser press --session-id <id> --key <key> [--ref <ref>]";
|
|
166
210
|
readonly flags: readonly ["--session-id", "--key", "--ref"];
|
|
167
211
|
}, {
|
|
168
212
|
readonly name: "check";
|
|
213
|
+
readonly description: "Check a checkbox by ref";
|
|
169
214
|
readonly usage: "npx opendevbrowser check --session-id <id> --ref <ref>";
|
|
170
215
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
171
216
|
}, {
|
|
172
217
|
readonly name: "uncheck";
|
|
218
|
+
readonly description: "Uncheck a checkbox by ref";
|
|
173
219
|
readonly usage: "npx opendevbrowser uncheck --session-id <id> --ref <ref>";
|
|
174
220
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
175
221
|
}, {
|
|
176
222
|
readonly name: "type";
|
|
223
|
+
readonly description: "Type into an element by ref";
|
|
177
224
|
readonly usage: "npx opendevbrowser type --session-id <id> --ref <ref> --text <text> [--clear] [--submit]";
|
|
178
225
|
readonly flags: readonly ["--session-id", "--ref", "--text", "--clear", "--submit"];
|
|
179
226
|
}, {
|
|
180
227
|
readonly name: "select";
|
|
228
|
+
readonly description: "Select values in a select by ref";
|
|
181
229
|
readonly usage: "npx opendevbrowser select --session-id <id> --ref <ref> --values <csv>";
|
|
182
230
|
readonly flags: readonly ["--session-id", "--ref", "--values"];
|
|
183
231
|
}, {
|
|
184
232
|
readonly name: "scroll";
|
|
233
|
+
readonly description: "Scroll the page or element by ref";
|
|
185
234
|
readonly usage: "npx opendevbrowser scroll --session-id <id> --dy <pixels> [--ref <ref>]";
|
|
186
235
|
readonly flags: readonly ["--session-id", "--dy", "--ref"];
|
|
187
236
|
}, {
|
|
188
237
|
readonly name: "scroll-into-view";
|
|
238
|
+
readonly description: "Scroll an element into view by ref";
|
|
189
239
|
readonly usage: "npx opendevbrowser scroll-into-view --session-id <id> --ref <ref>";
|
|
190
240
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
191
241
|
}, {
|
|
192
242
|
readonly name: "upload";
|
|
243
|
+
readonly description: "Upload files to a file input or chooser by ref";
|
|
193
244
|
readonly usage: "npx opendevbrowser upload --session-id <id> --ref <ref> --files <csv> [--target-id <id>]";
|
|
194
245
|
readonly flags: readonly ["--session-id", "--ref", "--files", "--target-id"];
|
|
195
246
|
}, {
|
|
196
247
|
readonly name: "pointer-move";
|
|
248
|
+
readonly description: "Move the pointer to viewport coordinates";
|
|
197
249
|
readonly usage: "npx opendevbrowser pointer-move --session-id <id> --x <n> --y <n> [--steps <n>] [--target-id <id>]";
|
|
198
250
|
readonly flags: readonly ["--session-id", "--x", "--y", "--steps", "--target-id"];
|
|
199
251
|
}, {
|
|
200
252
|
readonly name: "pointer-down";
|
|
253
|
+
readonly description: "Press a mouse button at viewport coordinates";
|
|
201
254
|
readonly usage: "npx opendevbrowser pointer-down --session-id <id> --x <n> --y <n> [--button <left|middle|right>] [--click-count <n>] [--target-id <id>]";
|
|
202
255
|
readonly flags: readonly ["--session-id", "--x", "--y", "--button", "--click-count", "--target-id"];
|
|
203
256
|
}, {
|
|
204
257
|
readonly name: "pointer-up";
|
|
258
|
+
readonly description: "Release a mouse button at viewport coordinates";
|
|
205
259
|
readonly usage: "npx opendevbrowser pointer-up --session-id <id> --x <n> --y <n> [--button <left|middle|right>] [--click-count <n>] [--target-id <id>]";
|
|
206
260
|
readonly flags: readonly ["--session-id", "--x", "--y", "--button", "--click-count", "--target-id"];
|
|
207
261
|
}, {
|
|
208
262
|
readonly name: "pointer-drag";
|
|
263
|
+
readonly description: "Drag the pointer between two viewport coordinates";
|
|
209
264
|
readonly usage: "npx opendevbrowser pointer-drag --session-id <id> --from-x <n> --from-y <n> --to-x <n> --to-y <n> [--steps <n>] [--target-id <id>]";
|
|
210
265
|
readonly flags: readonly ["--session-id", "--from-x", "--from-y", "--to-x", "--to-y", "--steps", "--target-id"];
|
|
211
266
|
}];
|
|
@@ -215,30 +270,37 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
215
270
|
readonly summary: "Manage tabs, targets, and named pages.";
|
|
216
271
|
readonly commands: readonly [{
|
|
217
272
|
readonly name: "targets-list";
|
|
273
|
+
readonly description: "List page targets";
|
|
218
274
|
readonly usage: "npx opendevbrowser targets-list --session-id <id> [--include-urls]";
|
|
219
275
|
readonly flags: readonly ["--session-id", "--include-urls"];
|
|
220
276
|
}, {
|
|
221
277
|
readonly name: "target-use";
|
|
278
|
+
readonly description: "Focus a target by id";
|
|
222
279
|
readonly usage: "npx opendevbrowser target-use --session-id <id> --target-id <id>";
|
|
223
280
|
readonly flags: readonly ["--session-id", "--target-id"];
|
|
224
281
|
}, {
|
|
225
282
|
readonly name: "target-new";
|
|
283
|
+
readonly description: "Open a new target";
|
|
226
284
|
readonly usage: "npx opendevbrowser target-new --session-id <id> [--url <url>]";
|
|
227
285
|
readonly flags: readonly ["--session-id", "--url"];
|
|
228
286
|
}, {
|
|
229
287
|
readonly name: "target-close";
|
|
288
|
+
readonly description: "Close a target by id";
|
|
230
289
|
readonly usage: "npx opendevbrowser target-close --session-id <id> --target-id <id>";
|
|
231
290
|
readonly flags: readonly ["--session-id", "--target-id"];
|
|
232
291
|
}, {
|
|
233
292
|
readonly name: "page";
|
|
293
|
+
readonly description: "Open or focus a named page";
|
|
234
294
|
readonly usage: "npx opendevbrowser page --session-id <id> --name <page> [--url <url>]";
|
|
235
295
|
readonly flags: readonly ["--session-id", "--name", "--url"];
|
|
236
296
|
}, {
|
|
237
297
|
readonly name: "pages";
|
|
298
|
+
readonly description: "List named pages";
|
|
238
299
|
readonly usage: "npx opendevbrowser pages --session-id <id>";
|
|
239
300
|
readonly flags: readonly ["--session-id"];
|
|
240
301
|
}, {
|
|
241
302
|
readonly name: "page-close";
|
|
303
|
+
readonly description: "Close a named page";
|
|
242
304
|
readonly usage: "npx opendevbrowser page-close --session-id <id> --name <page>";
|
|
243
305
|
readonly flags: readonly ["--session-id", "--name"];
|
|
244
306
|
}];
|
|
@@ -248,38 +310,47 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
248
310
|
readonly summary: "Read DOM state and export page or component code.";
|
|
249
311
|
readonly commands: readonly [{
|
|
250
312
|
readonly name: "dom-html";
|
|
313
|
+
readonly description: "Capture HTML for a ref";
|
|
251
314
|
readonly usage: "npx opendevbrowser dom-html --session-id <id> [--ref <ref>] [--max-chars <n>]";
|
|
252
315
|
readonly flags: readonly ["--session-id", "--ref", "--max-chars"];
|
|
253
316
|
}, {
|
|
254
317
|
readonly name: "dom-text";
|
|
318
|
+
readonly description: "Capture text for a ref";
|
|
255
319
|
readonly usage: "npx opendevbrowser dom-text --session-id <id> [--ref <ref>] [--max-chars <n>]";
|
|
256
320
|
readonly flags: readonly ["--session-id", "--ref", "--max-chars"];
|
|
257
321
|
}, {
|
|
258
322
|
readonly name: "dom-attr";
|
|
323
|
+
readonly description: "Capture attribute value for a ref";
|
|
259
324
|
readonly usage: "npx opendevbrowser dom-attr --session-id <id> --ref <ref> --attr <name>";
|
|
260
325
|
readonly flags: readonly ["--session-id", "--ref", "--attr"];
|
|
261
326
|
}, {
|
|
262
327
|
readonly name: "dom-value";
|
|
328
|
+
readonly description: "Capture input value for a ref";
|
|
263
329
|
readonly usage: "npx opendevbrowser dom-value --session-id <id> --ref <ref>";
|
|
264
330
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
265
331
|
}, {
|
|
266
332
|
readonly name: "dom-visible";
|
|
333
|
+
readonly description: "Check visibility for a ref";
|
|
267
334
|
readonly usage: "npx opendevbrowser dom-visible --session-id <id> --ref <ref>";
|
|
268
335
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
269
336
|
}, {
|
|
270
337
|
readonly name: "dom-enabled";
|
|
338
|
+
readonly description: "Check enabled state for a ref";
|
|
271
339
|
readonly usage: "npx opendevbrowser dom-enabled --session-id <id> --ref <ref>";
|
|
272
340
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
273
341
|
}, {
|
|
274
342
|
readonly name: "dom-checked";
|
|
343
|
+
readonly description: "Check checked state for a ref";
|
|
275
344
|
readonly usage: "npx opendevbrowser dom-checked --session-id <id> --ref <ref>";
|
|
276
345
|
readonly flags: readonly ["--session-id", "--ref"];
|
|
277
346
|
}, {
|
|
278
347
|
readonly name: "clone-page";
|
|
348
|
+
readonly description: "Clone the active page to React";
|
|
279
349
|
readonly usage: "npx opendevbrowser clone-page --session-id <id> [--target-id <id>] [--path <file>]";
|
|
280
350
|
readonly flags: readonly ["--session-id", "--target-id", "--path"];
|
|
281
351
|
}, {
|
|
282
352
|
readonly name: "clone-component";
|
|
353
|
+
readonly description: "Clone a component by ref";
|
|
283
354
|
readonly usage: "npx opendevbrowser clone-component --session-id <id> --ref <ref> [--target-id <id>] [--path <file>]";
|
|
284
355
|
readonly flags: readonly ["--session-id", "--ref", "--target-id", "--path"];
|
|
285
356
|
}];
|
|
@@ -289,34 +360,52 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
289
360
|
readonly summary: "Collect session-centric diagnostics, trace proof, and annotation payloads.";
|
|
290
361
|
readonly commands: readonly [{
|
|
291
362
|
readonly name: "session-inspector";
|
|
363
|
+
readonly description: "Capture a session-first diagnostic summary with relay health and trace proof";
|
|
292
364
|
readonly usage: "npx opendevbrowser session-inspector --session-id <id> [--include-urls] [--since-console-seq <n>] [--since-network-seq <n>] [--since-exception-seq <n>] [--max <n>] [--request-id <id>]";
|
|
293
365
|
readonly flags: readonly ["--session-id", "--include-urls", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--max", "--request-id"];
|
|
366
|
+
}, {
|
|
367
|
+
readonly name: "session-inspector-plan";
|
|
368
|
+
readonly description: "Inspect browser-scoped computer-use policy and safe suggested steps";
|
|
369
|
+
readonly usage: "npx opendevbrowser session-inspector-plan --session-id <id> [--target-id <id>] [--challenge-automation-mode <mode>] [--timeout-ms <ms>]";
|
|
370
|
+
readonly flags: readonly ["--session-id", "--target-id", "--challenge-automation-mode", "--timeout-ms"];
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "session-inspector-audit";
|
|
373
|
+
readonly description: "Capture a correlated audit bundle across desktop evidence, browser review, and policy state";
|
|
374
|
+
readonly usage: "npx opendevbrowser session-inspector-audit --session-id <id> [--target-id <id>] [--reason <text>] [--max-chars <n>] [--cursor <cursor>] [--include-urls] [--since-console-seq <n>] [--since-network-seq <n>] [--since-exception-seq <n>] [--max <n>] [--request-id <id>] [--challenge-automation-mode <mode>] [--timeout-ms <ms>]";
|
|
375
|
+
readonly flags: readonly ["--session-id", "--target-id", "--reason", "--max-chars", "--cursor", "--include-urls", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--max", "--request-id", "--challenge-automation-mode", "--timeout-ms"];
|
|
294
376
|
}, {
|
|
295
377
|
readonly name: "perf";
|
|
378
|
+
readonly description: "Capture performance metrics";
|
|
296
379
|
readonly usage: "npx opendevbrowser perf --session-id <id>";
|
|
297
380
|
readonly flags: readonly ["--session-id"];
|
|
298
381
|
}, {
|
|
299
382
|
readonly name: "screenshot";
|
|
383
|
+
readonly description: "Capture a screenshot";
|
|
300
384
|
readonly usage: "npx opendevbrowser screenshot --session-id <id> [--target-id <id>] [--path <file>] [--ref <ref> | --full-page] [--timeout-ms <ms>]";
|
|
301
385
|
readonly flags: readonly ["--session-id", "--target-id", "--path", "--ref", "--full-page", "--timeout-ms"];
|
|
302
386
|
}, {
|
|
303
387
|
readonly name: "dialog";
|
|
388
|
+
readonly description: "Inspect or handle a JavaScript dialog";
|
|
304
389
|
readonly usage: "npx opendevbrowser dialog --session-id <id> [--target-id <id>] [--action <status|accept|dismiss>] [--prompt-text <text>] [--timeout-ms <ms>]";
|
|
305
390
|
readonly flags: readonly ["--session-id", "--target-id", "--action", "--prompt-text", "--timeout-ms"];
|
|
306
391
|
}, {
|
|
307
392
|
readonly name: "console-poll";
|
|
393
|
+
readonly description: "Poll console events";
|
|
308
394
|
readonly usage: "npx opendevbrowser console-poll --session-id <id> [--since-seq <n>] [--max <n>]";
|
|
309
395
|
readonly flags: readonly ["--session-id", "--since-seq", "--max"];
|
|
310
396
|
}, {
|
|
311
397
|
readonly name: "network-poll";
|
|
398
|
+
readonly description: "Poll network events";
|
|
312
399
|
readonly usage: "npx opendevbrowser network-poll --session-id <id> [--since-seq <n>] [--max <n>]";
|
|
313
400
|
readonly flags: readonly ["--session-id", "--since-seq", "--max"];
|
|
314
401
|
}, {
|
|
315
402
|
readonly name: "debug-trace-snapshot";
|
|
403
|
+
readonly description: "Capture page + console + network + exception diagnostics";
|
|
316
404
|
readonly usage: "npx opendevbrowser debug-trace-snapshot --session-id <id> [--since-console-seq <n>] [--since-network-seq <n>] [--since-exception-seq <n>] [--max <n>] [--request-id <id>]";
|
|
317
405
|
readonly flags: readonly ["--session-id", "--since-console-seq", "--since-network-seq", "--since-exception-seq", "--max", "--request-id"];
|
|
318
406
|
}, {
|
|
319
407
|
readonly name: "annotate";
|
|
408
|
+
readonly description: "Request interactive annotations via direct or relay transport";
|
|
320
409
|
readonly usage: "npx opendevbrowser annotate --session-id <id> [--url <url>] [--transport <auto|direct|relay>] [--target-id <id>] [--tab-id <tab>] [--screenshot-mode <visible|full|none>] [--context <text>] [--debug] [--stored] [--include-screenshots <bool>] [--timeout-ms <ms>]";
|
|
321
410
|
readonly flags: readonly ["--session-id", "--url", "--transport", "--target-id", "--tab-id", "--screenshot-mode", "--context", "--debug", "--stored", "--include-screenshots", "--timeout-ms"];
|
|
322
411
|
}];
|
|
@@ -326,39 +415,47 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
326
415
|
readonly summary: "Capture temporal replay artifacts through the public browser replay lane for a browser target.";
|
|
327
416
|
readonly commands: readonly [{
|
|
328
417
|
readonly name: "screencast-start";
|
|
418
|
+
readonly description: "Start a browser replay screencast capture";
|
|
329
419
|
readonly usage: "npx opendevbrowser screencast-start --session-id <id> [--target-id <id>] [--output-dir <path>] [--interval-ms <ms>] [--max-frames <n>] [--timeout-ms <ms>]";
|
|
330
420
|
readonly flags: readonly ["--session-id", "--target-id", "--output-dir", "--interval-ms", "--max-frames", "--timeout-ms"];
|
|
331
421
|
}, {
|
|
332
422
|
readonly name: "screencast-stop";
|
|
423
|
+
readonly description: "Stop a browser replay screencast capture";
|
|
333
424
|
readonly usage: "npx opendevbrowser screencast-stop --session-id <id> --screencast-id <id> [--timeout-ms <ms>]";
|
|
334
425
|
readonly flags: readonly ["--session-id", "--screencast-id", "--timeout-ms"];
|
|
335
426
|
}];
|
|
336
427
|
}, {
|
|
337
428
|
readonly id: "desktop_observation";
|
|
338
429
|
readonly title: "Desktop Observation";
|
|
339
|
-
readonly summary: "Inspect the public read-only sibling desktop observation plane on macOS; window inventory and accessibility probes use the local swift command, while screenshots use screencapture outside extension relay.";
|
|
430
|
+
readonly summary: "Inspect the public read-only sibling desktop observation plane on macOS; availability, window inventory, and accessibility probes use the local swift command, while screenshots use macOS screencapture outside extension relay.";
|
|
340
431
|
readonly commands: readonly [{
|
|
341
432
|
readonly name: "desktop-status";
|
|
433
|
+
readonly description: "Inspect public read-only desktop observation availability";
|
|
342
434
|
readonly usage: "npx opendevbrowser desktop-status [--timeout-ms <ms>]";
|
|
343
435
|
readonly flags: readonly ["--timeout-ms"];
|
|
344
436
|
}, {
|
|
345
437
|
readonly name: "desktop-windows";
|
|
438
|
+
readonly description: "List windows exposed by the public read-only desktop observation plane";
|
|
346
439
|
readonly usage: "npx opendevbrowser desktop-windows [--reason <text>] [--timeout-ms <ms>]";
|
|
347
440
|
readonly flags: readonly ["--reason", "--timeout-ms"];
|
|
348
441
|
}, {
|
|
349
442
|
readonly name: "desktop-active-window";
|
|
443
|
+
readonly description: "Inspect the active window through the public read-only desktop observation plane";
|
|
350
444
|
readonly usage: "npx opendevbrowser desktop-active-window [--reason <text>] [--timeout-ms <ms>]";
|
|
351
445
|
readonly flags: readonly ["--reason", "--timeout-ms"];
|
|
352
446
|
}, {
|
|
353
447
|
readonly name: "desktop-capture-desktop";
|
|
448
|
+
readonly description: "Capture the current desktop surface through the public read-only desktop observation plane";
|
|
354
449
|
readonly usage: "npx opendevbrowser desktop-capture-desktop --reason <text> [--timeout-ms <ms>]";
|
|
355
450
|
readonly flags: readonly ["--reason", "--timeout-ms"];
|
|
356
451
|
}, {
|
|
357
452
|
readonly name: "desktop-capture-window";
|
|
453
|
+
readonly description: "Capture a specific window through the public read-only desktop observation plane";
|
|
358
454
|
readonly usage: "npx opendevbrowser desktop-capture-window --window-id <id> --reason <text> [--timeout-ms <ms>]";
|
|
359
455
|
readonly flags: readonly ["--window-id", "--reason", "--timeout-ms"];
|
|
360
456
|
}, {
|
|
361
457
|
readonly name: "desktop-accessibility-snapshot";
|
|
458
|
+
readonly description: "Capture desktop accessibility state through the public read-only desktop observation plane";
|
|
362
459
|
readonly usage: "npx opendevbrowser desktop-accessibility-snapshot --reason <text> [--window-id <id>] [--timeout-ms <ms>]";
|
|
363
460
|
readonly flags: readonly ["--reason", "--window-id", "--timeout-ms"];
|
|
364
461
|
}];
|
|
@@ -368,12 +465,14 @@ export declare const PUBLIC_CLI_COMMAND_GROUPS: readonly [{
|
|
|
368
465
|
readonly summary: "Unsafe internal daemon passthrough.";
|
|
369
466
|
readonly commands: readonly [{
|
|
370
467
|
readonly name: "rpc";
|
|
468
|
+
readonly description: "Execute an internal daemon RPC command (power-user)";
|
|
371
469
|
readonly usage: "npx opendevbrowser rpc --unsafe-internal --name <daemon.command> [--params <json> | --params-file <path>] [--timeout-ms <ms>]";
|
|
372
470
|
readonly flags: readonly ["--unsafe-internal", "--name", "--params", "--params-file", "--timeout-ms"];
|
|
373
471
|
}];
|
|
374
472
|
}];
|
|
375
473
|
export type PublicSurfaceCliCommandName = typeof PUBLIC_CLI_COMMAND_GROUPS[number]["commands"][number]["name"];
|
|
376
474
|
export interface CommandHelpDetail {
|
|
475
|
+
description: string;
|
|
377
476
|
usage: string;
|
|
378
477
|
flags: readonly PublicSurfaceFlagName[];
|
|
379
478
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../src/public-surface/source.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sCAAsC,EAAG,YAAqB,CAAC;AAE5E,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../src/public-surface/source.ts"],"names":[],"mappings":"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"}
|
package/dist/relay/protocol.d.ts
CHANGED
|
@@ -183,7 +183,7 @@ export type OpsChunk = {
|
|
|
183
183
|
export type OpsEnvelope = OpsHello | OpsHelloAck | OpsPing | OpsPong | OpsRequest | OpsResponse | OpsErrorResponse | OpsEvent | OpsChunk;
|
|
184
184
|
export declare const CANVAS_PROTOCOL_VERSION = "1";
|
|
185
185
|
export declare const MAX_CANVAS_PAYLOAD_BYTES: number;
|
|
186
|
-
export type CanvasErrorCode = "canvas_unavailable" | "invalid_request" | "invalid_session" | "not_owner" | "restricted_url" | "timeout" | "not_supported" | "execution_failed" | "plan_required" | "revision_conflict" | "unsupported_target" | "lease_reclaim_required" | "policy_violation" | "code_sync_required" | "code_sync_conflict" | "code_sync_unsupported" | "code_sync_out_of_date";
|
|
186
|
+
export type CanvasErrorCode = "canvas_unavailable" | "invalid_request" | "invalid_session" | "not_owner" | "restricted_url" | "timeout" | "not_supported" | "execution_failed" | "plan_required" | "generation_plan_invalid" | "revision_conflict" | "unsupported_target" | "lease_reclaim_required" | "policy_violation" | "code_sync_required" | "code_sync_conflict" | "code_sync_unsupported" | "code_sync_out_of_date";
|
|
187
187
|
export type CanvasError = {
|
|
188
188
|
code: CanvasErrorCode;
|
|
189
189
|
message: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../src/relay/protocol.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../src/relay/protocol.ts"],"names":[],"mappings":"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"}
|
|
@@ -91,6 +91,7 @@ export declare class RelayServer {
|
|
|
91
91
|
private normalizeOrigin;
|
|
92
92
|
private isLoopbackAddress;
|
|
93
93
|
private isHttpRateLimited;
|
|
94
|
+
private shouldBypassHttpRateLimit;
|
|
94
95
|
private authorizeHttpRequest;
|
|
95
96
|
private getCdpTokenFromRequestUrl;
|
|
96
97
|
private handleConfigPreflight;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relay-server.d.ts","sourceRoot":"","sources":["../../src/relay/relay-server.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"relay-server.d.ts","sourceRoot":"","sources":["../../src/relay/relay-server.ts"],"names":[],"mappings":"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"}
|