You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add 1280x800 viewport support and update Yutori templates default
- Add 1280x800@60 viewport option to browser create/update commands
- Update Yutori computer-use templates (TypeScript & Python) to use 1280x800 as default viewport
- Update documentation and help text to reflect new viewport option
browsersCreateCmd.Flags().Bool("save-changes", false, "If set, save changes back to the profile when the session ends")
2305
2306
browsersCreateCmd.Flags().String("proxy-id", "", "Proxy ID to use for the browser session")
2306
2307
browsersCreateCmd.Flags().StringSlice("extension", []string{}, "Extension IDs or names to load (repeatable; may be passed multiple times or comma-separated)")
Copy file name to clipboardExpand all lines: pkg/templates/python/yutori-computer-use/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ When enabled, the response will include a `replay_url` field with a link to view
37
37
38
38
## Viewport Configuration
39
39
40
-
Yutori n1 recommends a **1280×800 (WXGA, 16:10)** viewport for best grounding accuracy. Kernel's closest supported viewport is **1200×800 at 25Hz**, which this template uses by default.
40
+
Yutori n1 recommends a **1280×800 (WXGA, 16:10)** viewport for best grounding accuracy.
41
41
42
-
> **Note:** n1 outputs coordinates in a 1000×1000 relative space, which are automatically scaled to the actual viewport dimensions. The slight width difference (1200 vs 1280) should have minimal impact on accuracy.
42
+
> **Note:** n1 outputs coordinates in a 1000×1000 relative space, which are automatically scaled to the actual viewport dimensions.
43
43
44
44
See [Kernel Viewport Documentation](https://www.kernel.sh/docs/browsers/viewport) for all supported configurations.
Copy file name to clipboardExpand all lines: pkg/templates/typescript/yutori-computer-use/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ When enabled, the response will include a `replay_url` field with a link to view
37
37
38
38
## Viewport Configuration
39
39
40
-
Yutori n1 recommends a **1280×800 (WXGA, 16:10)** viewport for best grounding accuracy. Kernel's closest supported viewport is **1200×800 at 25Hz**, which this template uses by default.
40
+
Yutori n1 recommends a **1280×800 (WXGA, 16:10)** viewport for best grounding accuracy.
41
41
42
-
> **Note:** n1 outputs coordinates in a 1000×1000 relative space, which are automatically scaled to the actual viewport dimensions. The slight width difference (1200 vs 1280) should have minimal impact on accuracy.
42
+
> **Note:** n1 outputs coordinates in a 1000×1000 relative space, which are automatically scaled to the actual viewport dimensions.
43
43
44
44
See [Kernel Viewport Documentation](https://www.kernel.sh/docs/browsers/viewport) for all supported configurations.
0 commit comments