Skip to content

Commit fe1101e

Browse files
dprevoznikclaude
andcommitted
Use 1280x800 for OpenAI CUA template viewport
Switch the OpenAI template browser viewport to 1280x800, the resolution OpenAI recommends for the computer-use tool in their current docs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d4188d7 commit fe1101e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkg/templates/typescript/openai-computer-use

pkg/templates/typescript/openai-computer-use/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app.action<CuaInput, CuaOutput>(
2828

2929
const browser = await kernel.browsers.create({
3030
invocation_id: ctx.invocation_id,
31-
viewport: { width: 1920, height: 1080 },
31+
viewport: { width: 1280, height: 800 },
3232
});
3333
console.log('Kernel browser live view url:', browser.browser_live_view_url);
3434

0 commit comments

Comments
 (0)