Skip to content

Commit 9f57df4

Browse files
authored
Merge pull request #102 from kernel/hypeship/fix-readme-examples
fix README examples to use current tool names
2 parents 1a0b6c3 + dd7f29e commit 9f57df4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Each Kernel feature has a single `manage_*` tool with an `action` parameter, kee
301301
```
302302
Human: Run my web-scraper app to get data from reddit.com
303303
Assistant: 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
```
319319
Human: Set up a profile for my work accounts
320320
Assistant: 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
323323
Human: I'm done setting up my accounts
324324
Assistant: 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
```
344344
Human: 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

Comments
 (0)