From 30f16733f512723aa3701e2ebff4d8eff8ac8629 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:35:58 +0000 Subject: [PATCH 1/3] Add June 12 changelog entry --- changelog.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 9f4c7f0..23a8bf5 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -9,6 +9,23 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx'; 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. + +## Product updates + +- Released the [Kernel × Claude Managed Agents cookbook](https://github.com/kernel/claude-managed-agents-kernel), a public recipe for running parallel computer-use agent swarms with [Claude Managed Agents](/integrations/claude-managed-agents) on Kernel cloud browsers, with API keys secured via Vaults. +- Added a `kernel-browser-harness` [skill](https://github.com/kernel/skills) for setting up Kernel browser sessions inside Claude Code with persistent session IDs across calls. +- Added `name` and `tags` parameters to `kernel browsers acquire` in the [CLI](https://github.com/kernel/cli), so pooled browsers can be labeled at acquisition time alongside `browsers create`. +- Made browser [telemetry](/browsers/telemetry) categories opt-in. The `--telemetry` flag (and `telemetry` request config) now records only the categories you list; enabling telemetry without specifying categories ships a small default set instead of every category. +- Fixed a display sizing bug where requesting certain viewport dimensions could fail or return incorrect realized screen sizes due to libxcvt rounding. + +## Documentation updates + +- Added a new [browser telemetry](/browsers/telemetry) guide covering categories, the stream API, and event shapes. +- Added a [Claude Managed Agents](/integrations/claude-managed-agents) integration guide with a link to the public cookbook. +- Documented the org-wide default [per-project concurrency cap](/info/projects) on the Projects page. +- Expanded the [CLI reference](/reference/cli) to include several previously missing subcommands. + + ## Product updates From 0ac4ab43ddb27ca9561f2857fd2e884935fe2328 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:39:54 +0000 Subject: [PATCH 2/3] Drop display sizing bug line from June 12 entry --- changelog.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 23a8bf5..c045664 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -16,7 +16,6 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n - Added a `kernel-browser-harness` [skill](https://github.com/kernel/skills) for setting up Kernel browser sessions inside Claude Code with persistent session IDs across calls. - Added `name` and `tags` parameters to `kernel browsers acquire` in the [CLI](https://github.com/kernel/cli), so pooled browsers can be labeled at acquisition time alongside `browsers create`. - Made browser [telemetry](/browsers/telemetry) categories opt-in. The `--telemetry` flag (and `telemetry` request config) now records only the categories you list; enabling telemetry without specifying categories ships a small default set instead of every category. -- Fixed a display sizing bug where requesting certain viewport dimensions could fail or return incorrect realized screen sizes due to libxcvt rounding. ## Documentation updates From 5c575cc238fbc3e0c415945cf8a6854796ecbd41 Mon Sep 17 00:00:00 2001 From: eclairen <236733058+eclairen@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:45:13 +0000 Subject: [PATCH 3/3] Vary opening verbs in June 12 entry --- changelog.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index c045664..13ef880 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -13,14 +13,14 @@ For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-n ## Product updates - Released the [Kernel × Claude Managed Agents cookbook](https://github.com/kernel/claude-managed-agents-kernel), a public recipe for running parallel computer-use agent swarms with [Claude Managed Agents](/integrations/claude-managed-agents) on Kernel cloud browsers, with API keys secured via Vaults. -- Added a `kernel-browser-harness` [skill](https://github.com/kernel/skills) for setting up Kernel browser sessions inside Claude Code with persistent session IDs across calls. -- Added `name` and `tags` parameters to `kernel browsers acquire` in the [CLI](https://github.com/kernel/cli), so pooled browsers can be labeled at acquisition time alongside `browsers create`. +- Shipped a `kernel-browser-harness` [skill](https://github.com/kernel/skills) for setting up Kernel browser sessions inside Claude Code with persistent session IDs across calls. +- Extended `kernel browsers acquire` in the [CLI](https://github.com/kernel/cli) with `name` and `tags` parameters, so pooled browsers can be labeled at acquisition time alongside `browsers create`. - Made browser [telemetry](/browsers/telemetry) categories opt-in. The `--telemetry` flag (and `telemetry` request config) now records only the categories you list; enabling telemetry without specifying categories ships a small default set instead of every category. ## Documentation updates -- Added a new [browser telemetry](/browsers/telemetry) guide covering categories, the stream API, and event shapes. -- Added a [Claude Managed Agents](/integrations/claude-managed-agents) integration guide with a link to the public cookbook. +- Published a new [browser telemetry](/browsers/telemetry) guide covering categories, the stream API, and event shapes. +- Wrote a [Claude Managed Agents](/integrations/claude-managed-agents) integration guide with a link to the public cookbook. - Documented the org-wide default [per-project concurrency cap](/info/projects) on the Projects page. - Expanded the [CLI reference](/reference/cli) to include several previously missing subcommands.