From 12e5dd2604e6a355f62fd782e699bb3a1c007fde Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 11:45:04 +0000 Subject: [PATCH 1/2] Update quickstart.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.mdx b/quickstart.mdx index 05bb500..a0a7355 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -94,7 +94,7 @@ kernel invoke ts-anthropic-cua cua-task --payload '{"query": "Return the first u kernel invoke ts-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}' # Gemini Computer Use -kernel invoke ts-gemini-cua gemini-cua-task +kernel invoke ts-gemini-cua gemini-cua-task --payload '{"startingUrl": "https://www.magnitasks.com/", "instruction": "Click the Tasks option in the left-side bar, and move the 5 items in the To Do and In Progress items to the Done section of the Kanban board"}' ``` ```bash Python From e76062e573bf1d68ded3b2366d9d7817d58b70f5 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 11:53:19 +0000 Subject: [PATCH 2/2] Update integrations/computer-use/gemini.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- integrations/computer-use/gemini.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/computer-use/gemini.mdx b/integrations/computer-use/gemini.mdx index f5cff39..d1361f9 100644 --- a/integrations/computer-use/gemini.mdx +++ b/integrations/computer-use/gemini.mdx @@ -11,7 +11,7 @@ By integrating Gemini 2.5 Computer Use with Kernel, you can run these AI-powered Get started with Gemini Computer Use and Kernel using our pre-configured app template: ```bash -kernel create --name my-computer-use-app --language typescript --template gemini-cua +kernel create --name my-computer-use-app --language typescript --template gemini-computer-use ``` Then follow the [Quickstart guide](/quickstart/) to deploy and run your Computer Use automation on Kernel's infrastructure.