Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cookbooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { CookbookSearch } from '/snippets/cookbook-search.jsx';
<CookbookSearch />

<Columns className="responsive-columns" cols={3}>
<Card title="Jev Browser Use" img="/images/cookbooks/jev.png" href="https://github.com/kernel/browser-loop/tree/main/packages/browser-loop/examples/jev-system-one">
<div className="cookbook-tag">harnesses & models</div>
Run a browser use loop with Jev System One.
</Card>
<Card title="Human-in-the-loop Credentials" img="/images/cookbooks/hitl-creds.png" href="/browsers/use-vault-credentials-in-browser-agent">
<div className="cookbook-tag">common patterns</div>
Collect credentials from a human, then let your agent fill the form.
Expand All @@ -31,7 +35,7 @@ import { CookbookSearch } from '/snippets/cookbook-search.jsx';
<div className="cookbook-tag">harnesses & models</div>
Human-in-the-loop web task assistant with memory, built on Mastra.
</Card>
<Card title="Jev Browser Use" img="/images/cookbooks/jev.png" href="https://www.val.town/x/kernel/jev-browser-use">
<Card title="Jev Browser Use x Val Town" img="/images/cookbooks/jev.png" href="https://www.val.town/x/kernel/jev-browser-use">
<div className="cookbook-tag">harnesses & models</div>
Host a Jev browser use agent on Val Town.
</Card>
Expand Down
4 changes: 4 additions & 0 deletions cookbooks/jev-browser-use-val-town.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Jev Browser Use x Val Town"
url: "https://www.val.town/x/kernel/jev-browser-use"
---
2 changes: 1 addition & 1 deletion cookbooks/jev-browser-use.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: "Jev Browser Use"
url: "https://www.val.town/x/kernel/jev-browser-use"
url: "https://github.com/kernel/browser-loop/tree/main/packages/browser-loop/examples/jev-system-one"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cookbook links to private GitHub repo

Medium Severity

The new Jev Browser Use cookbook points at github.com/kernel/browser-loop/.../jev-system-one. That repo does not appear to be public, so readers outside the org hit a 404 or login wall instead of a clone-and-run recipe. mint broken-links will not catch this.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by learned rule: Don't link public docs to private or internal GitHub repos

Reviewed by Cursor Bugbot for commit 17c86eb. Configure here.

---
3 changes: 1 addition & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,14 +388,13 @@
"cookbooks/eve-managed-auth",
"cookbooks/fx-colocated-agent",
"cookbooks/jev-browser-use",
"cookbooks/jev-browser-use-val-town",
"cookbooks/mastra-web-task-assistant",
"cookbooks/modal-web-scraper",
"cookbooks/modal-pr-qa-agent",
"cookbooks/stagehand-google-cua-agent",
"cookbooks/tinker-rl",
"cookbooks/vibium"


]
}
]
Expand Down
Loading