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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import type { CommandHelpDetail, PublicSurfaceCliCommandGroupDefinition, PublicSurfaceCliCommandName, PublicSurfaceFlagName, ToolSurfaceEntry } from "./source";
|
|
6
6
|
export declare const PUBLIC_SURFACE_MANIFEST_SCHEMA_VERSION: "2026-04-04";
|
|
7
|
-
export declare const PUBLIC_SURFACE_MANIFEST_GENERATED_AT: "2026-04-
|
|
7
|
+
export declare const PUBLIC_SURFACE_MANIFEST_GENERATED_AT: "2026-04-17T01:10:55.127Z";
|
|
8
8
|
export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
9
9
|
schemaVersion: string;
|
|
10
10
|
generatedAt: string;
|
|
@@ -23,12 +23,12 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
title: string;
|
|
25
25
|
summary: string;
|
|
26
|
-
commands: ("status" | "launch" | "connect" | "disconnect" | "cookie-import" | "cookie-list")[];
|
|
26
|
+
commands: ("status" | "launch" | "connect" | "disconnect" | "status-capabilities" | "cookie-import" | "cookie-list")[];
|
|
27
27
|
} | {
|
|
28
28
|
id: string;
|
|
29
29
|
title: string;
|
|
30
30
|
summary: string;
|
|
31
|
-
commands: ("research" | "shopping" | "product-video" | "artifacts" | "macro-resolve")[];
|
|
31
|
+
commands: ("research" | "shopping" | "inspiredesign" | "product-video" | "artifacts" | "macro-resolve")[];
|
|
32
32
|
} | {
|
|
33
33
|
id: string;
|
|
34
34
|
title: string;
|
|
@@ -38,12 +38,12 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
38
38
|
id: string;
|
|
39
39
|
title: string;
|
|
40
40
|
summary: string;
|
|
41
|
-
commands: ("wait" | "goto" | "snapshot" | "review")[];
|
|
41
|
+
commands: ("wait" | "goto" | "snapshot" | "review" | "review-desktop")[];
|
|
42
42
|
} | {
|
|
43
43
|
id: string;
|
|
44
44
|
title: string;
|
|
45
45
|
summary: string;
|
|
46
|
-
commands: ("
|
|
46
|
+
commands: ("hover" | "scroll" | "press" | "click" | "type" | "select" | "check" | "uncheck" | "upload" | "scroll-into-view" | "pointer-move" | "pointer-down" | "pointer-up" | "pointer-drag")[];
|
|
47
47
|
} | {
|
|
48
48
|
id: string;
|
|
49
49
|
title: string;
|
|
@@ -58,7 +58,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
58
58
|
id: string;
|
|
59
59
|
title: string;
|
|
60
60
|
summary: string;
|
|
61
|
-
commands: ("dialog" | "screenshot" | "annotate" | "session-inspector" | "perf" | "console-poll" | "network-poll" | "debug-trace-snapshot")[];
|
|
61
|
+
commands: ("dialog" | "screenshot" | "annotate" | "session-inspector" | "session-inspector-plan" | "session-inspector-audit" | "perf" | "console-poll" | "network-poll" | "debug-trace-snapshot")[];
|
|
62
62
|
} | {
|
|
63
63
|
id: string;
|
|
64
64
|
title: string;
|
|
@@ -77,6 +77,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
77
77
|
})[];
|
|
78
78
|
commands: ({
|
|
79
79
|
name: "install";
|
|
80
|
+
description: string;
|
|
80
81
|
usage: string;
|
|
81
82
|
flags: ("--global" | "--local" | "--with-config" | "--no-prompt" | "--quiet" | "--full" | "--skills-global" | "--skills-local" | "--no-skills")[];
|
|
82
83
|
groupId: string;
|
|
@@ -84,6 +85,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
84
85
|
groupSummary: string;
|
|
85
86
|
} | {
|
|
86
87
|
name: "update";
|
|
88
|
+
description: string;
|
|
87
89
|
usage: string;
|
|
88
90
|
flags: ("--global" | "--local")[];
|
|
89
91
|
groupId: string;
|
|
@@ -91,6 +93,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
91
93
|
groupSummary: string;
|
|
92
94
|
} | {
|
|
93
95
|
name: "uninstall";
|
|
96
|
+
description: string;
|
|
94
97
|
usage: string;
|
|
95
98
|
flags: ("--global" | "--local" | "--no-prompt" | "--quiet")[];
|
|
96
99
|
groupId: string;
|
|
@@ -98,6 +101,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
98
101
|
groupSummary: string;
|
|
99
102
|
} | {
|
|
100
103
|
name: "help";
|
|
104
|
+
description: string;
|
|
101
105
|
usage: string;
|
|
102
106
|
flags: "--help"[];
|
|
103
107
|
groupId: string;
|
|
@@ -105,6 +109,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
105
109
|
groupSummary: string;
|
|
106
110
|
} | {
|
|
107
111
|
name: "version";
|
|
112
|
+
description: string;
|
|
108
113
|
usage: string;
|
|
109
114
|
flags: "--version"[];
|
|
110
115
|
groupId: string;
|
|
@@ -112,6 +117,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
112
117
|
groupSummary: string;
|
|
113
118
|
} | {
|
|
114
119
|
name: "serve";
|
|
120
|
+
description: string;
|
|
115
121
|
usage: string;
|
|
116
122
|
flags: ("--port" | "--token" | "--stop")[];
|
|
117
123
|
groupId: string;
|
|
@@ -119,6 +125,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
119
125
|
groupSummary: string;
|
|
120
126
|
} | {
|
|
121
127
|
name: "daemon";
|
|
128
|
+
description: string;
|
|
122
129
|
usage: string;
|
|
123
130
|
flags: "--output-format"[];
|
|
124
131
|
groupId: string;
|
|
@@ -126,6 +133,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
126
133
|
groupSummary: string;
|
|
127
134
|
} | {
|
|
128
135
|
name: "native";
|
|
136
|
+
description: string;
|
|
129
137
|
usage: string;
|
|
130
138
|
flags: "--output-format"[];
|
|
131
139
|
groupId: string;
|
|
@@ -133,6 +141,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
133
141
|
groupSummary: string;
|
|
134
142
|
} | {
|
|
135
143
|
name: "run";
|
|
144
|
+
description: string;
|
|
136
145
|
usage: string;
|
|
137
146
|
flags: ("--script" | "--headless" | "--profile" | "--persist-profile" | "--chrome-path" | "--start-url" | "--flag")[];
|
|
138
147
|
groupId: string;
|
|
@@ -140,6 +149,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
140
149
|
groupSummary: string;
|
|
141
150
|
} | {
|
|
142
151
|
name: "launch";
|
|
152
|
+
description: string;
|
|
143
153
|
usage: string;
|
|
144
154
|
flags: ("--headless" | "--profile" | "--persist-profile" | "--chrome-path" | "--start-url" | "--flag" | "--no-extension" | "--extension-only" | "--extension-legacy" | "--wait-for-extension" | "--wait-timeout-ms")[];
|
|
145
155
|
groupId: string;
|
|
@@ -147,6 +157,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
147
157
|
groupSummary: string;
|
|
148
158
|
} | {
|
|
149
159
|
name: "connect";
|
|
160
|
+
description: string;
|
|
150
161
|
usage: string;
|
|
151
162
|
flags: ("--start-url" | "--ws-endpoint" | "--host" | "--cdp-port" | "--extension-legacy")[];
|
|
152
163
|
groupId: string;
|
|
@@ -154,6 +165,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
154
165
|
groupSummary: string;
|
|
155
166
|
} | {
|
|
156
167
|
name: "disconnect";
|
|
168
|
+
description: string;
|
|
157
169
|
usage: string;
|
|
158
170
|
flags: ("--session-id" | "--close-browser")[];
|
|
159
171
|
groupId: string;
|
|
@@ -161,13 +173,23 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
161
173
|
groupSummary: string;
|
|
162
174
|
} | {
|
|
163
175
|
name: "status";
|
|
176
|
+
description: string;
|
|
164
177
|
usage: string;
|
|
165
178
|
flags: ("--session-id" | "--daemon" | "--transport")[];
|
|
166
179
|
groupId: string;
|
|
167
180
|
groupTitle: string;
|
|
168
181
|
groupSummary: string;
|
|
182
|
+
} | {
|
|
183
|
+
name: "status-capabilities";
|
|
184
|
+
description: string;
|
|
185
|
+
usage: string;
|
|
186
|
+
flags: ("--session-id" | "--timeout-ms" | "--target-id" | "--challenge-automation-mode")[];
|
|
187
|
+
groupId: string;
|
|
188
|
+
groupTitle: string;
|
|
189
|
+
groupSummary: string;
|
|
169
190
|
} | {
|
|
170
191
|
name: "cookie-import";
|
|
192
|
+
description: string;
|
|
171
193
|
usage: string;
|
|
172
194
|
flags: ("--session-id" | "--cookies" | "--cookies-file" | "--strict")[];
|
|
173
195
|
groupId: string;
|
|
@@ -175,6 +197,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
175
197
|
groupSummary: string;
|
|
176
198
|
} | {
|
|
177
199
|
name: "cookie-list";
|
|
200
|
+
description: string;
|
|
178
201
|
usage: string;
|
|
179
202
|
flags: ("--session-id" | "--url")[];
|
|
180
203
|
groupId: string;
|
|
@@ -182,6 +205,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
182
205
|
groupSummary: string;
|
|
183
206
|
} | {
|
|
184
207
|
name: "research";
|
|
208
|
+
description: string;
|
|
185
209
|
usage: string;
|
|
186
210
|
flags: ("--timeout-ms" | "--mode" | "--topic" | "--days" | "--from" | "--to" | "--source-selection" | "--sources" | "--include-engagement" | "--limit-per-source" | "--use-cookies" | "--challenge-automation-mode" | "--cookie-policy-override" | "--cookie-policy" | "--output-dir" | "--ttl-hours")[];
|
|
187
211
|
groupId: string;
|
|
@@ -189,6 +213,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
189
213
|
groupSummary: string;
|
|
190
214
|
} | {
|
|
191
215
|
name: "shopping";
|
|
216
|
+
description: string;
|
|
192
217
|
usage: string;
|
|
193
218
|
flags: ("--timeout-ms" | "--mode" | "--query" | "--providers" | "--budget" | "--region" | "--browser-mode" | "--sort" | "--use-cookies" | "--challenge-automation-mode" | "--cookie-policy-override" | "--cookie-policy" | "--output-dir" | "--ttl-hours")[];
|
|
194
219
|
groupId: string;
|
|
@@ -196,13 +221,23 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
196
221
|
groupSummary: string;
|
|
197
222
|
} | {
|
|
198
223
|
name: "product-video";
|
|
224
|
+
description: string;
|
|
199
225
|
usage: string;
|
|
200
226
|
flags: ("--timeout-ms" | "--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")[];
|
|
201
227
|
groupId: string;
|
|
202
228
|
groupTitle: string;
|
|
203
229
|
groupSummary: string;
|
|
230
|
+
} | {
|
|
231
|
+
name: "inspiredesign";
|
|
232
|
+
description: string;
|
|
233
|
+
usage: string;
|
|
234
|
+
flags: ("--url" | "--timeout-ms" | "--mode" | "--brief" | "--capture-mode" | "--include-prototype-guidance" | "--use-cookies" | "--challenge-automation-mode" | "--cookie-policy-override" | "--cookie-policy" | "--output-dir" | "--ttl-hours")[];
|
|
235
|
+
groupId: string;
|
|
236
|
+
groupTitle: string;
|
|
237
|
+
groupSummary: string;
|
|
204
238
|
} | {
|
|
205
239
|
name: "artifacts";
|
|
240
|
+
description: string;
|
|
206
241
|
usage: string;
|
|
207
242
|
flags: ("--output-dir" | "--expired-only")[];
|
|
208
243
|
groupId: string;
|
|
@@ -210,6 +245,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
210
245
|
groupSummary: string;
|
|
211
246
|
} | {
|
|
212
247
|
name: "macro-resolve";
|
|
248
|
+
description: string;
|
|
213
249
|
usage: string;
|
|
214
250
|
flags: ("--timeout-ms" | "--expression" | "--default-provider" | "--include-catalog" | "--execute" | "--challenge-automation-mode")[];
|
|
215
251
|
groupId: string;
|
|
@@ -217,6 +253,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
217
253
|
groupSummary: string;
|
|
218
254
|
} | {
|
|
219
255
|
name: "canvas";
|
|
256
|
+
description: string;
|
|
220
257
|
usage: string;
|
|
221
258
|
flags: ("--timeout-ms" | "--command" | "--params" | "--params-file")[];
|
|
222
259
|
groupId: string;
|
|
@@ -224,6 +261,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
224
261
|
groupSummary: string;
|
|
225
262
|
} | {
|
|
226
263
|
name: "goto";
|
|
264
|
+
description: string;
|
|
227
265
|
usage: string;
|
|
228
266
|
flags: ("--session-id" | "--url" | "--wait-until" | "--timeout-ms")[];
|
|
229
267
|
groupId: string;
|
|
@@ -231,6 +269,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
231
269
|
groupSummary: string;
|
|
232
270
|
} | {
|
|
233
271
|
name: "wait";
|
|
272
|
+
description: string;
|
|
234
273
|
usage: string;
|
|
235
274
|
flags: ("--session-id" | "--timeout-ms" | "--ref" | "--state" | "--until")[];
|
|
236
275
|
groupId: string;
|
|
@@ -238,6 +277,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
238
277
|
groupSummary: string;
|
|
239
278
|
} | {
|
|
240
279
|
name: "snapshot";
|
|
280
|
+
description: string;
|
|
241
281
|
usage: string;
|
|
242
282
|
flags: ("--session-id" | "--timeout-ms" | "--mode" | "--max-chars" | "--cursor")[];
|
|
243
283
|
groupId: string;
|
|
@@ -245,13 +285,23 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
245
285
|
groupSummary: string;
|
|
246
286
|
} | {
|
|
247
287
|
name: "review";
|
|
288
|
+
description: string;
|
|
248
289
|
usage: string;
|
|
249
290
|
flags: ("--session-id" | "--timeout-ms" | "--max-chars" | "--cursor" | "--target-id")[];
|
|
250
291
|
groupId: string;
|
|
251
292
|
groupTitle: string;
|
|
252
293
|
groupSummary: string;
|
|
294
|
+
} | {
|
|
295
|
+
name: "review-desktop";
|
|
296
|
+
description: string;
|
|
297
|
+
usage: string;
|
|
298
|
+
flags: ("--session-id" | "--timeout-ms" | "--max-chars" | "--cursor" | "--target-id" | "--reason")[];
|
|
299
|
+
groupId: string;
|
|
300
|
+
groupTitle: string;
|
|
301
|
+
groupSummary: string;
|
|
253
302
|
} | {
|
|
254
303
|
name: "click";
|
|
304
|
+
description: string;
|
|
255
305
|
usage: string;
|
|
256
306
|
flags: ("--session-id" | "--timeout-ms" | "--ref" | "--target-id")[];
|
|
257
307
|
groupId: string;
|
|
@@ -259,6 +309,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
259
309
|
groupSummary: string;
|
|
260
310
|
} | {
|
|
261
311
|
name: "hover";
|
|
312
|
+
description: string;
|
|
262
313
|
usage: string;
|
|
263
314
|
flags: ("--session-id" | "--ref")[];
|
|
264
315
|
groupId: string;
|
|
@@ -266,6 +317,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
266
317
|
groupSummary: string;
|
|
267
318
|
} | {
|
|
268
319
|
name: "press";
|
|
320
|
+
description: string;
|
|
269
321
|
usage: string;
|
|
270
322
|
flags: ("--session-id" | "--ref" | "--key")[];
|
|
271
323
|
groupId: string;
|
|
@@ -273,6 +325,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
273
325
|
groupSummary: string;
|
|
274
326
|
} | {
|
|
275
327
|
name: "check";
|
|
328
|
+
description: string;
|
|
276
329
|
usage: string;
|
|
277
330
|
flags: ("--session-id" | "--ref")[];
|
|
278
331
|
groupId: string;
|
|
@@ -280,6 +333,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
280
333
|
groupSummary: string;
|
|
281
334
|
} | {
|
|
282
335
|
name: "uncheck";
|
|
336
|
+
description: string;
|
|
283
337
|
usage: string;
|
|
284
338
|
flags: ("--session-id" | "--ref")[];
|
|
285
339
|
groupId: string;
|
|
@@ -287,6 +341,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
287
341
|
groupSummary: string;
|
|
288
342
|
} | {
|
|
289
343
|
name: "type";
|
|
344
|
+
description: string;
|
|
290
345
|
usage: string;
|
|
291
346
|
flags: ("--session-id" | "--ref" | "--text" | "--clear" | "--submit")[];
|
|
292
347
|
groupId: string;
|
|
@@ -294,6 +349,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
294
349
|
groupSummary: string;
|
|
295
350
|
} | {
|
|
296
351
|
name: "select";
|
|
352
|
+
description: string;
|
|
297
353
|
usage: string;
|
|
298
354
|
flags: ("--session-id" | "--ref" | "--values")[];
|
|
299
355
|
groupId: string;
|
|
@@ -301,6 +357,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
301
357
|
groupSummary: string;
|
|
302
358
|
} | {
|
|
303
359
|
name: "scroll";
|
|
360
|
+
description: string;
|
|
304
361
|
usage: string;
|
|
305
362
|
flags: ("--session-id" | "--ref" | "--dy")[];
|
|
306
363
|
groupId: string;
|
|
@@ -308,6 +365,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
308
365
|
groupSummary: string;
|
|
309
366
|
} | {
|
|
310
367
|
name: "scroll-into-view";
|
|
368
|
+
description: string;
|
|
311
369
|
usage: string;
|
|
312
370
|
flags: ("--session-id" | "--ref")[];
|
|
313
371
|
groupId: string;
|
|
@@ -315,6 +373,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
315
373
|
groupSummary: string;
|
|
316
374
|
} | {
|
|
317
375
|
name: "upload";
|
|
376
|
+
description: string;
|
|
318
377
|
usage: string;
|
|
319
378
|
flags: ("--session-id" | "--ref" | "--files" | "--target-id")[];
|
|
320
379
|
groupId: string;
|
|
@@ -322,6 +381,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
322
381
|
groupSummary: string;
|
|
323
382
|
} | {
|
|
324
383
|
name: "pointer-move";
|
|
384
|
+
description: string;
|
|
325
385
|
usage: string;
|
|
326
386
|
flags: ("--session-id" | "--x" | "--y" | "--steps" | "--target-id")[];
|
|
327
387
|
groupId: string;
|
|
@@ -329,6 +389,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
329
389
|
groupSummary: string;
|
|
330
390
|
} | {
|
|
331
391
|
name: "pointer-down";
|
|
392
|
+
description: string;
|
|
332
393
|
usage: string;
|
|
333
394
|
flags: ("--session-id" | "--x" | "--y" | "--button" | "--click-count" | "--target-id")[];
|
|
334
395
|
groupId: string;
|
|
@@ -336,6 +397,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
336
397
|
groupSummary: string;
|
|
337
398
|
} | {
|
|
338
399
|
name: "pointer-up";
|
|
400
|
+
description: string;
|
|
339
401
|
usage: string;
|
|
340
402
|
flags: ("--session-id" | "--x" | "--y" | "--button" | "--click-count" | "--target-id")[];
|
|
341
403
|
groupId: string;
|
|
@@ -343,6 +405,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
343
405
|
groupSummary: string;
|
|
344
406
|
} | {
|
|
345
407
|
name: "pointer-drag";
|
|
408
|
+
description: string;
|
|
346
409
|
usage: string;
|
|
347
410
|
flags: ("--session-id" | "--from-x" | "--from-y" | "--to-x" | "--to-y" | "--steps" | "--target-id")[];
|
|
348
411
|
groupId: string;
|
|
@@ -350,6 +413,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
350
413
|
groupSummary: string;
|
|
351
414
|
} | {
|
|
352
415
|
name: "targets-list";
|
|
416
|
+
description: string;
|
|
353
417
|
usage: string;
|
|
354
418
|
flags: ("--session-id" | "--include-urls")[];
|
|
355
419
|
groupId: string;
|
|
@@ -357,6 +421,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
357
421
|
groupSummary: string;
|
|
358
422
|
} | {
|
|
359
423
|
name: "target-use";
|
|
424
|
+
description: string;
|
|
360
425
|
usage: string;
|
|
361
426
|
flags: ("--session-id" | "--target-id")[];
|
|
362
427
|
groupId: string;
|
|
@@ -364,6 +429,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
364
429
|
groupSummary: string;
|
|
365
430
|
} | {
|
|
366
431
|
name: "target-new";
|
|
432
|
+
description: string;
|
|
367
433
|
usage: string;
|
|
368
434
|
flags: ("--session-id" | "--url")[];
|
|
369
435
|
groupId: string;
|
|
@@ -371,6 +437,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
371
437
|
groupSummary: string;
|
|
372
438
|
} | {
|
|
373
439
|
name: "target-close";
|
|
440
|
+
description: string;
|
|
374
441
|
usage: string;
|
|
375
442
|
flags: ("--session-id" | "--target-id")[];
|
|
376
443
|
groupId: string;
|
|
@@ -378,6 +445,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
378
445
|
groupSummary: string;
|
|
379
446
|
} | {
|
|
380
447
|
name: "page";
|
|
448
|
+
description: string;
|
|
381
449
|
usage: string;
|
|
382
450
|
flags: ("--session-id" | "--url" | "--name")[];
|
|
383
451
|
groupId: string;
|
|
@@ -385,6 +453,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
385
453
|
groupSummary: string;
|
|
386
454
|
} | {
|
|
387
455
|
name: "pages";
|
|
456
|
+
description: string;
|
|
388
457
|
usage: string;
|
|
389
458
|
flags: "--session-id"[];
|
|
390
459
|
groupId: string;
|
|
@@ -392,6 +461,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
392
461
|
groupSummary: string;
|
|
393
462
|
} | {
|
|
394
463
|
name: "page-close";
|
|
464
|
+
description: string;
|
|
395
465
|
usage: string;
|
|
396
466
|
flags: ("--session-id" | "--name")[];
|
|
397
467
|
groupId: string;
|
|
@@ -399,6 +469,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
399
469
|
groupSummary: string;
|
|
400
470
|
} | {
|
|
401
471
|
name: "dom-html";
|
|
472
|
+
description: string;
|
|
402
473
|
usage: string;
|
|
403
474
|
flags: ("--session-id" | "--ref" | "--max-chars")[];
|
|
404
475
|
groupId: string;
|
|
@@ -406,6 +477,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
406
477
|
groupSummary: string;
|
|
407
478
|
} | {
|
|
408
479
|
name: "dom-text";
|
|
480
|
+
description: string;
|
|
409
481
|
usage: string;
|
|
410
482
|
flags: ("--session-id" | "--ref" | "--max-chars")[];
|
|
411
483
|
groupId: string;
|
|
@@ -413,6 +485,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
413
485
|
groupSummary: string;
|
|
414
486
|
} | {
|
|
415
487
|
name: "dom-attr";
|
|
488
|
+
description: string;
|
|
416
489
|
usage: string;
|
|
417
490
|
flags: ("--session-id" | "--ref" | "--attr")[];
|
|
418
491
|
groupId: string;
|
|
@@ -420,6 +493,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
420
493
|
groupSummary: string;
|
|
421
494
|
} | {
|
|
422
495
|
name: "dom-value";
|
|
496
|
+
description: string;
|
|
423
497
|
usage: string;
|
|
424
498
|
flags: ("--session-id" | "--ref")[];
|
|
425
499
|
groupId: string;
|
|
@@ -427,6 +501,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
427
501
|
groupSummary: string;
|
|
428
502
|
} | {
|
|
429
503
|
name: "dom-visible";
|
|
504
|
+
description: string;
|
|
430
505
|
usage: string;
|
|
431
506
|
flags: ("--session-id" | "--ref")[];
|
|
432
507
|
groupId: string;
|
|
@@ -434,6 +509,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
434
509
|
groupSummary: string;
|
|
435
510
|
} | {
|
|
436
511
|
name: "dom-enabled";
|
|
512
|
+
description: string;
|
|
437
513
|
usage: string;
|
|
438
514
|
flags: ("--session-id" | "--ref")[];
|
|
439
515
|
groupId: string;
|
|
@@ -441,6 +517,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
441
517
|
groupSummary: string;
|
|
442
518
|
} | {
|
|
443
519
|
name: "dom-checked";
|
|
520
|
+
description: string;
|
|
444
521
|
usage: string;
|
|
445
522
|
flags: ("--session-id" | "--ref")[];
|
|
446
523
|
groupId: string;
|
|
@@ -448,6 +525,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
448
525
|
groupSummary: string;
|
|
449
526
|
} | {
|
|
450
527
|
name: "clone-page";
|
|
528
|
+
description: string;
|
|
451
529
|
usage: string;
|
|
452
530
|
flags: ("--session-id" | "--target-id" | "--path")[];
|
|
453
531
|
groupId: string;
|
|
@@ -455,6 +533,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
455
533
|
groupSummary: string;
|
|
456
534
|
} | {
|
|
457
535
|
name: "clone-component";
|
|
536
|
+
description: string;
|
|
458
537
|
usage: string;
|
|
459
538
|
flags: ("--session-id" | "--ref" | "--target-id" | "--path")[];
|
|
460
539
|
groupId: string;
|
|
@@ -462,13 +541,31 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
462
541
|
groupSummary: string;
|
|
463
542
|
} | {
|
|
464
543
|
name: "session-inspector";
|
|
544
|
+
description: string;
|
|
465
545
|
usage: string;
|
|
466
546
|
flags: ("--session-id" | "--include-urls" | "--max" | "--since-console-seq" | "--since-network-seq" | "--since-exception-seq" | "--request-id")[];
|
|
467
547
|
groupId: string;
|
|
468
548
|
groupTitle: string;
|
|
469
549
|
groupSummary: string;
|
|
550
|
+
} | {
|
|
551
|
+
name: "session-inspector-plan";
|
|
552
|
+
description: string;
|
|
553
|
+
usage: string;
|
|
554
|
+
flags: ("--session-id" | "--timeout-ms" | "--target-id" | "--challenge-automation-mode")[];
|
|
555
|
+
groupId: string;
|
|
556
|
+
groupTitle: string;
|
|
557
|
+
groupSummary: string;
|
|
558
|
+
} | {
|
|
559
|
+
name: "session-inspector-audit";
|
|
560
|
+
description: string;
|
|
561
|
+
usage: string;
|
|
562
|
+
flags: ("--session-id" | "--timeout-ms" | "--max-chars" | "--cursor" | "--target-id" | "--include-urls" | "--reason" | "--max" | "--since-console-seq" | "--since-network-seq" | "--since-exception-seq" | "--request-id" | "--challenge-automation-mode")[];
|
|
563
|
+
groupId: string;
|
|
564
|
+
groupTitle: string;
|
|
565
|
+
groupSummary: string;
|
|
470
566
|
} | {
|
|
471
567
|
name: "perf";
|
|
568
|
+
description: string;
|
|
472
569
|
usage: string;
|
|
473
570
|
flags: "--session-id"[];
|
|
474
571
|
groupId: string;
|
|
@@ -476,6 +573,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
476
573
|
groupSummary: string;
|
|
477
574
|
} | {
|
|
478
575
|
name: "screenshot";
|
|
576
|
+
description: string;
|
|
479
577
|
usage: string;
|
|
480
578
|
flags: ("--session-id" | "--timeout-ms" | "--ref" | "--target-id" | "--path" | "--full-page")[];
|
|
481
579
|
groupId: string;
|
|
@@ -483,6 +581,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
483
581
|
groupSummary: string;
|
|
484
582
|
} | {
|
|
485
583
|
name: "dialog";
|
|
584
|
+
description: string;
|
|
486
585
|
usage: string;
|
|
487
586
|
flags: ("--session-id" | "--timeout-ms" | "--target-id" | "--action" | "--prompt-text")[];
|
|
488
587
|
groupId: string;
|
|
@@ -490,6 +589,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
490
589
|
groupSummary: string;
|
|
491
590
|
} | {
|
|
492
591
|
name: "console-poll";
|
|
592
|
+
description: string;
|
|
493
593
|
usage: string;
|
|
494
594
|
flags: ("--session-id" | "--since-seq" | "--max")[];
|
|
495
595
|
groupId: string;
|
|
@@ -497,6 +597,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
497
597
|
groupSummary: string;
|
|
498
598
|
} | {
|
|
499
599
|
name: "network-poll";
|
|
600
|
+
description: string;
|
|
500
601
|
usage: string;
|
|
501
602
|
flags: ("--session-id" | "--since-seq" | "--max")[];
|
|
502
603
|
groupId: string;
|
|
@@ -504,6 +605,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
504
605
|
groupSummary: string;
|
|
505
606
|
} | {
|
|
506
607
|
name: "debug-trace-snapshot";
|
|
608
|
+
description: string;
|
|
507
609
|
usage: string;
|
|
508
610
|
flags: ("--session-id" | "--max" | "--since-console-seq" | "--since-network-seq" | "--since-exception-seq" | "--request-id")[];
|
|
509
611
|
groupId: string;
|
|
@@ -511,6 +613,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
511
613
|
groupSummary: string;
|
|
512
614
|
} | {
|
|
513
615
|
name: "annotate";
|
|
616
|
+
description: string;
|
|
514
617
|
usage: string;
|
|
515
618
|
flags: ("--session-id" | "--url" | "--timeout-ms" | "--target-id" | "--tab-id" | "--transport" | "--screenshot-mode" | "--debug" | "--context" | "--stored" | "--include-screenshots")[];
|
|
516
619
|
groupId: string;
|
|
@@ -518,6 +621,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
518
621
|
groupSummary: string;
|
|
519
622
|
} | {
|
|
520
623
|
name: "screencast-start";
|
|
624
|
+
description: string;
|
|
521
625
|
usage: string;
|
|
522
626
|
flags: ("--session-id" | "--timeout-ms" | "--target-id" | "--interval-ms" | "--max-frames" | "--output-dir")[];
|
|
523
627
|
groupId: string;
|
|
@@ -525,6 +629,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
525
629
|
groupSummary: string;
|
|
526
630
|
} | {
|
|
527
631
|
name: "screencast-stop";
|
|
632
|
+
description: string;
|
|
528
633
|
usage: string;
|
|
529
634
|
flags: ("--session-id" | "--timeout-ms" | "--screencast-id")[];
|
|
530
635
|
groupId: string;
|
|
@@ -532,6 +637,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
532
637
|
groupSummary: string;
|
|
533
638
|
} | {
|
|
534
639
|
name: "desktop-status";
|
|
640
|
+
description: string;
|
|
535
641
|
usage: string;
|
|
536
642
|
flags: "--timeout-ms"[];
|
|
537
643
|
groupId: string;
|
|
@@ -539,6 +645,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
539
645
|
groupSummary: string;
|
|
540
646
|
} | {
|
|
541
647
|
name: "desktop-windows";
|
|
648
|
+
description: string;
|
|
542
649
|
usage: string;
|
|
543
650
|
flags: ("--timeout-ms" | "--reason")[];
|
|
544
651
|
groupId: string;
|
|
@@ -546,6 +653,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
546
653
|
groupSummary: string;
|
|
547
654
|
} | {
|
|
548
655
|
name: "desktop-active-window";
|
|
656
|
+
description: string;
|
|
549
657
|
usage: string;
|
|
550
658
|
flags: ("--timeout-ms" | "--reason")[];
|
|
551
659
|
groupId: string;
|
|
@@ -553,6 +661,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
553
661
|
groupSummary: string;
|
|
554
662
|
} | {
|
|
555
663
|
name: "desktop-capture-desktop";
|
|
664
|
+
description: string;
|
|
556
665
|
usage: string;
|
|
557
666
|
flags: ("--timeout-ms" | "--reason")[];
|
|
558
667
|
groupId: string;
|
|
@@ -560,6 +669,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
560
669
|
groupSummary: string;
|
|
561
670
|
} | {
|
|
562
671
|
name: "desktop-capture-window";
|
|
672
|
+
description: string;
|
|
563
673
|
usage: string;
|
|
564
674
|
flags: ("--timeout-ms" | "--window-id" | "--reason")[];
|
|
565
675
|
groupId: string;
|
|
@@ -567,6 +677,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
567
677
|
groupSummary: string;
|
|
568
678
|
} | {
|
|
569
679
|
name: "desktop-accessibility-snapshot";
|
|
680
|
+
description: string;
|
|
570
681
|
usage: string;
|
|
571
682
|
flags: ("--timeout-ms" | "--window-id" | "--reason")[];
|
|
572
683
|
groupId: string;
|
|
@@ -574,6 +685,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
574
685
|
groupSummary: string;
|
|
575
686
|
} | {
|
|
576
687
|
name: "rpc";
|
|
688
|
+
description: string;
|
|
577
689
|
usage: string;
|
|
578
690
|
flags: ("--timeout-ms" | "--name" | "--params" | "--params-file" | "--unsafe-internal")[];
|
|
579
691
|
groupId: string;
|
|
@@ -913,6 +1025,15 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
913
1025
|
} | {
|
|
914
1026
|
name: "--sort";
|
|
915
1027
|
kind: "value";
|
|
1028
|
+
} | {
|
|
1029
|
+
name: "--brief";
|
|
1030
|
+
kind: "value";
|
|
1031
|
+
} | {
|
|
1032
|
+
name: "--capture-mode";
|
|
1033
|
+
kind: "value";
|
|
1034
|
+
} | {
|
|
1035
|
+
name: "--include-prototype-guidance";
|
|
1036
|
+
kind: "value";
|
|
916
1037
|
} | {
|
|
917
1038
|
name: "--product-url";
|
|
918
1039
|
kind: "value";
|
|
@@ -953,7 +1074,7 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
953
1074
|
name: "--expired-only";
|
|
954
1075
|
kind: "boolean";
|
|
955
1076
|
})[];
|
|
956
|
-
equalsFlags: ("--output-format" | "--persist-profile" | "--session-id" | "--url" | "--timeout-ms" | "--ref" | "--mode" | "--max-chars" | "--cursor" | "--files" | "--x" | "--y" | "--from-x" | "--from-y" | "--to-x" | "--to-y" | "--steps" | "--button" | "--click-count" | "--name" | "--target-id" | "--window-id" | "--tab-id" | "--path" | "--screencast-id" | "--reason" | "--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" | "--command" | "--params" | "--params-file" | "--transport" | "--screenshot-mode" | "--context" | "--topic" | "--days" | "--from" | "--to" | "--source-selection" | "--sources" | "--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")[];
|
|
1077
|
+
equalsFlags: ("--output-format" | "--persist-profile" | "--session-id" | "--url" | "--timeout-ms" | "--ref" | "--mode" | "--max-chars" | "--cursor" | "--files" | "--x" | "--y" | "--from-x" | "--from-y" | "--to-x" | "--to-y" | "--steps" | "--button" | "--click-count" | "--name" | "--target-id" | "--window-id" | "--tab-id" | "--path" | "--screencast-id" | "--reason" | "--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" | "--command" | "--params" | "--params-file" | "--transport" | "--screenshot-mode" | "--context" | "--topic" | "--days" | "--from" | "--to" | "--source-selection" | "--sources" | "--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")[];
|
|
957
1078
|
};
|
|
958
1079
|
tools: {
|
|
959
1080
|
entries: ({
|
|
@@ -977,9 +1098,18 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
977
1098
|
} | {
|
|
978
1099
|
cliCommand: "status";
|
|
979
1100
|
toolName: string;
|
|
1101
|
+
} | {
|
|
1102
|
+
cliCommand: "status-capabilities";
|
|
1103
|
+
toolName: string;
|
|
980
1104
|
} | {
|
|
981
1105
|
cliCommand: "session-inspector";
|
|
982
1106
|
toolName: string;
|
|
1107
|
+
} | {
|
|
1108
|
+
cliCommand: "session-inspector-plan";
|
|
1109
|
+
toolName: string;
|
|
1110
|
+
} | {
|
|
1111
|
+
cliCommand: "session-inspector-audit";
|
|
1112
|
+
toolName: string;
|
|
983
1113
|
} | {
|
|
984
1114
|
cliCommand: "targets-list";
|
|
985
1115
|
toolName: string;
|
|
@@ -1013,6 +1143,9 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
1013
1143
|
} | {
|
|
1014
1144
|
cliCommand: "review";
|
|
1015
1145
|
toolName: string;
|
|
1146
|
+
} | {
|
|
1147
|
+
cliCommand: "review-desktop";
|
|
1148
|
+
toolName: string;
|
|
1016
1149
|
} | {
|
|
1017
1150
|
cliCommand: "click";
|
|
1018
1151
|
toolName: string;
|
|
@@ -1106,6 +1239,9 @@ export declare const PUBLIC_SURFACE_MANIFEST: {
|
|
|
1106
1239
|
} | {
|
|
1107
1240
|
cliCommand: "product-video";
|
|
1108
1241
|
toolName: string;
|
|
1242
|
+
} | {
|
|
1243
|
+
cliCommand: "inspiredesign";
|
|
1244
|
+
toolName: string;
|
|
1109
1245
|
} | {
|
|
1110
1246
|
cliCommand: "canvas";
|
|
1111
1247
|
toolName: string;
|