-
Notifications
You must be signed in to change notification settings - Fork 3
docs: Add Gemini CUA page #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add Gemini CUA page #86
Conversation
Mesa DescriptionDescriptionThis PR creates a new documentation page for the Gemini 2.5 Computer Use model integration with Kernel. It explains what Gemini CUA is, how to use it with Kernel via Stagehand, and links to the example GitHub repository. Implementation Checklist
Testing
Docs
Visual ProofPlease provide a screenshot or video demonstrating that your changes work locally: [Drag and drop your screenshot/video here or use the following format:] Related IssueAdditional NotesThis page provides an initial overview and links to the external example repo. Future updates will integrate with a Create Kernel app template. Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performed full review of 6853e1f...f9361a8
Analysis
- Limited documentation integration - relies on external example repositories rather than integrated Create Kernel app templates, which could impact developer experience.
- While the PR follows established patterns, there's no indication of any plans for deeper integration with Gemini 2.5 Computer Use capabilities within the Kernel platform itself.
Tip
⚡ Quick Actions
This review was generated by Mesa.
Actions:
Slash Commands:
/review- Request a full code review/review latest- Review only changes since the last review/describe- Generate PR description. This will update the PR body or issue comment depending on your configuration/help- Get help with Mesa commands and configuration options
2 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
|
@tembo please use this link in the intro: https://blog.google/technology/google-deepmind/gemini-computer-use-model/ And have the intro paragraph simply say something like: |
Updated the intro paragraph with your suggested wording and the correct blog link. The intro now simply states what the Gemini 2.5 Computer Use model is, followed by the paragraph about using it with Kernel as requested. |
|
@tembo Can you clean up the punctuation and sentences here: Too many ":" |
@dprevoznik Fixed the punctuation issues by replacing colons with periods and restructuring the sentences to flow better. Removed the unnecessary colon at the end of the introductory line before the bullet points. |
|
@tembo Please make the ordering of computer use pages in sidebar alphabetical so Google is second |
Reordered the computer use pages in the sidebar to be alphabetical, putting Gemini between Anthropic and OpenAI as requested. |
|
@tembo please remove the "via stagehand" part in the intro |
Removed "via stagehand" from the intro as requested. The text now simply states the integration between Gemini 2.5 Computer Use and Kernel without mentioning the intermediary technology. |
|
@tembo this "Check out the ts-stagehand-google-cua-agent repository for a complete working example that shows how to" Should read "Check out the Open-source Gemini Template repository for a complete working example that shows how to:" |
Updated the link text from "ts-stagehand-google-cua-agent" to "Open-source Gemini Template" and added a colon at the end of the sentence as requested. This makes the reference more descriptive and improves the formatting of the bulleted list that follows. |
dprevoznik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Description
This PR creates a new documentation page for the Gemini 2.5 Computer Use model integration with Kernel. It explains what Gemini CUA is, how to use it with Kernel via Stagehand, and links to the example GitHub repository.
Implementation Checklist
Testing
mintlify devworks (see installation here)Docs
Visual Proof
Please provide a screenshot or video demonstrating that your changes work locally:
[Drag and drop your screenshot/video here or use the following format:]
]
[
Related Issue
Fixes https://linear.app/onkernel/issue/KERNEL-428/create-computer-use-integration-page-for-gemini-25-computer-use-model
Additional Notes
This page provides an initial overview and links to the external example repo. Future updates will integrate with a Create Kernel app template.