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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Authenticate through Vercel Connect — no key touches your app, env, or the mod
**1. Install** the extension:

```bash
npm install @onkernel/eve-extension
pnpm add @onkernel/eve-extension
```

**2. Create and attach the Kernel connector** in Vercel Connect — name it `eve-extension` so the snippet below works unedited:
Expand Down Expand Up @@ -121,7 +121,7 @@ Another option: one shared credential, no connector setup. A good fit for a sing
**1. Install** the extension:

```bash
npm install @onkernel/eve-extension
pnpm add @onkernel/eve-extension
```

**2. Get a Kernel API key** at [dashboard.onkernel.com/api-keys](https://dashboard.onkernel.com/api-keys) and set it in the agent's environment:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onkernel/eve-extension",
"version": "0.1.1",
"version": "0.1.2",
"description": "Kernel cloud browser extension for Vercel eve agents — mount one line and get session management, Playwright execution, and human-like computer controls as kernel__* tools.",
"type": "module",
"license": "MIT",
Expand Down
Loading