@@ -301,7 +301,7 @@ Each Kernel feature has a single `manage_*` tool with an `action` parameter, kee
301301```
302302Human: Run my web-scraper app to get data from reddit.com
303303Assistant: I'll execute your web-scraper action with reddit.com as the target.
304- [Uses invoke_action tool to run your deployed app in the cloud]
304+ [Uses manage_apps tool with action: "invoke" to run your deployed app in the cloud]
305305```
306306
307307### Execute Playwright code dynamically
@@ -318,11 +318,11 @@ Returns: { success: true, result: "Example Domain", replay_url: "https://..." }
318318```
319319Human: Set up a profile for my work accounts
320320Assistant: I'll create a profile and guide you through the setup process.
321- [Uses setup_profile tool]
321+ [Uses manage_profiles tool with action: "setup" ]
322322
323323Human: I'm done setting up my accounts
324324Assistant: Perfect! I'll close the browser session and save your profile.
325- [Uses delete_browser tool to save profile]
325+ [Uses manage_browsers tool with action: "delete" to save profile]
326326```
327327
328328### Debug a browser session
@@ -342,9 +342,9 @@ This is perfect for AI coding workflows where you need to preview local changes
342342
343343```
344344Human: I'm working on a React app running on localhost:3000. I want to test it in a cloud browser.
345- Assistant: I'll create a browser tunnel session for you.
346- [Uses create_browser_tunnel tool with local_port: 3000]
347- Returns: Session ID, live view URL, and tunnel connection command.
345+ Assistant: I'll create a browser session with SSH port forwarding for you.
346+ [Uses manage_browsers tool with action: "create" and remote_forward: " 3000:localhost:3000" ]
347+ Returns: Session ID, live view URL, and SSH tunnel command.
348348```
349349
350350## 🤝 Contributing
0 commit comments