Skip to content

Commit 5af5fca

Browse files
eclairenclaude
andauthored
Add May 8 changelog entry (#356)
* Add May 8 changelog entry Covers the public launches and improvements shipped between May 1 and May 8: the managed-auth-react component library, the Docker sandboxes mixin kit, project-scoped name uniqueness with server-side search, several managed auth reliability fixes, the new -o json output on playwright execute, and related docs and skills updates. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * Tighten May 8 changelog entry Trim the Projects bullet, drop the WebGL "why" tail and the out-of-viewport clause, generalize the autofill misfires bullet, and remove the auto-reauth guard bullet per editorial feedback. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: eclairen <236733058+eclairen@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent a299a79 commit 5af5fca

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

changelog.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx';
99
For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-node-sdk/blob/main/CHANGELOG.md), [Python SDK](https://github.com/onkernel/kernel-python-sdk/blob/next/CHANGELOG.md), and [Go SDK](https://github.com/onkernel/kernel-go-sdk/blob/main/CHANGELOG.md) changelogs.
1010
</Note>
1111

12+
<Update label="May 8" tags={["Product", "Docs"]}>
13+
## Product updates
14+
15+
- Released [`@onkernel/managed-auth-react`](https://github.com/kernel/managed-auth-react), a drop-in React component library for embedding [managed auth](/auth/overview) flows directly into your app. Ship a Kernel-powered login experience without rebuilding the credential entry, MFA, and SSO dialogs yourself.
16+
- Added a [Docker Sandboxes mixin kit](https://github.com/kernel/docker-sbx-kit) for running Kernel inside Docker's AI sandboxes (`sbx`). The kit ships the [Kernel CLI](https://github.com/kernel/cli), Claude Code [skills](https://github.com/kernel/skills), and a proxy-managed auth header pre-configured, so agents inside the sandbox can call the Kernel API while your real `KERNEL_API_KEY` stays on the host.
17+
- Extended [Projects](/info/projects): profile, browser pool, extension, and credential names are now scoped per-project, and the `GET /projects` API and dashboard project selector support server-side search and pagination.
18+
- Made the [1Password](/integrations/1password) credential dropdown searchable in [managed auth](/auth/overview) dialogs.
19+
- Improved [managed auth](/auth/overview) autofill reliability on multi-step sign-in pages.
20+
- Added `-o json` output to `kernel browsers playwright execute` in the [CLI](https://github.com/kernel/cli), matching the other `browsers` subcommands, so script runs can be piped into other tooling.
21+
22+
## Documentation updates
23+
24+
- Documented in the [computer controls](/browsers/computer-controls) docs that computer controls screenshots are faster than CDP screenshots on WebGL-heavy pages.
25+
- Updated `kernel-cli` skill examples in the [Kernel skills repo](https://github.com/kernel/skills) and documented the return value of `playwright execute` so agents can use the result in follow-on steps.
26+
</Update>
27+
1228
<Update label="May 1" tags={["Product", "Docs"]}>
1329
## Product updates
1430

0 commit comments

Comments
 (0)